From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PULL 0/4] ppc patch queue 2012-12-18 Date: Tue, 18 Dec 2012 17:35:57 +0100 Message-ID: <50D09B6D.4030203@suse.de> References: <1355834323-27592-1-git-send-email-agraf@suse.de> <20121218152005.GH29007@redhat.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 list , Marcelo Tosatti To: Gleb Natapov Return-path: In-Reply-To: <20121218152005.GH29007@redhat.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 12/18/2012 04:20 PM, Gleb Natapov wrote: > On Tue, Dec 18, 2012 at 01:38:39PM +0100, Alexander Graf wrote: >> Hi Marcelo / Gleb, >> >> This is my current patch queue for ppc. Please pull. >> > Is this for 3.8 or 3.9? This is for 3.9, except for the UAPI one. That one should go into 3.8 and stable. Alex > >> Changes include: >> >> - important header fix for UAPI >> - Book3S: PR: Enable fake sc 1 instruction for KVM on top of pHyp >> >> Alex >> >> >> The following changes since commit e11ae1a102b46f76441e328a2743ae5d6e201423: >> Gleb Natapov (1): >> KVM: remove unused variable. >> >> are available in the git repository at: >> >> git://github.com/agraf/linux-2.6.git kvm-ppc-next >> >> Alexander Graf (2): >> KVM: PPC: Only WARN on invalid emulation >> KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1 >> >> Bharat Bhushan (1): >> powerpc: Corrected include header path in kvm_para.h >> >> Mihai Caraman (1): >> KVM: PPC: Fix SREGS documentation reference >> >> Documentation/virtual/kvm/api.txt | 2 +- >> arch/powerpc/include/asm/kvm_ppc.h | 1 + >> arch/powerpc/include/uapi/asm/kvm_para.h | 2 +- >> arch/powerpc/kvm/book3s_emulate.c | 28 ++++++++++++++++++++++++++++ >> arch/powerpc/kvm/book3s_pr.c | 5 +++++ >> arch/powerpc/kvm/powerpc.c | 3 ++- >> 6 files changed, 38 insertions(+), 3 deletions(-) > -- > Gleb.