Files
acrn-hypervisor/hypervisor/arch/x86/guest
Binbin Wu f3ffce4be1 hv: vmexit: ecx should be checked instead of rcx when xsetbv
According to SDM, xsetbv writes the contents of registers EDX:EAX into the 64-bit
extended control register (XCR) specified in the ECX register. (On processors
that support the Intel 64 architecture, the high-order 32 bits of RCX are ignored.)

In current code, RCX is checked, should ingore the high-order 32bits.

Tracked-On: #3360
Signed-off-by: Binbin Wu <binbin.wu@intel.com>
Reviewed-by: Yonghua Huang <yonghua.huang@intel.com>
2019-07-05 09:48:53 +08:00
..
2019-06-25 20:09:21 +08:00
2019-06-21 09:04:44 +08:00
2019-06-28 13:28:26 +08:00
2019-06-28 13:28:26 +08:00
2019-06-27 15:27:37 +08:00
2019-06-27 15:40:19 +08:00
2019-05-07 09:10:13 +08:00