]> xenbits.xensource.com Git - xen.git/commit
libxc/x86: fix page table creation for huge guests
authorJan Beulich <jbeulich@suse.com>
Thu, 12 Sep 2013 15:41:04 +0000 (17:41 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 12 Sep 2013 15:41:04 +0000 (17:41 +0200)
commit06d086832155fc7f5344e9d108b979de34674d11
tree551653a5018994fb596a56e2857fc2f8dd97d518
parent8efce9d69998a3d3c720ac7dbdb9b7e240369957
libxc/x86: fix page table creation for huge guests

The switch-over logic from one page directory to the next was wrong;
it needs to be deferred until we actually reach the last page within
a given region, instead of being done when the last entry of a page
directory gets started with.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Tested-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxc/xc_dom_x86.c