[Qemu-devel] [PATCH 0/3] cpu: suffix cpu address spaces with indexes

Peter Xu posted 3 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171123092333.16085-1-peterx@redhat.com
Test checkpatch passed
Test docker failed
Test ppc passed
Test s390x passed
There is a newer version of this series
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(-)
[Qemu-devel] [PATCH 0/3] cpu: suffix cpu address spaces with indexes
Posted by Peter Xu 6 years, 4 months ago
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(-)

-- 
2.14.3