From patchwork Thu May 2 13:32:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 240967 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 844692C00C7 for ; Thu, 2 May 2013 23:32:57 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759386Ab3EBNcz (ORCPT ); Thu, 2 May 2013 09:32:55 -0400 Received: from cantor2.suse.de ([195.135.220.15]:46430 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758252Ab3EBNcy (ORCPT ); Thu, 2 May 2013 09:32:54 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 41628A51BB; Thu, 2 May 2013 15:32:53 +0200 (CEST) From: Alexander Graf To: kvm-ppc@vger.kernel.org Cc: "kvm@vger.kernel.org mailing list" , Gleb Natapov , Marcelo Tosatti Subject: [PULL 0/6] ppc patch queue 2013-05-02 for 3.10 Date: Thu, 2 May 2013 15:32:45 +0200 Message-Id: <1367501571-15509-1-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.8.1.4 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 and apply to next, so it makes its way into 3.10. Sorry for the late request. There is still one RCU patch outstanding that needs a respin, so expect another request to come in later in the 3.10 cycle. Changes include: - Book3S HV: Expose in-kernel XICS device creation, enabling in-kernel irqchip on POWER systems. - Various MPIC and RCU bug fixes Alex The following changes since commit 4cee4b72f1e2600e19779a14d4d9a4f4016ce49f: kvm: KVM_CAP_IOMMU only available with device assignment (2013-04-29 23:08:50 -0300) are available in the git repository at: git://github.com/agraf/linux-2.6.git kvm-ppc-next for you to fetch changes up to 5975a2e0950291a6bfe9fd5880e7952ff87764be: KVM: PPC: Book3S: Add API for in-kernel XICS emulation (2013-05-02 15:28:36 +0200) ---------------------------------------------------------------- Paul Mackerras (1): KVM: PPC: Book3S: Add API for in-kernel XICS emulation Scott Wood (4): kvm/ppc/mpic: remove default routes from documentation kvm/ppc/mpic: fix mmio region lists when multiple guests used kvm/ppc/mpic: remove users kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write Wei Yongjun (1): kvm/ppc/mpic: fix missing unlock in set_base_addr() Documentation/virtual/kvm/api.txt | 8 ++ Documentation/virtual/kvm/devices/mpic.txt | 3 - Documentation/virtual/kvm/devices/xics.txt | 66 ++++++++++ arch/powerpc/include/asm/kvm_ppc.h | 2 + arch/powerpc/include/uapi/asm/kvm.h | 12 ++ arch/powerpc/kvm/book3s_xics.c | 190 +++++++++++++++++++++++++---- arch/powerpc/kvm/book3s_xics.h | 1 + arch/powerpc/kvm/irq.h | 3 + arch/powerpc/kvm/mpic.c | 56 +++++---- arch/powerpc/kvm/powerpc.c | 45 ++++++- include/linux/kvm_host.h | 1 + include/uapi/linux/kvm.h | 2 + virt/kvm/kvm_main.c | 5 + 13 files changed, 339 insertions(+), 55 deletions(-) create mode 100644 Documentation/virtual/kvm/devices/xics.txt --- 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