* [Qemu-devel] [PATCH] milkymist: fix tmu2.c build failure (missing error.h include)
@ 2016-06-21 10:11 Gerd Hoffmann
2016-06-21 12:09 ` Michael Walle
0 siblings, 1 reply; 3+ messages in thread
From: Gerd Hoffmann @ 2016-06-21 10:11 UTC (permalink / raw)
To: qemu-devel; +Cc: Gerd Hoffmann, Michael Walle
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
hw/display/milkymist-tmu2.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/display/milkymist-tmu2.c b/hw/display/milkymist-tmu2.c
index 356483f..9c00184 100644
--- a/hw/display/milkymist-tmu2.c
+++ b/hw/display/milkymist-tmu2.c
@@ -29,6 +29,7 @@
#include "hw/sysbus.h"
#include "trace.h"
#include "qemu/error-report.h"
+#include "qapi/error.h"
#include <X11/Xlib.h>
#include <epoxy/gl.h>
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] milkymist: fix tmu2.c build failure (missing error.h include)
2016-06-21 10:11 [Qemu-devel] [PATCH] milkymist: fix tmu2.c build failure (missing error.h include) Gerd Hoffmann
@ 2016-06-21 12:09 ` Michael Walle
2016-06-21 12:50 ` Peter Maydell
0 siblings, 1 reply; 3+ messages in thread
From: Michael Walle @ 2016-06-21 12:09 UTC (permalink / raw)
To: Gerd Hoffmann; +Cc: qemu-devel
Am 2016-06-21 12:11, schrieb Gerd Hoffmann:
> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Ouch, sorry. Must haved missed the opengl feature yesterday.
Acked-by: Michael Walle <michael@walle.cc>
> ---
> hw/display/milkymist-tmu2.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/display/milkymist-tmu2.c b/hw/display/milkymist-tmu2.c
> index 356483f..9c00184 100644
> --- a/hw/display/milkymist-tmu2.c
> +++ b/hw/display/milkymist-tmu2.c
> @@ -29,6 +29,7 @@
> #include "hw/sysbus.h"
> #include "trace.h"
> #include "qemu/error-report.h"
> +#include "qapi/error.h"
>
> #include <X11/Xlib.h>
> #include <epoxy/gl.h>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] milkymist: fix tmu2.c build failure (missing error.h include)
2016-06-21 12:09 ` Michael Walle
@ 2016-06-21 12:50 ` Peter Maydell
0 siblings, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2016-06-21 12:50 UTC (permalink / raw)
To: Michael Walle; +Cc: Gerd Hoffmann, QEMU Developers
On 21 June 2016 at 13:09, Michael Walle <michael@walle.cc> wrote:
> Am 2016-06-21 12:11, schrieb Gerd Hoffmann:
>>
>> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
>
>
>
> Ouch, sorry. Must haved missed the opengl feature yesterday.
>
> Acked-by: Michael Walle <michael@walle.cc>
Thanks; applied to master as a buildfix.
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-06-21 12:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21 10:11 [Qemu-devel] [PATCH] milkymist: fix tmu2.c build failure (missing error.h include) Gerd Hoffmann
2016-06-21 12:09 ` Michael Walle
2016-06-21 12:50 ` Peter Maydell
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).