From patchwork Tue Dec 18 12:38:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 207088 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B92382C0089 for ; Tue, 18 Dec 2012 23:39:02 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754798Ab2LRMiv (ORCPT ); Tue, 18 Dec 2012 07:38:51 -0500 Received: from cantor2.suse.de ([195.135.220.15]:42140 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754490Ab2LRMiu (ORCPT ); Tue, 18 Dec 2012 07:38:50 -0500 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 2B56FA41E0; Tue, 18 Dec 2012 13:38:49 +0100 (CET) From: Alexander Graf To: kvm-ppc@vger.kernel.org Cc: KVM list , Marcelo Tosatti , Gleb Natapov Subject: [PULL 0/4] ppc patch queue 2012-12-18 Date: Tue, 18 Dec 2012 13:38:39 +0100 Message-Id: <1355834323-27592-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.6.0.2 Sender: kvm-ppc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm-ppc@vger.kernel.org Hi Marcelo / Gleb, This is my current patch queue for ppc. Please pull. 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(-) --- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html