mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -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
|
@ -60,7 +60,6 @@ struct PCMachineClass {
|
|||
|
||||
/*< public >*/
|
||||
bool broken_reserved_end;
|
||||
bool inter_dimm_gap;
|
||||
HotplugHandler *(*get_hotplug_handler)(MachineState *machine,
|
||||
DeviceState *dev);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue