From patchwork Fri Dec 1 16:05:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?C=C3=A9dric_Le_Goater?= X-Patchwork-Id: 843613 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ypLRb1bycz9sMN for ; Sat, 2 Dec 2017 04:12:11 +1100 (AEDT) Received: from localhost ([::1]:58840 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKorB-0002nC-7n for incoming@patchwork.ozlabs.org; Fri, 01 Dec 2017 12:12:09 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKnpf-0001Ae-Id for qemu-devel@nongnu.org; Fri, 01 Dec 2017 11:06:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKnpZ-000261-Em for qemu-devel@nongnu.org; Fri, 01 Dec 2017 11:06:29 -0500 Received: from 12.mo3.mail-out.ovh.net ([188.165.41.191]:37022) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eKnpZ-0001rx-6G for qemu-devel@nongnu.org; Fri, 01 Dec 2017 11:06:25 -0500 Received: from player771.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo3.mail-out.ovh.net (Postfix) with ESMTP id 6AD97177DAE for ; Fri, 1 Dec 2017 17:06:16 +0100 (CET) Received: from zorba.kaod.org.com (LFbn-1-2231-173.w90-76.abo.wanadoo.fr [90.76.52.173]) (Authenticated sender: clg@kaod.org) by player771.ha.ovh.net (Postfix) with ESMTPSA id 5A69284009C; Fri, 1 Dec 2017 17:06:09 +0100 (CET) From: =?utf-8?q?C=C3=A9dric_Le_Goater?= To: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, David Gibson , Greg Kurz Date: Fri, 1 Dec 2017 17:05:59 +0100 Message-Id: <20171201160604.15265-1-clg@kaod.org> X-Mailer: git-send-email 2.13.6 MIME-Version: 1.0 X-Ovh-Tracer-Id: 9076442102988376915 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtuddrtdeigdekudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 188.165.41.191 Subject: [Qemu-devel] [PATCH 0/5] spapr: preliminary cleanups before introducing XIVE X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?C=C3=A9dric_Le_Goater?= Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Hello, These are initial patches of the XIVE patchset which prepare ground for the integration of the XIVE model. Thanks, C. Cédric Le Goater (5): ppc/xics: introduce an icp_create() helper ppc/xics: assign of the CPU 'intc' pointer under the core spapr: move the IRQ allocation routines under the machine spapr: introduce a spapr_irq_set_lsi() helper spapr: introduce a spapr_qirq() helper hw/intc/trace-events | 4 -- hw/intc/xics.c | 34 ++++++----- hw/intc/xics_spapr.c | 114 ------------------------------------- hw/ppc/pnv_core.c | 10 +--- hw/ppc/spapr.c | 133 ++++++++++++++++++++++++++++++++++++++++++++ hw/ppc/spapr_cpu_core.c | 14 +---- hw/ppc/spapr_events.c | 16 +++--- hw/ppc/spapr_pci.c | 10 ++-- hw/ppc/spapr_vio.c | 2 +- hw/ppc/trace-events | 4 ++ include/hw/pci-host/spapr.h | 2 +- include/hw/ppc/spapr.h | 7 +++ include/hw/ppc/spapr_vio.h | 2 +- include/hw/ppc/xics.h | 8 +-- 14 files changed, 187 insertions(+), 173 deletions(-)