From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eHnjX-0002CC-ST for qemu-devel@nongnu.org; Thu, 23 Nov 2017 04:23:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eHnjU-0005xT-7V for qemu-devel@nongnu.org; Thu, 23 Nov 2017 04:23:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56956) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eHnjU-0005wM-2O for qemu-devel@nongnu.org; Thu, 23 Nov 2017 04:23:44 -0500 From: Peter Xu Date: Thu, 23 Nov 2017 17:23:30 +0800 Message-Id: <20171123092333.16085-1-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 0/3] cpu: suffix cpu address spaces with indexes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , Eduardo Habkost , Alexey Kardashevskiy , Richard Henderson , peterx@redhat.com, Peter Maydell I picked up Alexey's patch to fix pci address space names (which is possibly lost on the list), and refactored cpu address spaces a bit more. Now most of the address spaces (I believe some corner cases are there) should have a valid and good name. I think this is pretty safe even for 2.11, but I'm fine too to delay this to 2.12. Please review, thanks. Alexey Kardashevskiy (1): pci: Initialize pci_dev->name before use Peter Xu (2): cpu: refactor cpu_address_space_init() cpu: suffix cpu address spaces with cpu index cpus.c | 5 +---- exec.c | 10 +++++++++- hw/pci/pci.c | 2 +- include/exec/exec-all.h | 6 ++++-- target/arm/cpu.c | 13 +++---------- target/i386/cpu.c | 10 ++-------- 6 files changed, 20 insertions(+), 26 deletions(-) --=20 2.14.3