summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
AgeCommit message (Expand)Author
2017-04-29runqemu: support virtio drive typePatrick Ohly
2017-04-19runqemu: fix incorrect calls to get variable valuesPaul Eggleton
2017-04-13runqemu: use bindir_native property to run ifup/down scriptsEd Bartosh
2017-04-13runqemu: add bindir_native propertyEd Bartosh
2017-04-13runqemu: get qemu from qemu-helper-native sysrootEd Bartosh
2017-04-12runqemu: use self.rootfs to replace self.nfs_dirRobert Yang
2017-04-12runqemu: do not rely on grepping imagesRobert Yang
2017-04-12runqemu: run without argumentsRobert Yang
2017-04-12runqemu: support env vars explicitlyRobert Yang
2017-04-10runqemu: use realpath for imgdirRobert Yang
2017-04-10runqemu: fix 2 typosRobert Yang
2017-03-22runqemu: output network configurationEd Bartosh
2017-03-17runqemu: 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-03-01runqemu: support UEFI with OVMF firmwarePatrick Ohly
2017-03-01runqemu: also accept -image suffix for rootfs parameterPatrick Ohly
2017-03-01runqemu: 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-10-01runqemu: Add little endian variations for MIPSZubair Lutfullah Kakakhel
2016-09-30runqemu: explicitly set image formatEd Bartosh
2016-09-24scripts/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-20runqemu: use OECORE_NATIVE_SYSROOT from sdkRobert Yang
2016-09-20runqemu: work even if a *.qemuboot.conf isn't foundJoshua Lock
2016-09-20runqemu: try symlinks when kernel or rootfs can't be foundJoshua Lock
2016-09-20runqemu: clarify an INFO messageJoshua Lock
2016-09-20runqemu: add guidance to resolve issues with missing filesJoshua Lock
2016-09-20runqemu: 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