summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
Commit message (Expand)AuthorAgeFilesLines
* runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86Richard Purdie2018-01-071-0/+5
* runqemu: support virtio drive typePatrick Ohly2017-04-291-6/+9
* runqemu: fix incorrect calls to get variable valuesPaul Eggleton2017-04-191-2/+2
* runqemu: use bindir_native property to run ifup/down scriptsEd Bartosh2017-04-131-2/+2
* runqemu: add bindir_native propertyEd Bartosh2017-04-131-13/+24
* runqemu: get qemu from qemu-helper-native sysrootEd Bartosh2017-04-131-1/+12
* runqemu: use self.rootfs to replace self.nfs_dirRobert Yang2017-04-121-15/+13
* runqemu: do not rely on grepping imagesRobert Yang2017-04-121-8/+11
* runqemu: run without argumentsRobert Yang2017-04-121-2/+2
* runqemu: support env vars explicitlyRobert Yang2017-04-121-29/+42
* runqemu: use realpath for imgdirRobert Yang2017-04-101-2/+2
* runqemu: fix 2 typosRobert Yang2017-04-101-2/+2
* runqemu: output network configurationEd Bartosh2017-03-221-1/+3
* runqemu: only boot ramfs when specifiedRobert Yang2017-03-171-1/+9
* runqemu: add -h and --helpRobert Yang2017-03-161-2/+3
* runqemu: improve when no machine specifiedRobert Yang2017-03-161-0/+6
* runqemu: independent network and rootfs setupJuro Bystricky2017-03-161-0/+4
* scripts/runqemu: avoid overridden user input for bootparamsDmitry Rozhkov2017-03-041-2/+5
* scripts/runqemu: Add always ttyS1 when no serial options are specifiedAníbal Limón2017-03-041-0/+11
* runqemu: support UEFI with OVMF firmwarePatrick Ohly2017-03-011-1/+41
* runqemu: also accept -image suffix for rootfs parameterPatrick Ohly2017-03-011-3/+3
* runqemu: fix undefined variable reference in check_arg_path()Patrick Ohly2017-03-011-1/+1
* scripts/runqemu: fix a typoMing Liu2017-02-021-1/+1
* runqemu: allow bypassing of network setupJuro Bystricky2017-01-311-0/+2
* runqemu: more verbose error message about missing qemuboot.confPatrick Ohly2017-01-261-1/+1
* runqemu: fixes for slirp, network device and hostfwdRobert Yang2017-01-231-7/+55
* runqemu: support multiple qemus running when nfsRobert Yang2017-01-231-19/+38
* scripts/runqemu: fix checking for <file>.cpio.gzRobert Yang2017-01-191-6/+16
* runqemu: Allow the user to specity no kernel or rootFSAlistair Francis2017-01-161-1/+8
* runqemu: let command line parameters override defaultsPatrick Ohly2017-01-051-1/+1
* scripts/runqemu: Allow to use qemu from host.Mariano Lopez2016-12-161-0/+15
* runqemu: Split out the base name of QB_DEFAULT_KERNELAlistair Francis2016-11-151-1/+4
* runqemu: add user mode (SLIRP) support to x86 QEMU targetsTodor Minchev2016-11-061-1/+2
* runqemu: Add little endian variations for MIPSZubair Lutfullah Kakakhel2016-10-011-1/+5
* runqemu: explicitly set image formatEd Bartosh2016-09-301-4/+7
* scripts/runqemu: provide better error message on runqemu ifup failStephano Cetola2016-09-241-0/+3
* scripts/runqemu: Using a cpio* rootfs has no special networkNathan Rossi2016-09-231-1/+0
* runqemu: Move virtio RNG to machine configurationNathan Rossi2016-09-231-3/+0
* runqemu: don't fail during check_arg_machine()Joshua Lock2016-09-211-1/+1
* runqemu: don't try and invoke bitbake when running in a toolchain envJoshua Lock2016-09-211-2/+7
* runqemu: try and guess qemu-system binary when MACHINE isn't setJoshua Lock2016-09-211-0/+36
* runqemu: validate paths and attempt to infer unset pathsJoshua Lock2016-09-211-0/+3
* runqemu: improve finding of rootfs, kernel and dtbRobert Yang2016-09-201-31/+42
* runqemu: use OECORE_NATIVE_SYSROOT from sdkRobert Yang2016-09-201-4/+11
* runqemu: work even if a *.qemuboot.conf isn't foundJoshua Lock2016-09-201-1/+7
* runqemu: try symlinks when kernel or rootfs can't be foundJoshua Lock2016-09-201-3/+13
* runqemu: clarify an INFO messageJoshua Lock2016-09-201-1/+1
* runqemu: add guidance to resolve issues with missing filesJoshua Lock2016-09-201-3/+16
* runqemu: acquire_lock() should fail when failed to open the fileRobert Yang2016-09-201-4/+4
* runqemu: fix a race issue on lockdirRobert Yang2016-09-141-1/+6