From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws9Vv-0001ck-HV for qemu-devel@nongnu.org; Wed, 04 Jun 2014 07:38:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ws9Vm-0004fb-M8 for qemu-devel@nongnu.org; Wed, 04 Jun 2014 07:37:51 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:37286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws9Vm-0004fR-Cb for qemu-devel@nongnu.org; Wed, 04 Jun 2014 07:37:42 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 4 Jun 2014 12:37:41 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 27E14219004D for ; Wed, 4 Jun 2014 12:37:29 +0100 (BST) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s54BbdRg5505112 for ; Wed, 4 Jun 2014 11:37:39 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s54BbdJe018610 for ; Wed, 4 Jun 2014 05:37:39 -0600 Date: Wed, 4 Jun 2014 13:37:37 +0200 From: Cornelia Huck Message-ID: <20140604133737.0e4aef1c.cornelia.huck@de.ibm.com> In-Reply-To: <1401880163-32123-1-git-send-email-pbonzini@redhat.com> References: <1401880163-32123-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] linux-headers update against v3.16 pull request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org, agraf@suse.de On Wed, 4 Jun 2014 13:09:23 +0200 Paolo Bonzini wrote: > Based on commit 820b3fcdeb80 (KVM: add missing cleanup_srcu_struct, > 2014-06-03). Introduces a new header, linux/psci.h, which is a > dependency of asm-arm/kvm.h. > > Signed-off-by: Paolo Bonzini > --- > Alex, Cornelia, Peter, ok to apply to uq/master? *confused* Isn't part of this already in qemu/master since our sync with kvm/next? > > linux-headers/asm-arm/kvm.h | 10 ++-- > linux-headers/asm-arm64/kvm.h | 13 ++++-- > linux-headers/asm-mips/kvm.h | 35 ++++++++++++++ > linux-headers/asm-powerpc/kvm.h | 2 +- > linux-headers/asm-powerpc/kvm_para.h | 6 +++ > linux-headers/asm-s390/kvm.h | 28 +++++++++++ > linux-headers/linux/kvm.h | 17 ++++++- > linux-headers/linux/psci.h | 90 ++++++++++++++++++++++++++++++++++++ > scripts/update-linux-headers.sh | 2 +- > 9 files changed, 191 insertions(+), 12 deletions(-) > create mode 100644 linux-headers/linux/psci.h