From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 2/7] KVM: Introduce __KVM_HAVE_IRQCHIP Date: Wed, 17 Apr 2013 13:54:26 +0200 Message-ID: <516E8D72.7020907@redhat.com> References: <1366133175-23986-1-git-send-email-agraf@suse.de> <1366133175-23986-3-git-send-email-agraf@suse.de> <516E8C49.2040304@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, "kvm@vger.kernel.org mailing list" , Scott Wood , Marcelo Tosatti , Gleb Natapov To: Alexander Graf Return-path: In-Reply-To: Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 17/04/2013 13:53, Alexander Graf ha scritto: >>> >> arch/x86/include/uapi/asm/kvm.h | 1 + >>> >> include/linux/kvm_host.h | 4 ++-- >>> >> include/uapi/linux/kvm.h | 2 +- >>> >> virt/kvm/eventfd.c | 6 +++--- >>> >> 4 files changed, 7 insertions(+), 6 deletions(-) >> > >> > You need to touch arch/ia64 too. Yeah, it's likely broken but let's not >> > break it on purpose. :) > It depends on CONFIG_BROKEN, so I'd rather not touch it. Well, we just got a patch to make it at least compile, and it enables a small further cleanup (see review in patch 5), so I think it's worthwhile to add a single #define... Paolo