Re: [PATCH 2/2] xen/bug: Complete outstanding TODO

2023-12-20 Thread Julien Grall
Hi Stefano, On 20/12/2023 18:58, Stefano Stabellini wrote: On Fri, 15 Dec 2023, Julien Grall wrote: Hi Andrew, On 15/12/2023 18:14, Andrew Cooper wrote: Since this TODO was written, BUILD_BUG_ON() has been moved out of xen/lib.h into xen/macros.h, which has done all the hard work. Signed-off

Re: [PATCH 2/2] xen/bug: Complete outstanding TODO

2023-12-20 Thread Stefano Stabellini
On Fri, 15 Dec 2023, Julien Grall wrote: > Hi Andrew, > > On 15/12/2023 18:14, Andrew Cooper wrote: > > Since this TODO was written, BUILD_BUG_ON() has been moved out of xen/lib.h > > into xen/macros.h, which has done all the hard work. > > > > Signed-off-by: Andrew Cooper > > --- > > CC: George

Re: [PATCH 2/2] xen/bug: Complete outstanding TODO

2023-12-15 Thread Julien Grall
Hi Andrew, On 15/12/2023 18:14, Andrew Cooper wrote: Since this TODO was written, BUILD_BUG_ON() has been moved out of xen/lib.h into xen/macros.h, which has done all the hard work. Signed-off-by: Andrew Cooper --- CC: George Dunlap CC: Jan Beulich CC: Stefano Stabellini CC: Wei Liu CC: Ju

[PATCH 2/2] xen/bug: Complete outstanding TODO

2023-12-15 Thread Andrew Cooper
Since this TODO was written, BUILD_BUG_ON() has been moved out of xen/lib.h into xen/macros.h, which has done all the hard work. Signed-off-by: Andrew Cooper --- CC: George Dunlap CC: Jan Beulich CC: Stefano Stabellini CC: Wei Liu CC: Julien Grall CC: Federico Serafini --- xen/include/xen/