Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio-bus.h50 bool (*has_extra_state)(DeviceState *d); member
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c862 k->has_extra_state = virtio_mmio_has_extra_state; in virtio_mmio_bus_class_init()
H A Dvirtio.c2568 return k->has_extra_state && in virtio_extra_state_needed()
2569 k->has_extra_state(qbus->parent); in virtio_extra_state_needed()
H A Dvirtio-pci.c2520 k->has_extra_state = virtio_pci_has_extra_state; in virtio_pci_bus_class_init()