qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] cpu: suffix cpu address spaces with indexes
@ 2017-11-23  9:23 Peter Xu
  2017-11-23  9:23 ` [Qemu-devel] [PATCH 1/3] pci: Initialize pci_dev->name before use Peter Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Peter Xu @ 2017-11-23  9:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Eduardo Habkost, Alexey Kardashevskiy,
	Richard Henderson, peterx, 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(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-11-24  7:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-23  9:23 [Qemu-devel] [PATCH 0/3] cpu: suffix cpu address spaces with indexes Peter Xu
2017-11-23  9:23 ` [Qemu-devel] [PATCH 1/3] pci: Initialize pci_dev->name before use Peter Xu
2017-11-24  0:16   ` Alexey Kardashevskiy
2017-11-24  6:49     ` Peter Xu
2017-11-23  9:23 ` [Qemu-devel] [PATCH 2/3] cpu: refactor cpu_address_space_init() Peter Xu
2017-11-23 16:06   ` Paolo Bonzini
2017-11-24  7:12     ` Peter Xu
2017-11-23  9:23 ` [Qemu-devel] [PATCH 3/3] cpu: suffix cpu address spaces with cpu index Peter Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).