Re: [Qemu-devel] [PATCH v2 09/14] pc: Remove compat fields from PcGuestInfo

2015-12-15 Thread Marcel Apfelbaum
On 12/11/2015 08:42 PM, Eduardo Habkost wrote: Remove the fields: legacy_acpi_table_size, has_acpi_build, has_reserved_memory, and rsdp_in_ram from PcGuestInfo, and let the existing code use the PCMachineClass fields directly. Signed-off-by: Eduardo Habkost --- hw/i386/acpi-build.c | 10 +

[Qemu-devel] [PATCH v2 09/14] pc: Remove compat fields from PcGuestInfo

2015-12-11 Thread Eduardo Habkost
Remove the fields: legacy_acpi_table_size, has_acpi_build, has_reserved_memory, and rsdp_in_ram from PcGuestInfo, and let the existing code use the PCMachineClass fields directly. Signed-off-by: Eduardo Habkost --- hw/i386/acpi-build.c | 10 ++ hw/i386/pc.c | 6 +++--- hw/i386/p