qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xen/passthrough: add missing error-report include
@ 2025-07-17 22:02 Adam Williamson
  2025-07-18  5:11 ` Markus Armbruster
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Adam Williamson @ 2025-07-17 22:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paul Durrant, xen-devel, Stefano Stabellini, Edgar E. Iglesias,
	Anthony PERARD

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 <awilliam@redhat.com>
---
 hw/xen/xen_pt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/xen/xen_pt.c b/hw/xen/xen_pt.c
index 9d16644d82..006b5b55f2 100644
--- a/hw/xen/xen_pt.c
+++ b/hw/xen/xen_pt.c
@@ -54,6 +54,7 @@
 
 #include "qemu/osdep.h"
 #include "qapi/error.h"
+#include "qemu/error-report.h"
 #include <sys/ioctl.h>
 
 #include "hw/pci/pci.h"
-- 
2.50.1



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-07-28 22:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-17 22:02 [PATCH] xen/passthrough: add missing error-report include Adam Williamson
2025-07-18  5:11 ` Markus Armbruster
2025-07-18  5:59   ` Markus Armbruster
2025-07-18  8:45     ` Daniel P. Berrangé
2025-07-18 13:20       ` Markus Armbruster
2025-07-21 19:12         ` Daniel P. Berrangé
2025-07-18  6:05   ` Philippe Mathieu-Daudé
2025-07-18  6:21     ` Philippe Mathieu-Daudé
2025-07-27 14:04 ` Bernhard Beschow
2025-07-28 22:03 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).