qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] target/s390x: Header cleanups around "cpu.h"
@ 2022-12-17 15:24 Philippe Mathieu-Daudé
  2022-12-17 15:24 ` [PATCH v2 1/5] exec/memory: Expose memory_region_access_valid() Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-17 15:24 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-s390x, Richard Henderson, Paolo Bonzini, Peter Xu,
	Matthew Rosato, Halil Pasic, Philippe Mathieu-Daudé,
	David Hildenbrand, Christian Borntraeger, Thomas Huth,
	Eric Farman, Ilya Leoshkevich

These patches are part of a big refactor cleanup
around "cpu.h". Most changes should be trivial IMHO.

Since v1:
- Fixed s390_pv_init() on non-KVM hosts
- Keep "exec/cpu_ldst.h" in user-emu (rth)

Philippe Mathieu-Daudé (5):
  exec/memory: Expose memory_region_access_valid()
  hw/s390x/pv: Un-inline s390_pv_init()
  hw/s390x/pv: Restrict Protected Virtualization to sysemu
  target/s390x/tcg/misc_helper: Remove unused "memory.h" include
  target/s390x/tcg/excp_helper: Restrict system headers to sysemu

 hw/s390x/pv.c                  |  4 +++-
 hw/s390x/s390-pci-inst.c       |  2 +-
 hw/s390x/s390-virtio-ccw.c     |  6 ++++--
 include/exec/memory-internal.h |  4 ----
 include/exec/memory.h          |  4 ++++
 include/hw/s390x/pv.h          | 13 -------------
 target/s390x/cpu_features.c    |  4 ++++
 target/s390x/cpu_models.c      |  4 +++-
 target/s390x/tcg/excp_helper.c |  8 ++++----
 target/s390x/tcg/misc_helper.c |  1 -
 10 files changed, 23 insertions(+), 27 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2022-12-29  9:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-17 15:24 [PATCH v2 0/5] target/s390x: Header cleanups around "cpu.h" Philippe Mathieu-Daudé
2022-12-17 15:24 ` [PATCH v2 1/5] exec/memory: Expose memory_region_access_valid() Philippe Mathieu-Daudé
2022-12-21 21:00   ` Eric Farman
2022-12-29  9:17   ` Thomas Huth
2022-12-17 15:24 ` [PATCH v2 2/5] hw/s390x/pv: Un-inline s390_pv_init() Philippe Mathieu-Daudé
2022-12-17 17:37   ` Richard Henderson
2022-12-29  9:23   ` Thomas Huth
2022-12-17 15:24 ` [PATCH v2 3/5] hw/s390x/pv: Restrict Protected Virtualization to sysemu Philippe Mathieu-Daudé
2022-12-17 17:38   ` Richard Henderson
2022-12-29  9:25   ` Thomas Huth
2022-12-17 15:24 ` [PATCH v2 4/5] target/s390x/tcg/misc_helper: Remove unused "memory.h" include Philippe Mathieu-Daudé
2022-12-29  9:25   ` Thomas Huth
2022-12-17 15:24 ` [PATCH v2 5/5] target/s390x/tcg/excp_helper: Restrict system headers to sysemu Philippe Mathieu-Daudé
2022-12-17 17:40   ` Richard Henderson
2022-12-29  9:25   ` Thomas Huth

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).