From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Date: Tue, 24 Nov 2009 16:05:44 +0000 Subject: Re: [PATCH] PPC: Sync guest visible MMU state Message-Id: <4B0C0458.6060102@redhat.com> List-Id: References: <1259049003-8028-1-git-send-email-agraf@suse.de> <4B0BF592.9020802@redhat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexander Graf Cc: kvm@vger.kernel.org, kvm-ppc , Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org On 11/24/2009 05:04 PM, Alexander Graf wrote: >> >>> index 92045a9..1240fcb 100644 >>> --- a/include/linux/kvm.h >>> +++ b/include/linux/kvm.h >>> @@ -492,6 +492,7 @@ struct kvm_ioeventfd { >>> #ifdef __KVM_HAVE_VCPU_EVENTS >>> #define KVM_CAP_VCPU_EVENTS 41 >>> #endif >>> +#define KVM_CAP_PPC_SEGSTATE 42 >>> >>> >>> >> 42 is already taken (s390 psw and D. Adams), please use 43. >> > Aww. Any reason I didn't get the s390 patch in a git pull yet? (damn that Carsten - he got the cool number) > > It's in the next branch only ('git fetch blah'). -- error compiling committee.c: too many arguments to function From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by ozlabs.org (Postfix) with ESMTP id 97324B6EEF for ; Wed, 25 Nov 2009 03:05:48 +1100 (EST) Message-ID: <4B0C0458.6060102@redhat.com> Date: Tue, 24 Nov 2009 18:05:44 +0200 From: Avi Kivity MIME-Version: 1.0 To: Alexander Graf Subject: Re: [PATCH] PPC: Sync guest visible MMU state References: <1259049003-8028-1-git-send-email-agraf@suse.de> <4B0BF592.9020802@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: kvm-ppc , kvm@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 11/24/2009 05:04 PM, Alexander Graf wrote: >> >>> index 92045a9..1240fcb 100644 >>> --- a/include/linux/kvm.h >>> +++ b/include/linux/kvm.h >>> @@ -492,6 +492,7 @@ struct kvm_ioeventfd { >>> #ifdef __KVM_HAVE_VCPU_EVENTS >>> #define KVM_CAP_VCPU_EVENTS 41 >>> #endif >>> +#define KVM_CAP_PPC_SEGSTATE 42 >>> >>> >>> >> 42 is already taken (s390 psw and D. Adams), please use 43. >> > Aww. Any reason I didn't get the s390 patch in a git pull yet? (damn that Carsten - he got the cool number) > > It's in the next branch only ('git fetch blah'). -- 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] PPC: Sync guest visible MMU state Date: Tue, 24 Nov 2009 18:05:44 +0200 Message-ID: <4B0C0458.6060102@redhat.com> References: <1259049003-8028-1-git-send-email-agraf@suse.de> <4B0BF592.9020802@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, kvm-ppc , Benjamin Herrenschmidt , linuxppc-dev@ozlabs.org To: Alexander Graf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40234 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933329AbZKXQFq (ORCPT ); Tue, 24 Nov 2009 11:05:46 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 11/24/2009 05:04 PM, Alexander Graf wrote: >> >>> index 92045a9..1240fcb 100644 >>> --- a/include/linux/kvm.h >>> +++ b/include/linux/kvm.h >>> @@ -492,6 +492,7 @@ struct kvm_ioeventfd { >>> #ifdef __KVM_HAVE_VCPU_EVENTS >>> #define KVM_CAP_VCPU_EVENTS 41 >>> #endif >>> +#define KVM_CAP_PPC_SEGSTATE 42 >>> >>> >>> >> 42 is already taken (s390 psw and D. Adams), please use 43. >> > Aww. Any reason I didn't get the s390 patch in a git pull yet? (damn that Carsten - he got the cool number) > > It's in the next branch only ('git fetch blah'). -- error compiling committee.c: too many arguments to function