]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
x86/mm: don't call HVM-only function for PV guests
authorJan Beulich <jbeulich@suse.com>
Tue, 27 Oct 2015 15:34:29 +0000 (16:34 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 27 Oct 2015 15:34:29 +0000 (16:34 +0100)
commitbf0d4923d7783ece38bb8f3b832e8df0f3fc284b
tree3aed95a2c9f7bcdf2c247efbc17750aec89cb2e5
parent3f3a26badbe9e980c759e2246cb248ceef018968
x86/mm: don't call HVM-only function for PV guests

Somehow I managed to drop the HVM dependency from v2 to v3 of what
became commit 5c23c760a8 ("x86/HVM: correct page dirty marking in
hvm_map_guest_frame_rw()"), obviously breaking migration of PV guests.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/mm/paging.c