]> xenbits.xensource.com Git - xen.git/commit
x86/nested HAP: don't BUG() on legitimate error
authorJan Beulich <jbeulich@suse.com>
Mon, 14 Apr 2014 10:50:56 +0000 (12:50 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 14 Apr 2014 10:50:56 +0000 (12:50 +0200)
commit1ca73aaf51eba14256794bf045c2eb01e88e1324
tree90f280e7e3f0e6262ddf6e2e1d2ec0b69998e1fe
parent561e1dc85e6176c3d5b0a665b8ed4ff9e33cef1f
x86/nested HAP: don't BUG() on legitimate error

p2m_set_entry() can fail without there being a bug in the code - crash
the domain rather than the host in that case.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/arch/x86/mm/hap/nested_hap.c