/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | nativesdk-qemu-helper_1.0.bb | 8 LIC_FILES_CHKSUM = "file://${COREBASE}/scripts/runqemu;beginline=5;endline=10;md5=ac2b489a58739c762… 11 SRC_URI = "file://${COREBASE}/scripts/runqemu \ 12 file://${COREBASE}/scripts/runqemu-addptable2image \ 13 file://${COREBASE}/scripts/runqemu-gen-tapdevs \ 14 file://${COREBASE}/scripts/runqemu-ifup \ 15 file://${COREBASE}/scripts/runqemu-ifdown \ 17 file://${COREBASE}/scripts/runqemu-extract-sdk \ 18 file://${COREBASE}/scripts/runqemu-export-rootfs \ 33 install -m 0755 ${S}${COREBASE}/scripts/runqemu* ${D}${bindir}/
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runqemu.py | 14 from oeqa.utils.commands import bitbake, runqemu, get_bb_var 56 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 63 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 72 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 80 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 89 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 98 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 106 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 114 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: 121 with runqemu(self.recipe, ssh=False, launch_cmd=cmd) as qemu: [all …]
|
H A D | overlayfs.py | 8 from oeqa.utils.commands import bitbake, runqemu, get_bb_vars 184 with runqemu('core-image-minimal') as qemu: 363 with runqemu('core-image-minimal', image_fstype='wic') as qemu: 402 with runqemu('core-image-minimal', image_fstype='wic', discard_writes=False) as qemu: 423 with runqemu('core-image-minimal', image_fstype='wic') as qemu: 457 with runqemu('core-image-minimal', image_fstype='wic') as qemu: 503 with runqemu('core-image-minimal', image_fstype='wic') as qemu:
|
H A D | runtime_test.py | 8 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu 45 with runqemu('core-image-minimal') as qemu: 323 with runqemu('core-image-minimal') as qemu: 446 with runqemu(self.image) as qemu: 458 with runqemu(self.image) as qemu: 470 with runqemu(self.image) as qemu: 482 with runqemu(self.image) as qemu:
|
H A D | uki.py | 9 from oeqa.utils.commands import bitbake, runqemu, get_bb_var 59 with runqemu(image, ssh=False, launch_cmd=cmd) as qemu: 121 with runqemu('core-image-base', ssh=False,
|
H A D | uboot.py | 9 from oeqa.utils.commands import bitbake, runqemu 36 with runqemu('core-image-minimal', ssh=False, runqemuparams='nographic',
|
H A D | efibootpartition.py | 9 from oeqa.utils.commands import bitbake, runqemu, get_bb_var 33 with runqemu(image, ssh=False, launch_cmd=cmd) as qemu:
|
H A D | barebox.py | 9 from oeqa.utils.commands import bitbake, runqemu 37 with runqemu('core-image-minimal', ssh=False, runqemuparams='nographic',
|
H A D | locales.py | 7 from oeqa.utils.commands import bitbake, runqemu 28 with runqemu("core-image-minimal", ssh=False, runqemuparams='nographic') as qemu:
|
H A D | imagefeatures.py | 9 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu 39 with runqemu("core-image-minimal") as qemu: 65 with runqemu("core-image-minimal") as qemu: 322 with runqemu('core-image-minimal', ssh=False, runqemuparams='nographic') as qemu:
|
H A D | gdbserver.py | 13 from oeqa.utils.commands import bitbake, get_bb_var, get_bb_vars , runqemu, runCmd 45 with runqemu("core-image-minimal", runqemuparams="nographic") as qemu:
|
H A D | glibc.py | 12 from oeqa.utils.commands import bitbake, get_bb_var, runqemu 73 …qemu = s.enter_context(runqemu("core-image-minimal", runqemuparams = "nographic", qemuparams = "-m…
|
H A D | rust.py | 8 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu 100 … with runqemu("core-image-minimal", runqemuparams = "nographic", qemuparams = "-m 512") as qemu:
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu-export-rootfs | 46 if [ ! -d ~/.runqemu-sdk ]; then 47 mkdir -p ~/.runqemu-sdk 51 EXPORTS=~/.runqemu-sdk/exports$NFS_INSTANCE 52 RMTAB=~/.runqemu-sdk/rmtab$NFS_INSTANCE 53 NFSPID=~/.runqemu-sdk/nfs$NFS_INSTANCE.pid 54 MOUNTPID=~/.runqemu-sdk/mount$NFS_INSTANCE.pid
|
H A D | runqemu-gen-tapdevs | 82 rm -f /etc/runqemu-nosudo 107 touch /etc/runqemu-nosudo
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu-export-rootfs | 46 if [ ! -d ~/.runqemu-sdk ]; then 47 mkdir -p ~/.runqemu-sdk 51 EXPORTS=~/.runqemu-sdk/exports$NFS_INSTANCE 52 RMTAB=~/.runqemu-sdk/rmtab$NFS_INSTANCE 53 NFSPID=~/.runqemu-sdk/nfs$NFS_INSTANCE.pid 54 MOUNTPID=~/.runqemu-sdk/mount$NFS_INSTANCE.pid
|
H A D | runqemu-gen-tapdevs | 82 rm -f /etc/runqemu-nosudo 107 touch /etc/runqemu-nosudo
|
H A D | runqemu.README | 9 The runqemu script is run as: 11 runqemu <machine> <zimage> <filesystem> 35 run as non root. The runqemu-gen-tapdevs script can also be used by
|
H A D | autobuilder-worker-prereq-tests | 84 DISPLAY=:1 runqemu serialstdio qemux86-64 89 DISPLAY=:1 runqemu serialstdio qemux86-64 kvm
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | qemu.rst | 87 #. *Run QEMU:* The basic ``runqemu`` command syntax is as follows:: 89 $ runqemu [option ] [...] 92 line, ``runqemu`` does a good job of figuring out what you are trying 102 Assuming a standard :term:`Build Directory`, ``runqemu`` 108 $ runqemu qemux86-64 120 $ runqemu qemux86-64 core-image-minimal ext4 123 enable audio in QEMU. For this case, ``runqemu`` sets the internal 126 in :ref:`dev-manual/qemu:\`\`runqemu\`\` command-line options` 129 $ runqemu qemux86-64 ramfs audio 135 $ runqemu ext4 [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | qemurunner.py | 51 self.runqemu = None 137 if self.runqemu and self.runqemu.poll(): 138 if self.runqemu.returncode: 139 self.logger.error('runqemu exited with code %d' % self.runqemu.returncode) 140 self.logger.error('Output from runqemu:\n%s' % getOutput(self.runqemu.stdout)) 247 …self.runqemu = subprocess.Popen(launch_cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.… 248 output = self.runqemu.stdout 274 os.killpg(os.getpgid(self.runqemu.pid), signal.SIGTERM) 277 self.logger.debug("runqemu started, pid is %s" % self.runqemu.pid) 282 if self.runqemu.poll(): [all …]
|
H A D | qemutinyrunner.py | 25 self.runqemu = None 97 …self.runqemu = subprocess.Popen(launch_cmd,shell=True,stdout=subprocess.PIPE,stderr=subprocess.STD… 99 bb.note("runqemu started, pid is %s" % self.runqemu.pid) 110 output = self.runqemu.stdout
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.2.rst | 136 .. _migration-2.2-runqemu-ported-to-python: 138 ``runqemu`` Ported to Python 141 ``runqemu`` has been ported to Python and has changed behavior in some 144 The new ``runqemu`` is a Python script. Machine knowledge is no longer 145 hardcoded into ``runqemu``. You can choose to use the ``qemuboot`` 147 bootable with ``runqemu``. If you use a configuration file, use the 154 ``runqemu`` script hard-coding any knowledge about different machines. 162 If you want to use ``runqemu`` without a configuration file, use the 165 $ runqemu machine rootfs kernel [options] 183 …$ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.ext4 tmp/deploy/im… [all …]
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | qemuboot.bbclass | 7 # Help runqemu boot target board, "QB" means Qemu Boot, the following 9 # boot by runqemu: 51 # Note, runqemu will replace @MAC@ with a predefined mac, you can set 60 # Note, runqemu will replace "@TAP@" with the one which is used, such as tap0, tap1 ... 70 # address of the qemu guest by runqemu. 75 # Note, runqemu will replace "@ROOTFS@" with the one which is used, such as core-image… 81 # Note, runqemu will replace "@PORT@" with the port number which is used. 94 # See "runqemu help" for more info 156 # contains all tools required by runqemu
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | runqemu.py | 19 def runqemu(args, config, basepath, workspace): function 64 parser_runqemu.set_defaults(func=runqemu)
|