qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] include qemu-kvm.h at all cases.


From: Glauber Costa
Subject: [Qemu-devel] [PATCH] include qemu-kvm.h at all cases.
Date: Thu, 12 Feb 2009 15:36:22 -0500

We don't have any kind of kvm support for linux-user targets,
but conditionalizing the inclusion of kvm header make
linux-user compilation break. And we don't have a reason to
prevent that, do we?

Signed-off-by: Glauber Costa <address@hidden>
---
 qemu/gdbstub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/qemu/gdbstub.c b/qemu/gdbstub.c
index c4d4361..a23e916 100644
--- a/qemu/gdbstub.c
+++ b/qemu/gdbstub.c
@@ -33,8 +33,8 @@
 #include "qemu-char.h"
 #include "sysemu.h"
 #include "gdbstub.h"
-#include "qemu-kvm.h"
 #endif
+#include "qemu-kvm.h"
 
 #define MAX_PACKET_LENGTH 4096
 
-- 
1.5.6.5





reply via email to

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