Home
last modified time | relevance | path

Searched refs:qemu_options (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D06569 qemu_options = '' variable in TestQMP
74 self.vm = iotests.VM().add_drive(test_img, self.qemu_options)
126 qemu_options = 'lazy-refcounts=on' variable in TestQCow3NotLazyQMP
142 qemu_options = 'lazy-refcounts=off' variable in TestQCow3LazyQMP
H A Dtestenv.py232 self.qemu_options = '-nodefaults -display none -accel qtest'
245 self.qemu_options += f' -machine {machine}'
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemuwrapper-cross_1.0.bb17 qemu_options='${QEMU_OPTIONS} -E LD_LIBRARY_PATH=$D${libdir}:$D${base_libdir}'
30 $qemu_binary $qemu_options "\$@"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dqemu.bbclass37 qemu_options = data.getVar("QEMU_OPTIONS") or ""
39 return "PSEUDO_UNLOAD=1 " + qemu_binary + " " + qemu_options + " -L " + rootfs_path\
H A Dlibc-package.bbclass292 qemu_options = d.getVar('QEMU_OPTIONS')
296 (path, i18npath, qemu, treedir, ldlibdir, qemu_options, treedir, localedef_opts)
/openbmc/qemu/system/
H A Dvl.c923 static const QEMUOption qemu_options[] = { variable
1632 popt = qemu_options; in lookup_opt()