qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] target/misc: Header cleanups around "cpu.h"
@ 2022-12-17 17:28 Philippe Mathieu-Daudé
  2022-12-17 17:28 ` [PATCH v2 1/9] target/alpha: Remove obsolete STATUS document Philippe Mathieu-Daudé
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-17 17:28 UTC (permalink / raw)
  To: qemu-devel
  Cc: Max Filippov, Richard Henderson, Bin Meng, kvm, qemu-ppc,
	Greg Kurz, Daniel Henrique Barboza, Bernhard Beschow, qemu-riscv,
	Song Gao, Artyom Tarasenko, Paolo Bonzini, Palmer Dabbelt,
	Mark Cave-Ayland, Laurent Vivier, Alistair Francis,
	Cédric Le Goater, David Gibson, Xiaojuan Yang,
	Philippe Mathieu-Daudé

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

Since v1:
- dropped patches including "cpu.h" in multiply included 'helper.h'
- dropped Hexagon patch
- better split sysemu fields in RISC-V's CPUArchState

Bernhard Beschow (1):
  target/loongarch/cpu: Remove unused "sysbus.h" header

Philippe Mathieu-Daudé (8):
  target/alpha: Remove obsolete STATUS document
  target/loongarch/cpu: Restrict "memory.h" header to sysemu
  target/ppc/internal: Restrict MMU declarations to sysemu
  target/ppc/kvm: Remove unused "sysbus.h" header
  target/riscv/cpu: Move Floating-Point fields closer
  target/riscv/cpu: Restrict some sysemu-specific fields from
    CPUArchState
  target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
  target/xtensa/cpu: Include missing "memory.h" header

 target/alpha/STATUS       | 28 ----------------------------
 target/loongarch/cpu.h    |  3 ++-
 target/ppc/internal.h     |  5 +++++
 target/ppc/kvm.c          |  1 -
 target/riscv/cpu.h        | 23 +++++++++++++----------
 target/sparc/mmu_helper.c |  2 --
 target/xtensa/cpu.c       |  3 +++
 7 files changed, 23 insertions(+), 42 deletions(-)
 delete mode 100644 target/alpha/STATUS

-- 
2.38.1



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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-17 17:28 [PATCH v2 0/9] target/misc: Header cleanups around "cpu.h" Philippe Mathieu-Daudé
2022-12-17 17:28 ` [PATCH v2 1/9] target/alpha: Remove obsolete STATUS document Philippe Mathieu-Daudé
2022-12-17 18:29   ` Richard Henderson
2022-12-17 17:29 ` [PATCH v2 2/9] target/loongarch/cpu: Remove unused "sysbus.h" header Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 3/9] target/loongarch/cpu: Restrict "memory.h" header to sysemu Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 4/9] target/ppc/internal: Restrict MMU declarations " Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 5/9] target/ppc/kvm: Remove unused "sysbus.h" header Philippe Mathieu-Daudé
2022-12-17 18:30   ` Richard Henderson
2022-12-17 17:29 ` [PATCH v2 6/9] target/riscv/cpu: Move Floating-Point fields closer Philippe Mathieu-Daudé
2022-12-17 18:32   ` Richard Henderson
2022-12-17 17:29 ` [PATCH v2 7/9] target/riscv/cpu: Restrict some sysemu-specific fields from CPUArchState Philippe Mathieu-Daudé
2022-12-17 18:00   ` Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 8/9] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 9/9] target/xtensa/cpu: Include missing "memory.h" header 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).