Re: [Xen-devel] [PATCH for-next v2 10/10] x86/domain: move HVM specific code to hvm/domain.c

2017-04-25 Thread Andrew Cooper
On 25/04/17 14:52, Wei Liu wrote: > diff --git a/xen/arch/x86/hvm/domain.c b/xen/arch/x86/hvm/domain.c > new file mode 100644 > index 00..dd03cffd0b > --- /dev/null > +++ b/xen/arch/x86/hvm/domain.c > @@ -0,0 +1,326 @@ > +/* > + * HVM domain specific functions. > + * > + * Copyright (C)

[Xen-devel] [PATCH for-next v2 10/10] x86/domain: move HVM specific code to hvm/domain.c

2017-04-25 Thread Wei Liu
There is only one function arch_set_info_hvm_guest is moved. The check_segment function is also moved since arch_set_info_hvm_guest is the only user. No functional change. Signed-off-by: Wei Liu Acked-by: Jan Beulich --- xen/arch/x86/domain.c | 291