summary refs log tree commit diff stats
path: root/include/hw/arm/virt.h
diff options
context:
space:
mode:
authorAndrew Jones <drjones@redhat.com>2017-01-09 11:40:22 +0000
committerPeter Maydell <peter.maydell@linaro.org>2017-01-09 11:40:22 +0000
commitda4f09a7dce6878b6fd27a0fb70d08701551df17 (patch)
tree77a5378f6f98af5a7743019b9e84e765fd032976 /include/hw/arm/virt.h
parente9a8e474fbdedca787623f0c55f7b6e9cb97bdfc (diff)
downloadfocaccia-qemu-da4f09a7dce6878b6fd27a0fb70d08701551df17.tar.gz
focaccia-qemu-da4f09a7dce6878b6fd27a0fb70d08701551df17.zip
hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfo
Now that we pass VirtMachineState, and guest-info is just part of
that state, we can remove all the redundant members and access
the VirtMachineState directly.

Signed-off-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 20170102200153.28864-12-drjones@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm/virt.h')
-rw-r--r--include/hw/arm/virt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h
index b1eed52d3b..d200542d0d 100644
--- a/include/hw/arm/virt.h
+++ b/include/hw/arm/virt.h
@@ -78,13 +78,7 @@ typedef struct MemMapEntry {
 } MemMapEntry;
 
 typedef struct VirtGuestInfo {
-    int smp_cpus;
     FWCfgState *fw_cfg;
-    const MemMapEntry *memmap;
-    const int *irqmap;
-    bool use_highmem;
-    int gic_version;
-    bool no_its;
 } VirtGuestInfo;
 
 typedef struct {