From nobody Thu Nov 6 18:28:33 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1542367414851156.1683299772102; Fri, 16 Nov 2018 03:23:34 -0800 (PST) Received: from localhost ([::1]:44175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNcDl-0002f9-LV for importer@patchew.org; Fri, 16 Nov 2018 06:23:33 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNbrp-0000bD-Bw for qemu-devel@nongnu.org; Fri, 16 Nov 2018 06:00:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNbri-00018b-TI for qemu-devel@nongnu.org; Fri, 16 Nov 2018 06:00:53 -0500 Received: from 1.mo177.mail-out.ovh.net ([178.33.107.143]:40191) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gNbrg-00013y-Fi for qemu-devel@nongnu.org; Fri, 16 Nov 2018 06:00:46 -0500 Received: from player734.ha.ovh.net (unknown [10.109.160.143]) by mo177.mail-out.ovh.net (Postfix) with ESMTP id 9AE23D42C1 for ; Fri, 16 Nov 2018 12:00:34 +0100 (CET) Received: from kaod.org (lfbn-1-10605-110.w90-89.abo.wanadoo.fr [90.89.196.110]) (Authenticated sender: clg@kaod.org) by player734.ha.ovh.net (Postfix) with ESMTPSA id 4E6242800E3; Fri, 16 Nov 2018 12:00:29 +0100 (CET) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= To: David Gibson Date: Fri, 16 Nov 2018 11:57:24 +0100 Message-Id: <20181116105729.23240-32-clg@kaod.org> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181116105729.23240-1-clg@kaod.org> References: <20181116105729.23240-1-clg@kaod.org> MIME-Version: 1.0 X-Ovh-Tracer-Id: 11768468777241906150 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtkedrleejgddvudcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 178.33.107.143 Subject: [Qemu-devel] [PATCH v5 31/36] spapr/xive: export the spapr_xive_kvm_init() routine 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: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" We will need it to initialize the KVM XIVE device globally from the machine when the XIVE interrupt mode is selected. Signed-off-by: C=C3=A9dric Le Goater --- include/hw/ppc/spapr_xive.h | 2 ++ hw/intc/spapr_xive_kvm.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/hw/ppc/spapr_xive.h b/include/hw/ppc/spapr_xive.h index fa7f3d7718da..1d134a681326 100644 --- a/include/hw/ppc/spapr_xive.h +++ b/include/hw/ppc/spapr_xive.h @@ -107,4 +107,6 @@ void spapr_xive_mmio_map(sPAPRXive *xive); #define TYPE_XIVE_TCTX_KVM "xive-tctx-kvm" #define XIVE_TCTX_KVM(obj) OBJECT_CHECK(XiveTCTX, (obj), TYPE_XIVE_TCTX_= KVM) =20 +void spapr_xive_kvm_init(sPAPRXive *xive, Error **errp); + #endif /* PPC_SPAPR_XIVE_H */ diff --git a/hw/intc/spapr_xive_kvm.c b/hw/intc/spapr_xive_kvm.c index b9fee4ea240f..cb2aa6e81274 100644 --- a/hw/intc/spapr_xive_kvm.c +++ b/hw/intc/spapr_xive_kvm.c @@ -809,7 +809,7 @@ static void spapr_xive_kvm_instance_init(Object *obj) NULL); } =20 -static void spapr_xive_kvm_init(sPAPRXive *xive, Error **errp) +void spapr_xive_kvm_init(sPAPRXive *xive, Error **errp) { Error *local_err =3D NULL; size_t tima_len; --=20 2.17.2