Home
last modified time | relevance | path

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

/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()
/qemu/include/system/
H A Dsystem.h105 void qemu_boot_set(const char *boot_order, Error **errp);
/qemu/monitor/
H A Dhmp-cmds.c404 qemu_boot_set(bootdevice, &local_err); in hmp_boot_set()
/qemu/hw/core/
H A Dmachine.c1710 qemu_boot_set(current_machine->boot_config.once, &error_fatal); in qdev_machine_creation_done()