|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] hw/xen/xen_pt: fix missing include
On 7/25/25 10:22 AM, Daniel P. Berrangé wrote: On Fri, Jul 25, 2025 at 09:57:49AM -0700, Pierrick Bouvier wrote: While true, this was not a problem as error-report.h was still implicitely included (as Markus pointed). We can debate where the regression comes from, but from git bisect point of view, this is the trace one, at least with the simple "./configure --enable-debug". I don't mind changing the fixed commit, or even removing any Fix line at all, but we just need something upstream merged as soon as possible to not break everyone build. Signed-off-by: Pierrick Bouvier <pierrick.bouvier@xxxxxxxxxx> --- 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 9d16644d82e..006b5b55f24 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.47.2With regards, Daniel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |