Re: [XEN PATCH 1/5] xen/hvm: use NULL as a null pointer constant

2023-12-18 Thread Jan Beulich
On 14.12.2023 22:29, Stefano Stabellini wrote: > On Thu, 14 Dec 2023, Nicola Vetrini wrote: >> No functional change. >> >> Signed-off-by: Nicola Vetrini > > Reviewed-by: Stefano Stabellini Acked-by: Jan Beulich Yet it would have been really nice if style had been tidied of the lines which are

Re: [XEN PATCH 1/5] xen/hvm: use NULL as a null pointer constant

2023-12-14 Thread Stefano Stabellini
On Thu, 14 Dec 2023, Nicola Vetrini wrote: > No functional change. > > Signed-off-by: Nicola Vetrini Reviewed-by: Stefano Stabellini

[XEN PATCH 1/5] xen/hvm: use NULL as a null pointer constant

2023-12-14 Thread Nicola Vetrini
No functional change. Signed-off-by: Nicola Vetrini --- xen/arch/x86/include/asm/hvm/irq.h | 2 +- xen/include/public/hvm/save.h | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/xen/arch/x86/include/asm/hvm/irq.h b/xen/arch/x86/include/asm/hvm/irq.h index 1817ca