qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/7] cleanup: drop unused struct elements from VirtI


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 1/7] cleanup: drop unused struct elements from VirtIOPCIProxy.
Date: Mon, 13 Jul 2009 11:40:42 +0200

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/virtio-pci.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/hw/virtio-pci.c b/hw/virtio-pci.c
index 3b9bfd1..0671967 100644
--- a/hw/virtio-pci.c
+++ b/hw/virtio-pci.c
@@ -86,12 +86,6 @@ typedef struct {
     PCIDevice pci_dev;
     VirtIODevice *vdev;
     uint32_t addr;
-
-    uint16_t vendor;
-    uint16_t device;
-    uint16_t subvendor;
-    uint16_t class_code;
-    uint8_t pif;
 } VirtIOPCIProxy;
 
 /* virtio device */
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]