]> Git Repo - qemu.git/commit
pc: memhp: force gaps between DIMM's GPA
authorIgor Mammedov <[email protected]>
Tue, 29 Sep 2015 14:53:29 +0000 (16:53 +0200)
committerMichael S. Tsirkin <[email protected]>
Fri, 2 Oct 2015 14:04:32 +0000 (17:04 +0300)
commitaa8580cddf011e8cedcf87f7a0fdea7549fc4704
tree1969af2815090d7c10ac02daead7bb50a7a9f0a8
parentdf0acded19ec4b826aa095cfc19d341bd66fafd3
pc: memhp: force gaps between DIMM's GPA

mapping DIMMs non contiguously allows to workaround
virtio bug reported earlier:
http://lists.nongnu.org/archive/html/qemu-devel/2015-08/msg00522.html
in this case guest kernel doesn't allocate buffers
that can cross DIMM boundary keeping each buffer
local to a DIMM.

Suggested-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Igor Mammedov <[email protected]>
Acked-by: Eduardo Habkost <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h
This page took 0.025798 seconds and 4 git commands to generate.