From b2357c484d3b3e2afd305b71fb5bc0b0b8d61ca8 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Thu, 14 Jun 2012 12:16:10 -0600 Subject: virtio: Convert to msix_init_exclusive_bar() interface Simple conversion. Signed-off-by: Alex Williamson Signed-off-by: Michael S. Tsirkin --- hw/virtio-pci.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/virtio-pci.h') diff --git a/hw/virtio-pci.h b/hw/virtio-pci.h index 91b791ba9d..ac9d522f37 100644 --- a/hw/virtio-pci.h +++ b/hw/virtio-pci.h @@ -34,7 +34,6 @@ typedef struct { PCIDevice pci_dev; VirtIODevice *vdev; MemoryRegion bar; - MemoryRegion msix_bar; uint32_t flags; uint32_t class_code; uint32_t nvectors; -- cgit 1.4.1