diff options
author | Michael S. Tsirkin | 2015-10-28 17:55:06 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2015-10-29 10:11:07 +0100 |
commit | d6a9b0b89d27e0a688f37c1732d4dec40613669e (patch) | |
tree | 431d8afd748924061d4dd68c0c804b290095368b /hw/i386 | |
parent | Revert "pc: memhp: force gaps between DIMM's GPA" (diff) | |
download | qemu-d6a9b0b89d27e0a688f37c1732d4dec40613669e.tar.gz qemu-d6a9b0b89d27e0a688f37c1732d4dec40613669e.tar.xz qemu-d6a9b0b89d27e0a688f37c1732d4dec40613669e.zip |
Revert "memhp: extend address auto assignment to support gaps"
This reverts commit df0acded19ec4b826aa095cfc19d341bd66fafd3.
There's no point to it now that the only user has been reverted.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r-- | hw/i386/pc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/i386/pc.c b/hw/i386/pc.c index d234caebbb..0cb8afd2c2 100644 --- a/hw/i386/pc.c +++ b/hw/i386/pc.c @@ -1631,8 +1631,7 @@ static void pc_dimm_plug(HotplugHandler *hotplug_dev, goto out; } - pc_dimm_memory_plug(dev, &pcms->hotplug_memory, mr, align, false, - &local_err); + pc_dimm_memory_plug(dev, &pcms->hotplug_memory, mr, align, &local_err); if (local_err) { goto out; } |