All of lore.kernel.org
 help / color / mirror / Atom feed
From: Glauber Costa <glommer@redhat.com>
To: kvm@vger.kernel.org
Cc: qemu-devel@nongnu.org, avi@redhat.com
Subject: [PATCH] include qemu-kvm.h at all cases.
Date: Thu, 12 Feb 2009 15:36:22 -0500	[thread overview]
Message-ID: <1234470982-330-1-git-send-email-glommer@redhat.com> (raw)

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@redhat.com>
---
 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


WARNING: multiple messages have this Message-ID (diff)
From: Glauber Costa <glommer@redhat.com>
To: kvm@vger.kernel.org
Cc: qemu-devel@nongnu.org, avi@redhat.com
Subject: [Qemu-devel] [PATCH] include qemu-kvm.h at all cases.
Date: Thu, 12 Feb 2009 15:36:22 -0500	[thread overview]
Message-ID: <1234470982-330-1-git-send-email-glommer@redhat.com> (raw)

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@redhat.com>
---
 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	other threads:[~2009-02-12 20:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-12 20:36 Glauber Costa [this message]
2009-02-12 20:36 ` [Qemu-devel] [PATCH] include qemu-kvm.h at all cases Glauber Costa
2009-02-17  0:01 ` Dustin Kirkland
2009-02-17  0:01   ` [Qemu-devel] " Dustin Kirkland
2009-02-17 18:00 ` Avi Kivity
2009-02-17 18:00   ` [Qemu-devel] " Avi Kivity

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1234470982-330-1-git-send-email-glommer@redhat.com \
    --to=glommer@redhat.com \
    --cc=avi@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.