Home
last modified time | relevance | path

Searched refs:runqemu (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dnativesdk-qemu-helper_1.0.bb8 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 Drunqemu.py14 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 Doverlayfs.py8 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 Defibootpartition.py9 from oeqa.utils.commands import bitbake, runqemu
32 with runqemu(image, ssh=False, launch_cmd=cmd) as qemu:
H A Druntime_test.py8 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 Dlocales.py7 from oeqa.utils.commands import bitbake, runqemu
28 with runqemu("core-image-minimal", ssh=False, runqemuparams='nographic') as qemu:
H A Dimagefeatures.py9 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 Dgdbserver.py13 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 Dglibc.py12 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 Dpackage.py8 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 Ddebuginfod.py15 from oeqa.utils.commands import bitbake, get_bb_var, runqemu
151 with runqemu("core-image-minimal", runqemuparams="nographic") as qemu:
H A Drust.py8 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 Drunqemu-export-rootfs46 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 Drunqemu-gen-tapdevs82 rm -f /etc/runqemu-nosudo
107 touch /etc/runqemu-nosudo
H A Drunqemu.README9 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 Dautobuilder-worker-prereq-tests84 DISPLAY=:1 runqemu serialstdio qemux86-64
89 DISPLAY=:1 runqemu serialstdio qemux86-64 kvm
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-export-rootfs46 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 Drunqemu-gen-tapdevs82 rm -f /etc/runqemu-nosudo
107 touch /etc/runqemu-nosudo
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dqemu.rst89 $ 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 Dqemurunner.py49 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 Dqemutinyrunner.py25 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 Dmigration-2.2.rst136 .. _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 Dqemuboot.bbclass7 # 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 Drunqemu.py19 def runqemu(args, config, basepath, workspace): function
64 parser_runqemu.set_defaults(func=runqemu)
/openbmc/openbmc/meta-aspeed/conf/machine/include/
H A Daspeed.inc39 # runqemu support
51 # runqemu overrides default memory size

1234