Li, Xin B
2005-Oct-03 13:13 UTC
RE: [Xen-devel] [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 http://lists.xensource.com/xen-devel
Keir Fraser
2005-Oct-03 14:14 UTC
Re: [Xen-devel] [PATCH] [VT] SMP VMX guest AP bring up need calldo_boot_vcpu in hypervisor
On 3 Oct 2005, at 14:13, Li, Xin B wrote:> 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?I''d like to see it in the context of a larger patch that shows how the new ''internal'' function is used. I don''t really have anything against this approach, so we''ll probably take the patch with no complaint. I''m going to be changing that part of the hypercall interface shortly (to introduce a new more generic ''vcpu_op'' hypercall). It is bound to conflict with your patch, but you should finc it easy to fix up. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Apparently Analagous Threads
- RE: [PATCH] [VT] SMP VMX guest AP bring up need calldo_boot_vcpu in hypervisor
- data summerization etc...
- data summarization etc...
- [PATCH][VT][RESEND] Patch to remove ignored setting in VMCS for VMX domains
- [PATCH][VT][1/15] Fix config file parsing for VMX domains.