qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH] fix build regression in qxl-render.c caused b


From: Kewei Yu
Subject: Re: [Qemu-trivial] [PATCH] fix build regression in qxl-render.c caused by ac86048
Date: Tue, 10 Dec 2013 20:12:44 +0800

I‘m wondering why can't I build qemu successful, I have found the first bad commit with git bisect.
I'm a novice to qemu, I hope I will help you to fix some bugs.
Who can introduce some documents to me for the preparing.

Faithfully yours
Kewei Yu

Address : Room 4-308, Building FIT of Tsinghua University
Tel         : 13552980886
Msn       : address@hidden


2013/12/10 Igor Mammedov <address@hidden>
fixes regression caused by commit
  ac86048 trace: Remove trace.h from console.h (less dependencies)
which makes build fail with:

hw/display/qxl-render.c: In function ‘qxl_blit’:
hw/display/qxl-render.c:34:5: error: implicit declaration of function ‘trace_qxl_render_blit’ [-Werror=implicit-function-declaration]
     trace_qxl_render_blit(qxl->guest_primary.qxl_stride,

Signed-off-by: Igor Mammedov <address@hidden>
---
 hw/display/qxl-render.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/display/qxl-render.c b/hw/display/qxl-render.c
index d34b0c4..84f1367 100644
--- a/hw/display/qxl-render.c
+++ b/hw/display/qxl-render.c
@@ -20,6 +20,7 @@
  */

 #include "qxl.h"
+#include "trace.h"

 static void qxl_blit(PCIQXLDevice *qxl, QXLRect *rect)
 {
--
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]