Searched refs:qemu_system_reset (Results 1 – 7 of 7) sorted by relevance
112 void qemu_system_reset(ShutdownCause reason);
57 qemu_system_reset(SHUTDOWN_CAUSE_GUEST_RESET); in fuzz_reset()
533 void qemu_system_reset(ShutdownCause reason) in qemu_system_reset() function891 qemu_system_reset(request); in main_loop_should_exit()
340 ``qemu_system_reset()``. Generally only core system code should343 3. ``qemu_system_reset()`` calls the ``MachineClass::reset`` method of346 ``qemu_system_reset()`` calls ``qemu_devices_reset()`` directly.
609 qemu_system_reset(request); in cpu_handle_ioreq()
1750 qemu_system_reset(SHUTDOWN_CAUSE_NONE); in qdev_machine_creation_done()
3499 qemu_system_reset(SHUTDOWN_CAUSE_SNAPSHOT_LOAD); in load_snapshot()