Re: [Xen-devel] [PATCH v2] x86/hvm: Clean up the rest of bool_t from vm_event

2018-11-05 Thread George Dunlap
On 11/05/2018 04:28 PM, Jan Beulich wrote: On 05.11.18 at 17:17, wrote: >> On 10/29/2018 03:53 PM, Alexandru Stefan ISAILA wrote: >>> --- a/xen/arch/x86/mm/p2m.c >>> +++ b/xen/arch/x86/mm/p2m.c >>> @@ -448,7 +448,7 @@ mfn_t __get_gfn_type_access(struct p2m_domain *p2m, >>> unsigned long

Re: [Xen-devel] [PATCH v2] x86/hvm: Clean up the rest of bool_t from vm_event

2018-11-05 Thread Jan Beulich
>>> On 05.11.18 at 17:17, wrote: > On 10/29/2018 03:53 PM, Alexandru Stefan ISAILA wrote: >> --- a/xen/arch/x86/mm/p2m.c >> +++ b/xen/arch/x86/mm/p2m.c >> @@ -448,7 +448,7 @@ mfn_t __get_gfn_type_access(struct p2m_domain *p2m, >> unsigned long gfn_l, >> /* Try to unshare. If we fail,

Re: [Xen-devel] [PATCH v2] x86/hvm: Clean up the rest of bool_t from vm_event

2018-11-05 Thread Razvan Cojocaru
On 11/5/18 6:17 PM, George Dunlap wrote: > On 10/29/2018 03:53 PM, Alexandru Stefan ISAILA wrote: >> Signed-off-by: Alexandru Isaila >> Acked-by: Tamas K Lengyel >> Acked-by: Jan Beulich >> >> --- >> Changes since V1: >> - Made style corrections suggested by Jan. >> --- >>

Re: [Xen-devel] [PATCH v2] x86/hvm: Clean up the rest of bool_t from vm_event

2018-11-05 Thread George Dunlap
On 10/29/2018 03:53 PM, Alexandru Stefan ISAILA wrote: > Signed-off-by: Alexandru Isaila > Acked-by: Tamas K Lengyel > Acked-by: Jan Beulich > > --- > Changes since V1: > - Made style corrections suggested by Jan. > --- > xen/arch/x86/hvm/hvm.c| 3 ++- >

Re: [Xen-devel] [PATCH v2] x86/hvm: Clean up the rest of bool_t from vm_event

2018-11-05 Thread Alexandru Stefan ISAILA
Any changes required for this to go in? Regards, Alex On 29.10.2018 17:53, Alexandru Stefan ISAILA wrote: > Signed-off-by: Alexandru Isaila > Acked-by: Tamas K Lengyel > Acked-by: Jan Beulich > > --- > Changes since V1: > - Made style corrections suggested by Jan. > --- >

[Xen-devel] [PATCH v2] x86/hvm: Clean up the rest of bool_t from vm_event

2018-10-29 Thread Alexandru Stefan ISAILA
Signed-off-by: Alexandru Isaila Acked-by: Tamas K Lengyel Acked-by: Jan Beulich --- Changes since V1: - Made style corrections suggested by Jan. --- xen/arch/x86/hvm/hvm.c| 3 ++- xen/arch/x86/mm/mem_sharing.c | 2 +- xen/arch/x86/mm/p2m.c | 5 ++---