summary refs log tree commit diff stats
path: root/include/hw/i386/pc.h
diff options
context:
space:
mode:
authorEric Auger <eric.auger@redhat.com>2019-03-08 19:20:52 +0100
committerEduardo Habkost <ehabkost@redhat.com>2019-03-11 10:44:21 -0300
commitc1404bde9cb326a42327c892e25ecbfcce806a3d (patch)
treede2264667c83bdb4b0c6a1a1abca9ad937a35889 /include/hw/i386/pc.h
parent314aec4a6e06844937f1677f6cba21981005f389 (diff)
downloadfocaccia-qemu-c1404bde9cb326a42327c892e25ecbfcce806a3d.tar.gz
focaccia-qemu-c1404bde9cb326a42327c892e25ecbfcce806a3d.zip
nvdimm: Rename AcpiNVDIMMState into NVDIMMState
As we intend to migrate the acpi_nvdimm_state into
the base machine with a new dimms_state name, let's
also rename the datatype.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Suggested-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190308182053.5487-2-eric.auger@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/hw/i386/pc.h')
-rw-r--r--include/hw/i386/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h
index 54222a202d..94fb620d65 100644
--- a/include/hw/i386/pc.h
+++ b/include/hw/i386/pc.h
@@ -45,7 +45,7 @@ struct PCMachineState {
     OnOffAuto vmport;
     OnOffAuto smm;
 
-    AcpiNVDIMMState acpi_nvdimm_state;
+    NVDIMMState acpi_nvdimm_state;
 
     bool acpi_build_enabled;
     bool smbus_enabled;