Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dbootdevice.c54 void qemu_boot_set(const char *boot_order, Error **errp) in qemu_boot_set() function
113 qemu_boot_set(normal_boot_order, &error_abort); in restore_boot_order()
/openbmc/qemu/include/sysemu/
H A Dsysemu.h94 void qemu_boot_set(const char *boot_order, Error **errp);
/openbmc/qemu/monitor/
H A Dhmp-cmds.c404 qemu_boot_set(bootdevice, &local_err); in hmp_boot_set()
/openbmc/qemu/hw/core/
H A Dmachine.c1655 qemu_boot_set(current_machine->boot_config.once, &error_fatal); in qdev_machine_creation_done()