From: Avi Kivity <avi@redhat.com>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH] qemu-kvm: kvm headers update
Date: Mon, 05 Oct 2009 17:38:35 +0200 [thread overview]
Message-ID: <4ACA12FB.7030805@redhat.com> (raw)
In-Reply-To: <20091005094612.GA30068@redhat.com>
On 10/05/2009 11:46 AM, Michael S. Tsirkin wrote:
> Update headers from linux 2.6.32-rc1, this mainly
> adds irqfd which will make it easier to add vhost,
> down the line. Also reduce code duplication by including
> kvm_types.h instead of copying it.
>
> Signed-off-by: Michael S. Tsirkin<mst@redhat.com>
> ---
> kvm/include/linux/kvm.h | 131 +++++++++++++++----------------------
> kvm/include/linux/kvm_para.h | 56 +---------------
> kvm/include/x86/asm/kvm.h | 46 +------------
> kvm/include/x86/asm/kvm_para.h | 141 +---------------------------------------
> 4 files changed, 61 insertions(+), 313 deletions(-)
>
> diff --git a/kvm/include/linux/kvm.h b/kvm/include/linux/kvm.h
> index 801865d..2c9a209 100644
> --- a/kvm/include/linux/kvm.h
> +++ b/kvm/include/linux/kvm.h
> @@ -1,43 +1,4 @@
> -#ifndef KVM_UNIFDEF_H
> -#define KVM_UNIFDEF_H
> -
> -#ifdef __i386__
> -#ifndef CONFIG_X86_32
> -#define CONFIG_X86_32 1
> -#endif
> -#endif
> -
> -#ifdef __x86_64__
> -#ifndef CONFIG_X86_64
> -#define CONFIG_X86_64 1
> -#endif
> -#endif
> -
> -#if defined(__i386__) || defined (__x86_64__)
> -#ifndef CONFIG_X86
> -#define CONFIG_X86 1
> -#endif
> -#endif
> -
> -#ifdef __ia64__
> -#ifndef CONFIG_IA64
> -#define CONFIG_IA64 1
> -#endif
> -#endif
> -
> -#ifdef __PPC__
> -#ifndef CONFIG_PPC
> -#define CONFIG_PPC 1
> -#endif
> -#endif
> -
> -#ifdef __s390__
> -#ifndef CONFIG_S390
> -#define CONFIG_S390 1
> -#endif
> -#endif
> -
> -#endif
>
Why are you dropping these? Any dependencies on CONFIG_ will be broken.
Or is this the output of 'make headers_install'?
--
error compiling committee.c: too many arguments to function
next prev parent reply other threads:[~2009-10-05 15:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-05 9:46 [PATCH] qemu-kvm: kvm headers update Michael S. Tsirkin
2009-10-05 15:38 ` Avi Kivity [this message]
2009-10-05 19:27 ` Michael S. Tsirkin
2009-10-06 9:51 ` Avi Kivity
2009-10-06 9:52 ` Avi Kivity
2009-10-06 17:18 ` Michael S. Tsirkin
[not found] ` <200910061909.29977.arnd@arndb.de>
2009-10-08 13:39 ` 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=4ACA12FB.7030805@redhat.com \
--to=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mst@redhat.com \
/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.