Searched refs:vmstate_change (Results 1 – 6 of 6) sorted by relevance
55 void (*vmstate_change)(DeviceState *d, bool running); member
3054 static VMChangeStateEntry *vmstate_change; variable3086 if (vmstate_change) { in memory_global_dirty_log_start()3138 assert(vmstate_change); in memory_global_dirty_log_stop_postponed_run()3146 qemu_del_vm_change_state_handler(vmstate_change); in memory_global_dirty_log_stop_postponed_run()3147 vmstate_change = NULL; in memory_global_dirty_log_stop_postponed_run()3162 if (vmstate_change) { in memory_global_dirty_log_stop()3167 vmstate_change = qemu_add_vm_change_state_handler( in memory_global_dirty_log_stop()
874 k->vmstate_change = virtio_mmio_vmstate_change; in virtio_mmio_bus_class_init()
3434 if (k->vmstate_change) { in virtio_vmstate_change()3435 k->vmstate_change(qbus->parent, backend_run); in virtio_vmstate_change()
2610 k->vmstate_change = virtio_pci_vmstate_change; in virtio_pci_bus_class_init()
1273 k->vmstate_change = virtio_ccw_vmstate_change; in virtio_ccw_bus_class_init()