diff options
author | Eduardo Habkost | 2015-12-11 19:42:20 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2015-12-22 16:45:13 +0100 |
commit | 34be1e7c92a9e8942a23e7544356af634d233d83 (patch) | |
tree | 451be1f9e45aab1c96308fba77cc64cdb28558d6 /include/hw/pci-host/q35.h | |
parent | hw/i386: extend pxb query for all PC machines (diff) | |
download | qemu-34be1e7c92a9e8942a23e7544356af634d233d83.tar.gz qemu-34be1e7c92a9e8942a23e7544356af634d233d83.tar.xz qemu-34be1e7c92a9e8942a23e7544356af634d233d83.zip |
q35: Remove MCHPCIState.guest_info field
The field is not used for anything.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Diffstat (limited to 'include/hw/pci-host/q35.h')
-rw-r--r-- | include/hw/pci-host/q35.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/pci-host/q35.h b/include/hw/pci-host/q35.h index dbe6dc05b5..c5c073ddea 100644 --- a/include/hw/pci-host/q35.h +++ b/include/hw/pci-host/q35.h @@ -59,7 +59,6 @@ typedef struct MCHPCIState { ram_addr_t below_4g_mem_size; ram_addr_t above_4g_mem_size; uint64_t pci_hole64_size; - PcGuestInfo *guest_info; uint32_t short_root_bus; IntelIOMMUState *iommu; } MCHPCIState; |