From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [PATCH 0/8] PPC Book 3S HV-mode KVM updates for 3.15 Date: Mon, 24 Mar 2014 20:39:39 -0500 Message-ID: <1395711579.12479.419.camel@snotra.buserror.net> References: <1395704828-20180-1-git-send-email-paulus@samba.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , , Alexander Graf To: Paul Mackerras Return-path: In-Reply-To: <1395704828-20180-1-git-send-email-paulus@samba.org> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Tue, 2014-03-25 at 10:47 +1100, Paul Mackerras wrote: > This series of patches fixes some bugs in HV-mode KVM for PowerPC Book > 3S and finishes off adding the support for POWER8. Patches 2 and 3 > are the two patches from the series I posted in January that Alex Graf > didn't apply at that stage. I have updated them according to his > review comments. The last patch is also POWER8-related, adding code > to save and restore more of the host state of the PMU. (We > context-switch the PMU between host and guest since the guest can > access the PMU directly.) The remaining patches fix bugs that have > been found over the last few months of testing. > > This patch series is based on the merge of the "queue" branch of the > kvm tree with the "kvm-ppc-queue" branch of Alex Graf's tree, though I > expect they would apply cleanly against the kvm tree "queue" branch > also. > > I would like these to go into 3.15. Scott, please ack. > > Paul. > > --- > [PATCH 1/8] KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n > [PATCH 2/8] KVM: PPC: Book3S HV: Add transactional memory support > [PATCH 3/8] KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state > [PATCH 4/8] KVM: PPC: Book3S: Trim top 4 bits of physical address in > [PATCH 5/8] KVM: PPC: Book3S HV: Return ENODEV error rather than EIO > [PATCH 6/8] KVM: PPC: Book3S HV: Don't use kvm_memslots() in real > [PATCH 7/8] KVM: PPC: Book3S HV: Fix decrementer timeouts with > [PATCH 8/8] KVM: PPC: Book3S HV: Save/restore host PMU registers that Acked-by: Scott Wood -Scott From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 25 Mar 2014 01:39:39 +0000 Subject: Re: [PATCH 0/8] PPC Book 3S HV-mode KVM updates for 3.15 Message-Id: <1395711579.12479.419.camel@snotra.buserror.net> List-Id: References: <1395704828-20180-1-git-send-email-paulus@samba.org> In-Reply-To: <1395704828-20180-1-git-send-email-paulus@samba.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paul Mackerras Cc: kvm@vger.kernel.org, kvm-ppc@vger.kernel.org, Alexander Graf On Tue, 2014-03-25 at 10:47 +1100, Paul Mackerras wrote: > This series of patches fixes some bugs in HV-mode KVM for PowerPC Book > 3S and finishes off adding the support for POWER8. Patches 2 and 3 > are the two patches from the series I posted in January that Alex Graf > didn't apply at that stage. I have updated them according to his > review comments. The last patch is also POWER8-related, adding code > to save and restore more of the host state of the PMU. (We > context-switch the PMU between host and guest since the guest can > access the PMU directly.) The remaining patches fix bugs that have > been found over the last few months of testing. > > This patch series is based on the merge of the "queue" branch of the > kvm tree with the "kvm-ppc-queue" branch of Alex Graf's tree, though I > expect they would apply cleanly against the kvm tree "queue" branch > also. > > I would like these to go into 3.15. Scott, please ack. > > Paul. > > --- > [PATCH 1/8] KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n > [PATCH 2/8] KVM: PPC: Book3S HV: Add transactional memory support > [PATCH 3/8] KVM: PPC: Book3S HV: Add get/set_one_reg for new TM state > [PATCH 4/8] KVM: PPC: Book3S: Trim top 4 bits of physical address in > [PATCH 5/8] KVM: PPC: Book3S HV: Return ENODEV error rather than EIO > [PATCH 6/8] KVM: PPC: Book3S HV: Don't use kvm_memslots() in real > [PATCH 7/8] KVM: PPC: Book3S HV: Fix decrementer timeouts with > [PATCH 8/8] KVM: PPC: Book3S HV: Save/restore host PMU registers that Acked-by: Scott Wood -Scott