Searched refs:qemu_boot_set_handler (Results 1 – 1 of 1) sorted by relevance
1189 static QEMUBootSetHandler *qemu_boot_set_handler = NULL; variable1194 qemu_boot_set_handler = func; in qemu_register_boot_set()1202 if (qemu_boot_set_handler) { in do_boot_set()1203 res = qemu_boot_set_handler(boot_opaque, bootdevice); in do_boot_set()