Home
last modified time | relevance | path

Searched refs:qemu_semihosting_config_opts (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/semihosting/
H A Dstubs-system.c17 QemuOptsList qemu_semihosting_config_opts = { variable
19 .head = QTAILQ_HEAD_INITIALIZER(qemu_semihosting_config_opts.head),
H A Dconfig.c28 QemuOptsList qemu_semihosting_config_opts = { variable
32 .head = QTAILQ_HEAD_INITIALIZER(qemu_semihosting_config_opts.head),
/openbmc/qemu/include/sysemu/
H A Dsysemu.h113 extern QemuOptsList qemu_semihosting_config_opts;
/openbmc/qemu/system/
H A Dvl.c2789 qemu_add_opts(&qemu_semihosting_config_opts); in qemu_init()