Re: [Xen-devel] [PATCH v3 4/6] vpt: split part of pt_intr_post into a separate helper

2018-06-22 Thread Jan Beulich
>>> On 08.06.18 at 17:07, wrote: > No functional change. > > Signed-off-by: Roger Pau Monné Assuming a subsequent patch re-uses the function Acked-by: Jan Beulich It would be nice though to convert ... > --- a/xen/arch/x86/hvm/vpt.c > +++ b/xen/arch/x86/hvm/vpt.c > @@ -265,6 +265,41 @@ stati

[Xen-devel] [PATCH v3 4/6] vpt: split part of pt_intr_post into a separate helper

2018-06-08 Thread Roger Pau Monne
No functional change. Signed-off-by: Roger Pau Monné --- Cc: Jan Beulich Cc: Andrew Cooper --- xen/arch/x86/hvm/vpt.c | 67 +++--- 1 file changed, 36 insertions(+), 31 deletions(-) diff --git a/xen/arch/x86/hvm/vpt.c b/xen/arch/x86/hvm/vpt.c index a0cc61fd2