From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1debbb-0001NU-Qf for qemu-devel@nongnu.org; Mon, 07 Aug 2017 02:33:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1debbX-00027d-Ri for qemu-devel@nongnu.org; Mon, 07 Aug 2017 02:33:35 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:47592 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1debbX-00027N-Kq for qemu-devel@nongnu.org; Mon, 07 Aug 2017 02:33:31 -0400 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v776Suwc026462 for ; Mon, 7 Aug 2017 02:33:30 -0400 Received: from e23smtp02.au.ibm.com (e23smtp02.au.ibm.com [202.81.31.144]) by mx0b-001b2d01.pphosted.com with ESMTP id 2c6jw30cjd-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 07 Aug 2017 02:33:29 -0400 Received: from localhost by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 7 Aug 2017 16:33:27 +1000 Date: Mon, 7 Aug 2017 16:33:22 +1000 From: Sam Bobroff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Message-Id: Subject: [Qemu-devel] [PATCH v2 0/1] Cleanup cpu_dt_id List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org, qemu-devel@nongnu.org Cc: david@gibson.dropbear.id.au This is a version 2, with only one remaining patch in the series (the others having been accepted into ppc-for-2.11). I've also rebased, so that it sits on top of dgibson/ppc-for-2.11. Patch set changelog follows: ====== Version 1 -> version 2: ====== Patch 1/1: ppc: spapr: Make VCPU ID handling private to SPAPR * Re-arranged so that spapr_vcpu_id() calls kvm_arch_vcpu_id() rather than the other way around. Sam Bobroff (1): ppc: spapr: Make VCPU ID handling private to SPAPR hw/ppc/ppc.c | 21 --------------------- hw/ppc/spapr.c | 40 +++++++++++++++++++++++++++++++++------- hw/ppc/spapr_hcall.c | 4 ++-- hw/ppc/spapr_rtas.c | 4 ++-- include/hw/ppc/spapr.h | 3 +++ target/ppc/cpu.h | 18 ------------------ target/ppc/kvm.c | 2 +- 7 files changed, 41 insertions(+), 51 deletions(-) -- 2.12.1.382.gc0f9c7058