From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvsHP-0003Sa-76 for qemu-devel@nongnu.org; Thu, 17 Jan 2013 11:25:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvsHJ-0007Bm-Rb for qemu-devel@nongnu.org; Thu, 17 Jan 2013 11:25:27 -0500 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:40521) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvsCy-00060l-LQ for qemu-devel@nongnu.org; Thu, 17 Jan 2013 11:20:52 -0500 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 17 Jan 2013 16:19:49 -0000 Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0HGKe8F4391300 for ; Thu, 17 Jan 2013 16:20:40 GMT Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0HGKlET026746 for ; Thu, 17 Jan 2013 09:20:48 -0700 Date: Thu, 17 Jan 2013 17:20:45 +0100 From: Cornelia Huck Message-ID: <20130117172045.3aca1992@gondolin> In-Reply-To: References: <1358432637-42512-1-git-send-email-cornelia.huck@de.ibm.com> <1358432637-42512-5-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 04/12] Update linux headers. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: linux-s390 , Anthony Liguori , KVM , Gleb Natapov , Carsten Otte , Heiko Carstens , Marcelo Tosatti , Sebastian Ott , qemu-devel , Alexander Graf , Christian Borntraeger , Martin Schwidefsky On Thu, 17 Jan 2013 15:05:46 +0000 Peter Maydell wrote: > On 17 January 2013 14:23, Cornelia Huck wrote: > > Base is kvm-next as of 2013/01/16. > > > --- a/linux-headers/asm-powerpc/kvm_para.h > > +++ b/linux-headers/asm-powerpc/kvm_para.h > > @@ -78,7 +78,7 @@ struct kvm_vcpu_arch_shared { > > > > #define KVM_HCALL_TOKEN(num) _EV_HCALL_TOKEN(EV_KVM_VENDOR_ID, num) > > > > -#include > > +#include > > This is reintroducing a bug, isn't it? cf > http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg02807.html > > (maybe this just means the sync needs to be against some > different set of kernel headers?) > > -- PMM > Hm, I seem to have some stale copy here - will check.