summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEduardo Habkost2015-12-01 23:58:07 +0100
committerMichael S. Tsirkin2015-12-22 16:45:12 +0100
commitcdedce0564a50a01d3121480e67b5b141c8e0c54 (patch)
tree6155a0dc3e13e431409393957f32b9a415706639 /include
parentpc: Move enforce_aligned_dimm to PCMachineClass (diff)
downloadqemu-cdedce0564a50a01d3121480e67b5b141c8e0c54.tar.gz
qemu-cdedce0564a50a01d3121480e67b5b141c8e0c54.tar.xz
qemu-cdedce0564a50a01d3121480e67b5b141c8e0c54.zip
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')
-rw-r--r--include/hw/i386/pc.h1
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: