diff options
author | Eduardo Habkost | 2015-12-11 19:42:29 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2016-02-06 19:44:09 +0100 |
commit | 5299f1c70aa7ebc89383363cd3d47fc4f5dc2163 (patch) | |
tree | 35b83aeeee39b2a0f62a03b59a35132d663153e2 /include/hw/i386/pc.h | |
parent | pc: Remove compat fields from PcGuestInfo (diff) | |
download | qemu-5299f1c70aa7ebc89383363cd3d47fc4f5dc2163.tar.gz qemu-5299f1c70aa7ebc89383363cd3d47fc4f5dc2163.tar.xz qemu-5299f1c70aa7ebc89383363cd3d47fc4f5dc2163.zip |
pc: Remove RAM size fields from PcGuestInfo
The ACPI code can use the PCMachineState fields directly.
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/i386/pc.h')
-rw-r--r-- | include/hw/i386/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 4480409e77..c27e680ee0 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -36,7 +36,6 @@ /* Machine info for ACPI build: */ struct PcGuestInfo { bool isapc_ram_fw; - hwaddr ram_size, ram_size_below_4g; unsigned apic_id_limit; bool apic_xrupt_override; uint64_t numa_nodes; |