From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Mon, 03 Nov 2008 15:57:18 +0000 Subject: Re: [PATCH] KVM: Qemu: Fix ia64 build breakage. Message-Id: <490F1F5E.7070502@redhat.com> List-Id: References: <706158FABBBA044BAD4FE898A02E4BC2171F5400@pdsmsx503.ccr.corp.intel.com> In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC2171F5400@pdsmsx503.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Zhang, Xiantao wrote: > From 96c99e79a83d4d8ed4dbd386a85a992e8affd724 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang > Date: Mon, 3 Nov 2008 12:26:16 +0800 > Subject: [PATCH] KVM: Qemu: Fix ia64 build breakage. > > In io.h, it has some macros as fllowing: > > #define inb _inb > #define inw _inw > #define inl _inl > #define outb _outb > #define outw _outw > #define outl _outl > > It conflicts with the fields of structure kvm_callback_ops. > Wow, broken headers. Applied, thanks. We'll need a better solution though (like not using these identifiers in kvm_callback_ops). -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] KVM: Qemu: Fix ia64 build breakage. Date: Mon, 03 Nov 2008 17:57:18 +0200 Message-ID: <490F1F5E.7070502@redhat.com> References: <706158FABBBA044BAD4FE898A02E4BC2171F5400@pdsmsx503.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "kvm-ia64@vger.kernel.org" , "kvm@vger.kernel.org" To: "Zhang, Xiantao" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:60735 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754972AbYKCP5X (ORCPT ); Mon, 3 Nov 2008 10:57:23 -0500 In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC2171F5400@pdsmsx503.ccr.corp.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: Zhang, Xiantao wrote: > From 96c99e79a83d4d8ed4dbd386a85a992e8affd724 Mon Sep 17 00:00:00 2001 > From: Xiantao Zhang > Date: Mon, 3 Nov 2008 12:26:16 +0800 > Subject: [PATCH] KVM: Qemu: Fix ia64 build breakage. > > In io.h, it has some macros as fllowing: > > #define inb _inb > #define inw _inw > #define inl _inl > #define outb _outb > #define outw _outw > #define outl _outl > > It conflicts with the fields of structure kvm_callback_ops. > Wow, broken headers. Applied, thanks. We'll need a better solution though (like not using these identifiers in kvm_callback_ops). -- error compiling committee.c: too many arguments to function