summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu
Commit message (Expand)AuthorAgeFilesLines
* runqemu: Add workaround for APIC hang on pre 4.15 kernels on qemux86Richard Purdie2018-01-021-0/+5
* runqemu: Allow the user to override the device tree optionAlistair Francis2017-12-021-1/+14
* runqemu: Allow the user to override the Kernel optionAlistair Francis2017-12-021-1/+5
* runqemu: print command search result when not foundRobert Yang2017-11-301-0/+3
* runqemu: Also specialcase resolution of '.' to the file's locationRichard Purdie2017-11-211-0/+2
* runqemu: Improve relative path handling in qemuconf filesRichard Purdie2017-11-211-0/+2
* runqemu: Ensure we process all tap devicesRichard Purdie2017-11-211-1/+1
* runqemu: correct rootfs setup to boot an ide hddimgThomas Perrot2017-11-071-1/+1
* runqemu: Add riscv support for qemu machinesKhem Raj2017-11-051-0/+4
* scripts/runqemu: Don't print error messages about tap file locksRichard Purdie2017-08-301-3/+7
* runqemu: Use virtio to mount cdrom drivesRichard Purdie2017-08-231-1/+1
* image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD typesTom Rini2017-07-301-3/+6
* runqemu: chmod 0o777 for lockdirRobert Yang2017-07-271-0/+1
* runqemu: validate combosRobert Yang2017-07-271-0/+6
* runqemu: check tar.bz2 and .tar.gzRobert Yang2017-07-271-1/+4
* runqemu: check qbconfload before running bitbakeRobert Yang2017-07-271-1/+1
* runqemu: add --debug and --quietRobert Yang2017-07-271-19/+31
* runqemu: check exit code of 'ls -t'Ed Bartosh2017-07-171-1/+4
* runqemu: reworked exception handlingEd Bartosh2017-07-171-57/+56
* runqemu: drop RPC portsRobert Yang2017-06-281-6/+2
* runqemu: change terminal settings for valid tty'sMikko Ylinen2017-06-141-5/+5
* scripts: Fix return value checks from subprocess.call()'sMikko Rapeli2017-06-031-4/+4
* runqemu: output qemu-system errorsEd Bartosh2017-05-291-3/+4
* runqemu: Automatically add a TFTP directory for slirp bootAlistair Francis2017-05-161-1/+1
* 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