All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jes Sorensen <jes@sgi.com>
To: kvm-ia64@vger.kernel.org
Subject: [patch] kvm.h only needs asm/types.h
Date: Wed, 29 Apr 2009 09:59:43 +0000	[thread overview]
Message-ID: <49F8250F.9080201@sgi.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]

Hi,

I'd like to push this one upstream - it allows us to share asm/kvm.h
directly with QEMU, without having to modify it.

Patch against latest Linus tree.

Cheers,
Jes


[-- Attachment #2: 1000-kvm-ia64-asm-types.h --]
[-- Type: text/x-chdr, Size: 632 bytes --]

We only need asm/types.h in asm/kvm.h on ia64. This allows this file
to be shared with KVM userland without modifications.

Signed-off-by: Jes Sorensen <jes@sgi.com>

---
 arch/ia64/include/asm/kvm.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.git/arch/ia64/include/asm/kvm.h
===================================================================
--- linux-2.6.git.orig/arch/ia64/include/asm/kvm.h
+++ linux-2.6.git/arch/ia64/include/asm/kvm.h
@@ -21,7 +21,7 @@
  *
  */
 
-#include <linux/types.h>
+#include <asm/types.h>
 #include <linux/ioctl.h>
 
 /* Select x86 specific features in <linux/kvm.h> */

             reply	other threads:[~2009-04-29  9:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29  9:59 Jes Sorensen [this message]
2009-04-29 10:05 ` [patch] kvm.h only needs asm/types.h Zhang, Xiantao
2009-04-29 11:37 ` Jes Sorensen
2009-04-29 13:59 ` Zhang, Xiantao
2009-04-29 14:00 ` Jes Sorensen
2009-04-29 14:13 ` Zhang, Xiantao
2009-04-29 14:19 ` Jes Sorensen

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=49F8250F.9080201@sgi.com \
    --to=jes@sgi.com \
    --cc=kvm-ia64@vger.kernel.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.