aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
AgeCommit message (Expand)Author
2017-04-11runqemu: use self.rootfs to replace self.nfs_dirRobert Yang
2017-04-11runqemu: do not rely on grepping imagesRobert Yang
2017-04-11runqemu: run without argumentsRobert Yang
2017-04-11runqemu: support env vars explicitlyRobert Yang
2017-04-07runqemu: use realpath for imgdirRobert Yang
2017-04-06runqemu: fix 2 typosRobert Yang
2017-03-21runqemu: output network configurationEd Bartosh
2017-03-16runqemu: only boot ramfs when specifiedRobert Yang
2017-03-16runqemu: add -h and --helpRobert Yang
2017-03-16runqemu: improve when no machine specifiedRobert Yang
2017-03-16runqemu: independent network and rootfs setupJuro Bystricky
2017-03-04scripts/runqemu: avoid overridden user input for bootparamsDmitry Rozhkov
2017-03-04scripts/runqemu: Add always ttyS1 when no serial options are specifiedAníbal Limón
2017-02-28runqemu: support UEFI with OVMF firmwarePatrick Ohly
2017-02-28runqemu: also accept -image suffix for rootfs parameterPatrick Ohly
2017-02-28runqemu: fix undefined variable reference in check_arg_path()Patrick Ohly
2017-02-02scripts/runqemu: fix a typoMing Liu
2017-01-31runqemu: allow bypassing of network setupJuro Bystricky
2017-01-26runqemu: more verbose error message about missing qemuboot.confPatrick Ohly
2017-01-23runqemu: fixes for slirp, network device and hostfwdRobert Yang
2017-01-23runqemu: support multiple qemus running when nfsRobert Yang
2017-01-19scripts/runqemu: fix checking for <file>.cpio.gzRobert Yang
2017-01-16runqemu: Allow the user to specity no kernel or rootFSAlistair Francis
2017-01-05runqemu: let command line parameters override defaultsPatrick Ohly
2016-12-16scripts/runqemu: Allow to use qemu from host.Mariano Lopez
2016-11-15runqemu: Split out the base name of QB_DEFAULT_KERNELAlistair Francis
2016-11-06runqemu: add user mode (SLIRP) support to x86 QEMU targetsTodor Minchev
2016-09-30runqemu: Add little endian variations for MIPSZubair Lutfullah Kakakhel
2016-09-28runqemu: explicitly set image formatEd Bartosh
2016-09-23scripts/runqemu: provide better error message on runqemu ifup failStephano Cetola
2016-09-23scripts/runqemu: Using a cpio* rootfs has no special networkNathan Rossi
2016-09-23runqemu: Move virtio RNG to machine configurationNathan Rossi
2016-09-21runqemu: don't fail during check_arg_machine()Joshua Lock
2016-09-21runqemu: don't try and invoke bitbake when running in a toolchain envJoshua Lock
2016-09-21runqemu: try and guess qemu-system binary when MACHINE isn't setJoshua Lock
2016-09-21runqemu: validate paths and attempt to infer unset pathsJoshua Lock
2016-09-20runqemu: improve finding of rootfs, kernel and dtbRobert Yang
2016-09-19runqemu: use OECORE_NATIVE_SYSROOT from sdkRobert Yang
2016-09-19runqemu: work even if a *.qemuboot.conf isn't foundJoshua Lock
2016-09-19runqemu: try symlinks when kernel or rootfs can't be foundJoshua Lock
2016-09-19runqemu: clarify an INFO messageJoshua Lock
2016-09-19runqemu: add guidance to resolve issues with missing filesJoshua Lock
2016-09-19runqemu: acquire_lock() should fail when failed to open the fileRobert Yang
2016-09-14runqemu: fix a race issue on lockdirRobert Yang
2016-09-09scripts/runqemu: Add snapshot supportRichard Purdie
2016-09-09runqemu: Enable virtio RNG for all platformsRichard Purdie
2016-09-09runqemu: Update to modern prefrerred net syntaxRichard Purdie
2016-09-09runqemu: Allow unique network interface MAC addressesRichard Purdie
2016-09-09runqemu: fix run from testimage with non-standard DEPLOY_DIR_IMAGEJoshua Lock
2016-09-09runqemu: fixes for when invoked during a bitbake runJoshua Lock