diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-04 12:34:37 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-06-10 18:15:06 +0200 |
commit | fc004905c5b4b7568aad50087c156a5f4dfae1a7 (patch) | |
tree | 709004c969efb4338f8132aa73a994f407e18aa2 /hw/virtio/virtio-pci.h | |
parent | 54790d71e4adcfaae95dac3c7019b10721e609de (diff) | |
download | qemu-fc004905c5b4b7568aad50087c156a5f4dfae1a7.zip |
virtio-pci: move cap type to VirtIOPCIRegion
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio/virtio-pci.h')
-rw-r--r-- | hw/virtio/virtio-pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/virtio/virtio-pci.h b/hw/virtio/virtio-pci.h index f5829b07a5..ea1343ded3 100644 --- a/hw/virtio/virtio-pci.h +++ b/hw/virtio/virtio-pci.h @@ -94,6 +94,7 @@ typedef struct VirtioPCIClass { typedef struct VirtIOPCIRegion { MemoryRegion mr; uint32_t offset; + uint32_t type; } VirtIOPCIRegion; struct VirtIOPCIProxy { |