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 <glommer@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html