projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee6847d
)
cleanup: drop unused struct elements from VirtIOPCIProxy.
author
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 15 Jul 2009 11:48:20 +0000
(13:48 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Thu, 16 Jul 2009 22:28:51 +0000
(17:28 -0500)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-pci.c
patch
|
blob
|
history
diff --git
a/hw/virtio-pci.c
b/hw/virtio-pci.c
index d605b5fb1f79ff7f21124a1406a0c32c375c68af..0f676b877e06e47f2f5a112b4d3542d61c993ff9 100644
(file)
--- 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 */