commit | bb292f5a9b944e47fae88a20767967e7e20122b4 | [log] [tgz] |
---|---|---|
author | Eduardo Habkost <ehabkost@redhat.com> | Fri Dec 11 16:42:28 2015 -0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Sat Feb 06 20:44:09 2016 +0200 |
tree | cc9729539a66a141eef429f4ea3640dd7573da6c | |
parent | f944d4798c4e8ebb85161d81431d3457de36d042 [diff] |
pc: Remove compat fields from PcGuestInfo 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 <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>