mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Revert "pc: memhp: force gaps between DIMM's GPA"
This reverts commit aa8580cddf
.
As described in
http://article.gmane.org/gmane.comp.emulators.qemu/371432
that commit causes linux guests to crash on memory hot-unplug.
The original problem it's trying to solve has now
been addressed within virtio.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
3945ecf1ec
commit
340065e5a1
4 changed files with 2 additions and 7 deletions
|
@ -487,7 +487,6 @@ static void pc_i440fx_2_4_machine_options(MachineClass *m)
|
|||
m->alias = NULL;
|
||||
m->is_default = 0;
|
||||
pcmc->broken_reserved_end = true;
|
||||
pcmc->inter_dimm_gap = false;
|
||||
SET_MACHINE_COMPAT(m, PC_COMPAT_2_4);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue