Displaying 2 results from an estimated 2 matches for "calldo_boot_vcpu".
2005 Oct 03
1
RE: [PATCH] [VT] SMP VMX guest AP bring up need calldo_boot_vcpu in hypervisor
Hi Keir, this patch changes common code of xen hypervisor, but seems we
have to, because current call to do_boot_vcpu is always from domains,
however, for SMP VMX guest AP bring up, we need call it from xen
hypervisor,
so we''d like to split it.
What''s your opinion?
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2005 Sep 29
0
RE: [PATCH] [VT] SMP VMX guest AP bring up need calldo_boot_vcpu in hypervisor
Jun suggested to use another elegant way, pls ignore this one.
-Xin
>SMP VMX guest AP bring up need call do_boot_vcpu in hypervisor.
>Current call to do_boot_vcpu always from domain, however, for SMP VMX
>guest AP bring up, it is called from xen hypervisor.
>Signed-off-by: Xin Li <xin.b.li@intel.com>
>
>diff -r f069a06e650f xen/common/domain.c
>--- a/xen/common/domain.c