diff options
| author | Eduardo Habkost | 2015-12-11 19:42:31 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-02-06 19:44:09 +0100 |
| commit | f264d360e0bebf4fae054e624bf7204788aff99d (patch) | |
| tree | 28217ac3c2f17ddba7e8ab9468ae9f23e9b0846d /include | |
| parent | pc: Remove PcGuestInfo.isapc_ram_fw field (diff) | |
| download | qemu-f264d360e0bebf4fae054e624bf7204788aff99d.tar.gz qemu-f264d360e0bebf4fae054e624bf7204788aff99d.tar.xz qemu-f264d360e0bebf4fae054e624bf7204788aff99d.zip | |
pc: Move PcGuestInfo.fw_cfg to PCMachineState
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')
| -rw-r--r-- | include/hw/i386/pc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index 6a5c4da053..40249b6b02 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -40,7 +40,6 @@ struct PcGuestInfo { uint64_t numa_nodes; uint64_t *node_mem; uint64_t *node_cpu; - FWCfgState *fw_cfg; }; /** @@ -62,6 +61,7 @@ struct PCMachineState { HotplugHandler *acpi_dev; ISADevice *rtc; PCIBus *bus; + FWCfgState *fw_cfg; /* Configuration options: */ uint64_t max_ram_below_4g; |
