|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [PATCH] Clear VMCS if reusing after vcpu reset
>>Which hotplug would that be? I can't see how vmx_create_vmcs() can be
called
>>more than once for any vcpu. It's called during vcpu creation and
that's it
>>afaics. The current check for v->arch.hvm_vmx.vmcs==NULL is therefore
>>redundant.
>>
After Xen 3.0.5, renaming is needed :-)
>Within HVM domain:
>Echo "0" > /sys/devices/system/cpu/cpuN/online;
>Echo "1" > /sys/devices/system/cpu/cpuN/online;
>
>Hvm_vcpu_reset is invoked as the result of receiving vINIT, which
>then goes to hvm_vcpu_initialise, vmx_vcpu_initialise, vmx_create_vmcs.
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|