class PciLegacyIoInterface
Defined at line 70 of file ../../src/devices/bus/lib/virtio/include/lib/virtio/backends/pci.h
"Real" virtual hardware will use this interface to access Virtio
over IO bar 0.
Public Methods
void Read (uint16_t offset, uint8_t * val)
Defined at line 55 of file ../../src/devices/bus/lib/virtio/backends/pci_legacy.cc
void Read (uint16_t offset, uint16_t * val)
Defined at line 58 of file ../../src/devices/bus/lib/virtio/backends/pci_legacy.cc
void Read (uint16_t offset, uint32_t * val)
Defined at line 61 of file ../../src/devices/bus/lib/virtio/backends/pci_legacy.cc
void Write (uint16_t offset, uint8_t val)
Defined at line 64 of file ../../src/devices/bus/lib/virtio/backends/pci_legacy.cc
void Write (uint16_t offset, uint16_t val)
Defined at line 67 of file ../../src/devices/bus/lib/virtio/backends/pci_legacy.cc
void Write (uint16_t offset, uint32_t val)
Defined at line 70 of file ../../src/devices/bus/lib/virtio/backends/pci_legacy.cc
void PciLegacyIoInterface ()
Defined at line 72 of file ../../src/devices/bus/lib/virtio/include/lib/virtio/backends/pci.h
void ~PciLegacyIoInterface ()
Defined at line 73 of file ../../src/devices/bus/lib/virtio/include/lib/virtio/backends/pci.h
PciLegacyIoInterface * Get ()
Defined at line 82 of file ../../src/devices/bus/lib/virtio/include/lib/virtio/backends/pci.h