From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH 0/8] Bug fixes for HV KVM, v2 Date: Wed, 28 May 2014 14:14:12 +0200 Message-ID: <5385D314.6060703@suse.de> References: <1401097721-5030-1-git-send-email-paulus@samba.org> 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: In-Reply-To: <1401097721-5030-1-git-send-email-paulus@samba.org> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 26.05.14 11:48, Paul Mackerras wrote: > This series of patches fixes a few bugs that have been found in > testing HV KVM recently. It also adds workarounds for a couple of > POWER8 PMU bugs, fixes the definition of KVM_REG_PPC_WORT, and adds > some things that were missing from Documentation/virtual/kvm/api.txt. > > The patches are against Alex Graf's kvm-ppc-queue branch. > > Please apply for 3.16. The first couple would be safe to go into 3.15 > as well, and probably should. Thanks, applied all to kvm-ppc-queue. I don't think it's necessary for the first few to really go into 3.15 - if user space uses a header from there it will just get unimplemented ONE_REG returns for WORT. Alex