From patchwork Thu Apr 11 15:34:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 235805 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 4326F2C00C6 for ; Fri, 12 Apr 2013 01:35:13 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936570Ab3DKPe4 (ORCPT ); Thu, 11 Apr 2013 11:34:56 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54804 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936554Ab3DKPey (ORCPT ); Thu, 11 Apr 2013 11:34:54 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D486BA50F4; Thu, 11 Apr 2013 17:34:52 +0200 (CEST) From: Alexander Graf To: kvm-ppc@vger.kernel.org Cc: "kvm@vger.kernel.org mailing list" , Gleb Natapov , Marcelo Tosatti Subject: [PULL 3.9 0/4] ppc patch queue 2013-04-11 for 3.9 Date: Thu, 11 Apr 2013 17:34:48 +0200 Message-Id: <1365694492-25108-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 against master for 3.9. Please pull. This patch set contains a number of patches fixing regressions in e500 KVM code. Some of these patches (the top 3 ones) also went into kvm/next by accident, so there will be duplicate git commits with these later. But IMHO I'd prefer to have a working 3.9 release rather than a clean git history. Alex The following changes since commit 31880c37c11e28cb81c70757e38392b42e695dc6: Linus Torvalds (1): Linux 3.9-rc6 are available in the git repository at: git://github.com/agraf/linux-2.6.git kvm-ppc-3.9 Scott Wood (4): kvm/powerpc/e500mc: fix tlb invalidation on cpu migration kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit kvm/ppc/e500: eliminate tlb_refs arch/powerpc/kvm/e500.h | 24 ++++------- arch/powerpc/kvm/e500_mmu_host.c | 84 ++++++++++++------------------------- arch/powerpc/kvm/e500mc.c | 7 +++- 3 files changed, 41 insertions(+), 74 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