From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws9HW-0000iT-SJ for qemu-devel@nongnu.org; Wed, 04 Jun 2014 07:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ws9HP-0006l6-Cu for qemu-devel@nongnu.org; Wed, 04 Jun 2014 07:22:58 -0400 Received: from cantor2.suse.de ([195.135.220.15]:42995 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws9HP-0006kw-6r for qemu-devel@nongnu.org; Wed, 04 Jun 2014 07:22:51 -0400 Message-ID: <538F0189.8010406@suse.de> Date: Wed, 04 Jun 2014 13:22:49 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1401880163-32123-1-git-send-email-pbonzini@redhat.com> <538EFE92.8040908@suse.de> <538EFFE1.70407@redhat.com> In-Reply-To: <538EFFE1.70407@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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 , qemu-devel@nongnu.org Cc: cornelia.huck@de.ibm.com, peter.maydell@linaro.org On 04.06.14 13:15, Paolo Bonzini wrote: > Il 04/06/2014 13:10, Alexander Graf ha scritto: >> On 04.06.14 13:09, 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 >> >> I've just posted a very similar patch to the ML. > > It's okay for me to go ahead with your version (the only difference is > that you split it in two, basically). > > However, please make a separate pull request for it, so that it > doesn't have to wait for other PPC work. I personally don't care much, but my ppc queue was really just waiting for this commit to happen so I can safeguard the hypercall patch ;). I'll send a pull request for the whole thing out after an autotest run. Alex