]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
x86/vmx: Support removing MSRs from the host/guest load/save lists
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 7 May 2018 10:57:00 +0000 (11:57 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 4 Jul 2018 11:12:15 +0000 (12:12 +0100)
commit540d5422a9b41639d7367b1d2b24f6bbd8d5ea67
treefedf09e2a3992e2603b533c0a9dffe31555582dd
parent1ac46b55632626aeb935726e1b0a71605ef6763a
x86/vmx: Support removing MSRs from the host/guest load/save lists

Up until this point, the MSR load/save lists have only ever accumulated
content.  Introduce vmx_del_msr() as a companion to vmx_add_msr().

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewd-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/vmcs.c
xen/include/asm-x86/hvm/vmx/vmcs.h