Home
last modified time | relevance | path

Searched refs:load_extra_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-bus.h49 int (*load_extra_state)(DeviceState *d, QEMUFile *f); member
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c868 k->load_extra_state = virtio_mmio_load_extra_state; in virtio_mmio_bus_class_init()
H A Dvirtio.c2887 if (!k->load_extra_state) { in get_extra_state()
2890 return k->load_extra_state(qbus->parent, f); in get_extra_state()
H A Dvirtio-pci.c2605 k->load_extra_state = virtio_pci_load_extra_state; in virtio_pci_bus_class_init()