/openbmc/qemu/hw/char/ |
H A D | virtio-serial-bus.c | 723 if (!s->post_load) { in virtio_serial_post_load_timer_cb() 726 for (i = 0 ; i < s->post_load->nr_active_ports; ++i) { in virtio_serial_post_load_timer_cb() 727 port = s->post_load->connected[i].port; in virtio_serial_post_load_timer_cb() 728 host_connected = s->post_load->connected[i].host_connected; in virtio_serial_post_load_timer_cb() 742 g_free(s->post_load->connected); in virtio_serial_post_load_timer_cb() 743 timer_free(s->post_load->timer); in virtio_serial_post_load_timer_cb() 744 g_free(s->post_load); in virtio_serial_post_load_timer_cb() 745 s->post_load = NULL; in virtio_serial_post_load_timer_cb() 754 s->post_load = g_malloc0(sizeof(*s->post_load)); in fetch_active_ports_list() 755 s->post_load->nr_active_ports = nr_active_ports; in fetch_active_ports_list() [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_its_common.c | 46 if (c->post_load) { in gicv3_its_post_load() 47 c->post_load(s); in gicv3_its_post_load() 55 .post_load = gicv3_its_post_load,
|
H A D | ioapic_common.c | 149 if (info->post_load) { in ioapic_dispatch_post_load() 150 info->post_load(s); in ioapic_dispatch_post_load() 189 .post_load = ioapic_dispatch_post_load,
|
H A D | i8259_common.c | 73 if (info->post_load) { in pic_dispatch_post_load() 74 info->post_load(s); in pic_dispatch_post_load() 170 .post_load = pic_dispatch_post_load,
|
H A D | arm_gic_common.c | 48 if (c->post_load) { in gic_post_load() 49 c->post_load(s); in gic_post_load() 106 .post_load = gic_post_load,
|
H A D | apic_common.c | 351 if (info->post_load) { in apic_dispatch_post_load() 352 info->post_load(s); in apic_dispatch_post_load() 381 .post_load = apic_dispatch_post_load,
|
H A D | ioapic_internal.h | 96 void (*post_load)(IOAPICCommonState *s); member
|
H A D | arm_gicv3_common.c | 90 if (c->post_load) { in gicv3_post_load() 91 c->post_load(s); in gicv3_post_load() 284 .post_load = gicv3_post_load,
|
/openbmc/qemu/hw/timer/ |
H A D | i8254_common.c | 219 if (c->post_load) { in pit_dispatch_post_load() 220 c->post_load(s); in pit_dispatch_post_load() 230 .post_load = pit_dispatch_post_load,
|
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device_class.rs | 39 let result = state.as_mut().post_load(version_id as u32); in pl011_post_load() 52 post_load: Some(pl011_post_load),
|
/openbmc/qemu/target/riscv/ |
H A D | machine.c | 64 .post_load = pmp_post_load, 219 .post_load = cpu_kvmtimer_post_load, 253 .post_load = debug_post_load, 393 .post_load = riscv_cpu_post_load,
|
/openbmc/qemu/include/hw/isa/ |
H A D | i8259_internal.h | 41 void (*post_load)(PICCommonState *s); member
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | zeroable.rs | 61 post_load: None,
|
/openbmc/qemu/hw/rtc/ |
H A D | pl031.c | 293 .post_load = pl031_tick_offset_post_load, 306 .post_load = pl031_post_load,
|
/openbmc/qemu/include/hw/timer/ |
H A D | i8254_internal.h | 67 void (*post_load)(PITCommonState *s); member
|
/openbmc/qemu/replay/ |
H A D | replay-snapshot.c | 53 .post_load = replay_post_load,
|
/openbmc/qemu/include/hw/intc/ |
H A D | arm_gicv3_its_common.h | 122 void (*post_load)(GICv3ITSState *s); member
|
H A D | arm_gic_common.h | 163 void (*post_load)(GICState *s); member
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | ioh3420.c | 90 .post_load = pcie_cap_slot_post_load,
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-serial.h | 185 struct VirtIOSerialPostLoad *post_load; member
|
/openbmc/qemu/migration/ |
H A D | global_state.c | 135 .post_load = global_state_post_load,
|
/openbmc/qemu/target/openrisc/ |
H A D | machine.c | 137 .post_load = cpu_post_load,
|
/openbmc/qemu/docs/devel/migration/ |
H A D | main.rst | 267 The 'pre_load' and 'post_load' functions on subsections are only 270 One important note is that the outer post_load() function is called "after" 273 post_load can be used to detect whether a subsection was loaded, and to 293 .post_load = ide_drive_pio_post_load, 312 .post_load = ide_drive_post_load, 432 - ``int (*post_load)(void *opaque, int version_id);`` 455 indication that you need to call these functions in a ``post_load`` callback. 471 in a ``post_load`` hook.) Otherwise, restore will not be deterministic,
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_irq.h | 79 int (*post_load)(SpaprInterruptController *intc, int version_id); member
|
/openbmc/qemu/hw/nvram/ |
H A D | ds1225y.c | 104 .post_load = nvram_post_load,
|