Commit 15239b2e52633128c0b7f806175243c0969196e6

Authored by Gerd Hoffmann
Committed by Anthony Liguori
1 parent ee6847d1

cleanup: drop unused struct elements from VirtIOPCIProxy.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 0 additions and 6 deletions
hw/virtio-pci.c
@@ -86,12 +86,6 @@ typedef struct { @@ -86,12 +86,6 @@ typedef struct {
86 PCIDevice pci_dev; 86 PCIDevice pci_dev;
87 VirtIODevice *vdev; 87 VirtIODevice *vdev;
88 uint32_t addr; 88 uint32_t addr;
89 -  
90 - uint16_t vendor;  
91 - uint16_t device;  
92 - uint16_t subvendor;  
93 - uint16_t class_code;  
94 - uint8_t pif;  
95 } VirtIOPCIProxy; 89 } VirtIOPCIProxy;
96 90
97 /* virtio device */ 91 /* virtio device */