From: "Michael S. Tsirkin" <mst@redhat.com>
To: avi@redhat.com, kvm@vger.kernel.org
Subject: [PATCH] kvm: export kvm_para.h
Date: Mon, 10 Aug 2009 15:48:51 +0300 [thread overview]
Message-ID: <20090810124851.GA9911@redhat.com> (raw)
kvm_para.h contains userspace interface and so
should be exported.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
---
Avi, this fixes a bug (in build system) that has been there since
2.6.26. Since userspace already uses this header, I think it would be
nice to have the fix in 2.6.31.
include/linux/Kbuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index ab93554..598d407 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -267,6 +267,7 @@ unifdef-y += keyboard.h
ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
$(srctree)/include/asm-$(SRCARCH)/kvm.h),)
unifdef-y += kvm.h
+unifdef-y += kvm_para.h
endif
unifdef-y += llc.h
unifdef-y += loop.h
--
1.6.2.5
next reply other threads:[~2009-08-10 12:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-10 12:48 Michael S. Tsirkin [this message]
2009-08-16 12:09 ` [PATCH] kvm: export kvm_para.h Avi Kivity
2009-08-16 12:11 ` Michael S. Tsirkin
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=20090810124851.GA9911@redhat.com \
--to=mst@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@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.