From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 13 Sep 2012 16:43:12 +0000 Subject: Re: [PATCH 0/3] KVM: PPC: Memslot handling improvements Message-Id: <50520D20.3000609@suse.de> List-Id: References: <20120911232614.GA32642@bloggs.ozlabs.ibm.com> In-Reply-To: <20120911232614.GA32642@bloggs.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Mackerras Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org On 09/12/2012 01:26 AM, Paul Mackerras wrote: > This series of 3 patches fixes up the memslot handling for Book3S HV > style KVM on powerpc, making slot deletion and modification work and > making sure we have the appropriate SRCU synchronization against > updates. > > The series is against the next branch of the kvm tree. These patches > have all been posted before, but I am reposting them now because > Marcelo's patches that are a prerequisite for the third patch > (2df72e9bc4, "KVM: split kvm_arch_flush_shadow" and 12d6e7538e, "KVM: > perform an invalid memslot step for gpa base change") have now gone > into the kvm next branch. Thanks, applied all to kvm-ppc-next. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 0/3] KVM: PPC: Memslot handling improvements Date: Thu, 13 Sep 2012 18:43:12 +0200 Message-ID: <50520D20.3000609@suse.de> References: <20120911232614.GA32642@bloggs.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org To: Paul Mackerras Return-path: Received: from cantor2.suse.de ([195.135.220.15]:60232 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754913Ab2IMQnP (ORCPT ); Thu, 13 Sep 2012 12:43:15 -0400 In-Reply-To: <20120911232614.GA32642@bloggs.ozlabs.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/12/2012 01:26 AM, Paul Mackerras wrote: > This series of 3 patches fixes up the memslot handling for Book3S HV > style KVM on powerpc, making slot deletion and modification work and > making sure we have the appropriate SRCU synchronization against > updates. > > The series is against the next branch of the kvm tree. These patches > have all been posted before, but I am reposting them now because > Marcelo's patches that are a prerequisite for the third patch > (2df72e9bc4, "KVM: split kvm_arch_flush_shadow" and 12d6e7538e, "KVM: > perform an invalid memslot step for gpa base change") have now gone > into the kvm next branch. Thanks, applied all to kvm-ppc-next. Alex