Re: [PATCH] xen/passthrough: add missing error-report include

2025-07-18 Thread Markus Armbruster
Daniel P. Berrangé writes: > On Fri, Jul 18, 2025 at 07:59:50AM +0200, Markus Armbruster wrote: >> Markus Armbruster writes: >> >> > Adam Williamson writes: >> > >> >> In cfcacba an `error_report` was added to this file, but the >> >> corresponding include of `qemu/error-report.h` was missed.

Re: [PATCH] xen/passthrough: add missing error-report include

2025-07-18 Thread Daniel P . Berrangé
On Fri, Jul 18, 2025 at 07:59:50AM +0200, Markus Armbruster wrote: > Markus Armbruster writes: > > > Adam Williamson writes: > > > >> In cfcacba an `error_report` was added to this file, but the > >> corresponding include of `qemu/error-report.h` was missed. This > >> only becomes apparent when

Re: [PATCH] xen/passthrough: add missing error-report include

2025-07-17 Thread Philippe Mathieu-Daudé
On 18/7/25 08:05, Philippe Mathieu-Daudé wrote: On 18/7/25 07:11, Markus Armbruster wrote: Adam Williamson writes: In cfcacba an `error_report` was added to this file, but the    In commit cfcacbab38e ("xen/passthrough: use gsi to map pirq when    dom0 is PVH") an `error_report` was added

Re: [PATCH] xen/passthrough: add missing error-report include

2025-07-17 Thread Philippe Mathieu-Daudé
On 18/7/25 07:11, Markus Armbruster wrote: Adam Williamson writes: In cfcacba an `error_report` was added to this file, but the In commit cfcacbab38e ("xen/passthrough: use gsi to map pirq when dom0 is PVH") an `error_report` was added to this file, but the corresponding include of `

Re: [PATCH] xen/passthrough: add missing error-report include

2025-07-17 Thread Markus Armbruster
Markus Armbruster writes: > Adam Williamson writes: > >> In cfcacba an `error_report` was added to this file, but the >> corresponding include of `qemu/error-report.h` was missed. This >> only becomes apparent when building against Xen 4.20+. >> >> Signed-off-by: Adam Williamson >> --- >> hw/x

Re: [PATCH] xen/passthrough: add missing error-report include

2025-07-17 Thread Markus Armbruster
Adam Williamson writes: > In cfcacba an `error_report` was added to this file, but the > corresponding include of `qemu/error-report.h` was missed. This > only becomes apparent when building against Xen 4.20+. > > Signed-off-by: Adam Williamson > --- > hw/xen/xen_pt.c | 1 + > 1 file changed, 1

[PATCH] xen/passthrough: add missing error-report include

2025-07-17 Thread Adam Williamson
In cfcacba an `error_report` was added to this file, but the corresponding include of `qemu/error-report.h` was missed. This only becomes apparent when building against Xen 4.20+. Signed-off-by: Adam Williamson --- hw/xen/xen_pt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xen/xen_pt