Searched refs:qemu_system_reset (Results 1 – 7 of 7) sorted by relevance
105 void qemu_system_reset(ShutdownCause reason);
56 qemu_system_reset(SHUTDOWN_CAUSE_GUEST_RESET); in fuzz_reset()
508 void qemu_system_reset(ShutdownCause reason) in qemu_system_reset() function801 qemu_system_reset(request); in main_loop_should_exit()
335 ``qemu_system_reset()``. Generally only core system code should338 3. ``qemu_system_reset()`` calls the ``MachineClass::reset`` method of341 ``qemu_system_reset()`` calls ``qemu_devices_reset()`` directly.
602 qemu_system_reset(request); in cpu_handle_ioreq()
1689 qemu_system_reset(SHUTDOWN_CAUSE_NONE); in qdev_machine_creation_done()
3299 qemu_system_reset(SHUTDOWN_CAUSE_SNAPSHOT_LOAD); in load_snapshot()