From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwPQJ-0001C4-2H for qemu-devel@nongnu.org; Tue, 18 Oct 2016 04:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwPQF-0000i9-18 for qemu-devel@nongnu.org; Tue, 18 Oct 2016 04:06:59 -0400 Received: from 1.mo1.mail-out.ovh.net ([178.32.127.22]:35120) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bwPQE-0000hk-Ra for qemu-devel@nongnu.org; Tue, 18 Oct 2016 04:06:54 -0400 Received: from player726.ha.ovh.net (b7.ovh.net [213.186.33.57]) by mo1.mail-out.ovh.net (Postfix) with ESMTP id 92BEA15634 for ; Tue, 18 Oct 2016 10:06:51 +0200 (CEST) From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Tue, 18 Oct 2016 10:06:31 +0200 Message-Id: <1476777994-28711-1-git-send-email-clg@kaod.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/3] ppc/xics: interface cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: David Gibson , qemu-devel@nongnu.org, Alexander Graf , =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Hello, Here are a couple of changes removing duplicated code and modifying the remaining icp_ routines still using a 'XICSState *' as argument. Thanks, C.=20 C=C3=A9dric Le Goater (3): ppc/xics: add a xics_set_nr_servers common routine ppc/xics: add a XICSState backlink in ICPState ppc/xics: change the icp_ routines API to use an 'ICPState *' argument hw/intc/xics.c | 50 ++++++++++++++++++++++++++++++++-------------= ----- hw/intc/xics_kvm.c | 13 +------------ hw/intc/xics_spapr.c | 31 ++++++++++++------------------- include/hw/ppc/xics.h | 10 +++++++--- 4 files changed, 52 insertions(+), 52 deletions(-) --=20 2.7.4