From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PULL 0/4] ppc patch queue 2012-12-18 Date: Tue, 18 Dec 2012 17:20:05 +0200 Message-ID: <20121218152005.GH29007@redhat.com> References: <1355834323-27592-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm-ppc@vger.kernel.org, KVM list , Marcelo Tosatti To: Alexander Graf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:64529 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750721Ab2LRPxs (ORCPT ); Tue, 18 Dec 2012 10:53:48 -0500 Content-Disposition: inline In-Reply-To: <1355834323-27592-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: 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? > 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.