qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] target/misc: Header cleanups around "cpu.h"
@ 2022-12-16 22:05 Philippe Mathieu-Daudé
  2022-12-16 22:05 ` [PATCH 01/10] target/hppa/helper: Include missing "cpu.h" header Philippe Mathieu-Daudé
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-16 22:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel Henrique Barboza, David Gibson, Xiaojuan Yang,
	Mark Cave-Ayland, Bin Meng, Richard Henderson, Artyom Tarasenko,
	Cédric Le Goater, Song Gao, Alistair Francis, qemu-ppc,
	Laurent Vivier, Palmer Dabbelt, Taylor Simpson, Greg Kurz,
	qemu-riscv, Max Filippov, Philippe Mathieu-Daudé

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

Philippe Mathieu-Daudé (10):
  target/hppa/helper: Include missing "cpu.h" header
  target/hexagon: Declare hexagon_regnames[] in "cpu.h"
  target/loongarch/cpu: Remove unused "sysbus.h" header
  target/loongarch/cpu: Restrict "memory.h" header to sysemu
  target/m68k/helper: Include missing "cpu.h" header
  target/ppc/helper: Include missing "cpu.h" header
  target/ppc/internal: Restrict MMU declarations to sysemu
  target/riscv/cpu: Restrict sysemu-specific fields from CPUArchState
  target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
  target/xtensa/cpu: Include missing "memory.h" header

 target/hexagon/cpu.h      |  2 ++
 target/hexagon/internal.h |  2 --
 target/hppa/helper.h      |  2 ++
 target/loongarch/cpu.h    |  3 ++-
 target/m68k/helper.h      |  2 ++
 target/ppc/helper.h       |  2 ++
 target/ppc/internal.h     |  5 +++++
 target/riscv/cpu.h        | 34 ++++++++++++++++++----------------
 target/sparc/mmu_helper.c |  2 --
 target/xtensa/cpu.c       |  3 +++
 10 files changed, 36 insertions(+), 21 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2022-12-17 13:27 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16 22:05 [PATCH 00/10] target/misc: Header cleanups around "cpu.h" Philippe Mathieu-Daudé
2022-12-16 22:05 ` [PATCH 01/10] target/hppa/helper: Include missing "cpu.h" header Philippe Mathieu-Daudé
2022-12-17  0:30   ` Richard Henderson
2022-12-16 22:05 ` [PATCH 02/10] target/hexagon: Declare hexagon_regnames[] in "cpu.h" Philippe Mathieu-Daudé
2022-12-16 22:48   ` Taylor Simpson
2022-12-17  0:33   ` Richard Henderson
2022-12-16 22:05 ` [PATCH 03/10] target/loongarch/cpu: Remove unused "sysbus.h" header Philippe Mathieu-Daudé
2022-12-17  0:34   ` Richard Henderson
2022-12-17 12:26   ` Bernhard Beschow
2022-12-17 13:26     ` Philippe Mathieu-Daudé
2022-12-16 22:05 ` [PATCH 04/10] target/loongarch/cpu: Restrict "memory.h" header to sysemu Philippe Mathieu-Daudé
2022-12-17  0:37   ` Richard Henderson
2022-12-16 22:05 ` [PATCH 05/10] target/m68k/helper: Include missing "cpu.h" header Philippe Mathieu-Daudé
2022-12-17  0:37   ` Richard Henderson
2022-12-16 22:05 ` [PATCH 06/10] target/ppc/helper: " Philippe Mathieu-Daudé
2022-12-17  0:37   ` Richard Henderson
2022-12-16 22:05 ` [PATCH 07/10] target/ppc/internal: Restrict MMU declarations to sysemu Philippe Mathieu-Daudé
2022-12-17  0:38   ` Richard Henderson
2022-12-17 10:53     ` Philippe Mathieu-Daudé
2022-12-16 22:05 ` [PATCH 08/10] target/riscv/cpu: Restrict sysemu-specific fields from CPUArchState Philippe Mathieu-Daudé
2022-12-17  0:40   ` Richard Henderson
2022-12-16 22:05 ` [PATCH 09/10] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard Philippe Mathieu-Daudé
2022-12-16 22:05 ` [PATCH 10/10] target/xtensa/cpu: Include missing "memory.h" header Philippe Mathieu-Daudé
2022-12-17  0:41   ` Richard Henderson

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