qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] target/s390x: Fix tracing header path in TCG mem_helper.c
@ 2024-06-13 10:44 Philippe Mathieu-Daudé
  2024-06-13 10:44 ` [PATCH v2 1/2] hw/s390x: Introduce s390_skeys_get|set() helpers Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-06-13 10:44 UTC (permalink / raw)
  To: qemu-devel
  Cc: Eric Farman, Peter Maydell, Halil Pasic, Richard Henderson,
	David Hildenbrand, qemu-s390x, Ilya Leoshkevich,
	Christian Borntraeger, Mark Cave-Ayland, Thomas Huth,
	Stefan Hajnoczi, Philippe =?unknown-8bit?q?Mathieu-Daud=C3=A9?=

In order to keep trace event headers local to their
directory, introduce s390_skeys_get/s390_skeys_set
helpers, fixing:

  In file included from ../../target/s390x/tcg/mem_helper.c:33:
  ../../target/s390x/tcg/trace.h:1:10: fatal error: 'trace/trace-target_s390x_tcg.h' file not found
  #include "trace/trace-target_s390x_tcg.h"
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1 error generated.
  ninja: build stopped: subcommand failed.

Philippe Mathieu-Daudé (2):
  hw/s390x: Introduce s390_skeys_get|set() helpers
  target/s390x: Use s390_skeys_get|set() helper

 include/hw/s390x/storage-keys.h | 10 ++++++++++
 hw/s390x/s390-skeys.c           | 27 +++++++++++++++++++++++++++
 target/s390x/mmu_helper.c       | 11 ++---------
 target/s390x/tcg/mem_helper.c   | 16 ++++------------
 hw/s390x/trace-events           |  4 ++++
 target/s390x/trace-events       |  4 ----
 6 files changed, 47 insertions(+), 25 deletions(-)

-- 
2.41.0



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

end of thread, other threads:[~2024-06-18 15:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13 10:44 [PATCH v2 0/2] target/s390x: Fix tracing header path in TCG mem_helper.c Philippe Mathieu-Daudé
2024-06-13 10:44 ` [PATCH v2 1/2] hw/s390x: Introduce s390_skeys_get|set() helpers Philippe Mathieu-Daudé
2024-06-13 10:44 ` [PATCH v2 2/2] target/s390x: Use s390_skeys_get|set() helper Philippe Mathieu-Daudé
2024-06-18 10:39 ` [PATCH v2 0/2] target/s390x: Fix tracing header path in TCG mem_helper.c Philippe Mathieu-Daudé
2024-06-18 13:04 ` Thomas Huth
2024-06-18 15:11 ` Paolo Bonzini
2024-06-18 15:58 ` Philippe Mathieu-Daudé

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