Re: [PATCH v1 14/18] x86: generalize vcpu for domain building

2022-07-27 Thread Jan Beulich
On 06.07.2022 23:04, Daniel P. Smith wrote: > Here, the vcpu initialization code for dom0 creation is generalized for use > for > other domains. Yet with "other domains" still only ones created during boot, aiui. Imo such details want spelling out. The title also is too generic / imprecise. > -

[PATCH v1 14/18] x86: generalize vcpu for domain building

2022-07-06 Thread Daniel P. Smith
Here, the vcpu initialization code for dom0 creation is generalized for use for other domains. Signed-off-by: Daniel P. Smith Reviewed-by: Christopher Clark --- xen/arch/x86/domain_builder.c | 14 +- xen/arch/x86/hvm/dom0_build.c | 7 --- xen/arch/x86/pv/dom0_build.c | 2 +-