Files
acrn-hypervisor/hypervisor/include/arch/x86
Conghui Chen d48da2af3a hv: bugfix for debug commands with smp_call
With cpu-sharing enabled, there are more than 1 vcpu on 1 pcpu, so the
smp_call handler should switch the vmcs to the target vcpu's vmcs. Then
get the info.

dump_vcpu_reg and dump_guest_mem should run on certain vmcs, otherwise,
there will be #GP error.

Renaming:
vcpu_dumpreg -> dump_vcpu_reg
switch_vmcs -> load_vmcs

Tracked-On: #4178
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-12-05 11:19:35 +08:00
..
2019-09-05 09:59:13 +08:00
2019-12-02 09:31:12 +08:00
2019-12-02 09:31:12 +08:00
2019-12-02 09:31:12 +08:00
2019-11-07 08:47:02 +08:00
2019-09-11 17:30:24 +08:00
2019-02-22 13:14:36 +08:00
2019-01-21 13:49:54 +08:00
2019-09-05 16:32:30 +08:00
2019-09-05 09:58:47 +08:00
2019-03-15 14:09:56 +08:00
2019-03-22 08:38:13 +08:00
2019-11-27 09:49:32 +08:00
2019-05-07 09:10:13 +08:00