mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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>
This commit is contained in:
parent
bb292f5a9b
commit
5299f1c70a
3 changed files with 5 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue