Re: [Xen-devel] [PATCH v2 15/20] livepatch: Move test-cases to common

2016-09-07 Thread Jan Beulich
>>> On 06.09.16 at 19:16, wrote: > On Thu, Aug 25, 2016 at 09:05:27AM -0600, Jan Beulich wrote: >> >>> On 25.08.16 at 15:37, wrote: >> > --- a/MAINTAINERS >> > +++ b/MAINTAINERS >> > @@ -271,6 +271,7 @@ F: tools/misc/xen-livepatch.c >> > F: xen/arch/*/livepatch* >> > F: xen/arch/*/*/livepatc

Re: [Xen-devel] [PATCH v2 15/20] livepatch: Move test-cases to common

2016-09-06 Thread Konrad Rzeszutek Wilk
On Thu, Aug 25, 2016 at 09:37:30AM -0400, Konrad Rzeszutek Wilk wrote: > So they can be shared with ARM64 (but not yet, so they > are only built on x86). > > No functional change. > > We also need to tweak the MAINTAINERS and .gitignore file > > Signed-off-by: Konrad Rzeszutek Wilk Ross, could

Re: [Xen-devel] [PATCH v2 15/20] livepatch: Move test-cases to common

2016-09-06 Thread Konrad Rzeszutek Wilk
On Thu, Aug 25, 2016 at 09:05:27AM -0600, Jan Beulich wrote: > >>> On 25.08.16 at 15:37, wrote: > > So they can be shared with ARM64 (but not yet, so they > > are only built on x86). > > > > No functional change. > > > > We also need to tweak the MAINTAINERS and .gitignore file > > > > Signed-o

Re: [Xen-devel] [PATCH v2 15/20] livepatch: Move test-cases to common

2016-08-25 Thread Jan Beulich
>>> On 25.08.16 at 15:37, wrote: > So they can be shared with ARM64 (but not yet, so they > are only built on x86). > > No functional change. > > We also need to tweak the MAINTAINERS and .gitignore file > > Signed-off-by: Konrad Rzeszutek Wilk for whichever parts it's relevant Acked-by: Jan

[Xen-devel] [PATCH v2 15/20] livepatch: Move test-cases to common

2016-08-25 Thread Konrad Rzeszutek Wilk
So they can be shared with ARM64 (but not yet, so they are only built on x86). No functional change. We also need to tweak the MAINTAINERS and .gitignore file Signed-off-by: Konrad Rzeszutek Wilk --- Cc: Stefano Stabellini Cc: Julien Grall Cc: Jan Beulich Cc: Andrew Cooper v1: First submi