/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 \ 32 install -m 0755 ${WORKDIR}${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 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:
|
H A D | efibootpartition.py | 9 from oeqa.utils.commands import bitbake, runqemu 32 with runqemu(image, ssh=False, launch_cmd=cmd) 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: 324 with runqemu('core-image-minimal') as qemu: 447 with runqemu(self.image) as qemu: 459 with runqemu(self.image) as qemu: 471 with runqemu(self.image) as qemu: 483 with runqemu(self.image) as qemu:
|
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: 327 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 | package.py | 8 from oeqa.utils.commands import bitbake, get_bb_vars, get_bb_var, runqemu 154 with runqemu('core-image-minimal') as qemu: 179 with runqemu('core-image-minimal') as qemu:
|
H A D | debuginfod.py | 15 from oeqa.utils.commands import bitbake, get_bb_var, runqemu 151 with runqemu("core-image-minimal", runqemuparams="nographic") as qemu:
|
H A D | rust.py | 8 from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars, runqemu, Command 198 … with runqemu("core-image-minimal", runqemuparams = "nographic", qemuparams = "-m 512") as qemu:
|
/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/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/documentation/dev-manual/ |
H A D | qemu.rst | 89 $ runqemu [option ] [...] 108 $ runqemu qemux86-64 129 $ runqemu qemux86-64 ramfs audio 135 $ runqemu ext4 209 runqemu qemux86-64 ./test-nfs 305 $ runqemu [option ] [...] 316 $ runqemu --help 340 runqemu 341 runqemu qemuarm 342 runqemu tmp/deploy/images/qemuarm [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | qemurunner.py | 49 self.runqemu = None 135 if self.runqemu and self.runqemu.poll(): 136 if self.runqemu.returncode: 246 output = self.runqemu.stdout 280 if self.runqemu.poll(): 295 if self.runqemu.returncode: 555 if self.runqemu: 575 self.runqemu.stdin.close() 576 self.runqemu.stdout.close() 619 if self.runqemu.poll() is None: [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 145 hardcoded into ``runqemu``. You can choose to use the ``qemuboot`` 147 bootable with ``runqemu``. If you use a configuration file, use the 162 If you want to use ``runqemu`` without a configuration file, use the 165 $ runqemu machine rootfs kernel [options] 186 such as ``bsp.conf`` to enable the BSP to be booted by ``runqemu``:: 216 To use ``runqemu``, set :term:`IMAGE_CLASSES` as 217 follows and run ``runqemu``: [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 155 # 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)
|
/openbmc/openbmc/meta-phosphor/conf/templates/default/ |
H A D | conf-notes.txt | 5 runqemu qemuarm
|