diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2015-12-01 20:58:07 -0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-12-22 17:45:12 +0200 |
commit | cdedce0564a50a01d3121480e67b5b141c8e0c54 (patch) | |
tree | 6155a0dc3e13e431409393957f32b9a415706639 /include/hw | |
parent | 16a9e8a5bcc1fb0796828eb654a4f926734e59af (diff) |
pc: Remove enforce-aligned-dimm QOM property
The property is read-only and not used for anything.
Cc: Igor Mammedov <imammedo@redhat.com>
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>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/i386/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h index d1dc63ceb8..beb44ca23c 100644 --- a/include/hw/i386/pc.h +++ b/include/hw/i386/pc.h @@ -58,7 +58,6 @@ struct PCMachineState { #define PC_MACHINE_MAX_RAM_BELOW_4G "max-ram-below-4g" #define PC_MACHINE_VMPORT "vmport" #define PC_MACHINE_SMM "smm" -#define PC_MACHINE_ENFORCE_ALIGNED_DIMM "enforce-aligned-dimm" /** * PCMachineClass: |