[SeaBIOS] [PATCH v2 09/22] virtio: add version 0.9.5 struct [fixup]

Gerd Hoffmann kraxel at redhat.com
Tue Jun 30 10:39:00 CEST 2015


---
 src/hw/virtio-pci.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/hw/virtio-pci.h b/src/hw/virtio-pci.h
index 29cd969..a04d38b 100644
--- a/src/hw/virtio-pci.h
+++ b/src/hw/virtio-pci.h
@@ -42,7 +42,7 @@
 
 /* --- virtio 0.9.5 (legacy) struct --------------------------------- */
 
-struct virtio_pci_legacy {
+typedef struct virtio_pci_legacy {
     u32 host_features;
     u32 guest_features;
     u32 queue_pfn;
@@ -52,7 +52,7 @@ struct virtio_pci_legacy {
     u8  status;
     u8  isr;
     u8  device[];
-};
+} virtio_pci_legacy;
 
 /* --- virtio 1.0 (modern) structs ---------------------------------- */
 
-- 
1.8.3.1




More information about the SeaBIOS mailing list