qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] target/i386: Header cleanups around "cpu.h"
@ 2022-12-16 22:01 Philippe Mathieu-Daudé
  2022-12-16 22:01 ` [PATCH 1/5] target/i386: Remove NEED_CPU_H guard from target-specific headers Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-12-16 22:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marcel Apfelbaum, Cameron Esfahani, Michael S. Tsirkin,
	Eduardo Habkost, haxm-team, Roman Bolshakov, Paolo Bonzini,
	Richard Henderson, Wenchao Wang, Philippe Mathieu-Daudé

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

Philippe Mathieu-Daudé (5):
  target/i386: Remove NEED_CPU_H guard from target-specific headers
  target/i386/cpu: Remove dead helper_lock() declaration
  target/i386/ops_sse: Include missing "cpu.h" header
  target/i386: Remove x86_cpu_dump_local_apic_state() dead stub
  hw/i386/x86: Reduce init_topo_info() scope

 hw/i386/x86.c                | 2 +-
 include/hw/i386/x86.h        | 3 ---
 target/i386/cpu-dump.c       | 5 +----
 target/i386/cpu.h            | 7 ++++---
 target/i386/hax/hax-i386.h   | 2 --
 target/i386/hvf/hvf-i386.h   | 4 ----
 target/i386/ops_sse.h        | 1 +
 target/i386/ops_sse_header.h | 3 +++
 8 files changed, 10 insertions(+), 17 deletions(-)

-- 
2.38.1



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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16 22:01 [PATCH 0/5] target/i386: Header cleanups around "cpu.h" Philippe Mathieu-Daudé
2022-12-16 22:01 ` [PATCH 1/5] target/i386: Remove NEED_CPU_H guard from target-specific headers Philippe Mathieu-Daudé
2022-12-17  0:21   ` Richard Henderson
2022-12-16 22:01 ` [PATCH 2/5] target/i386/cpu: Remove dead helper_lock() declaration Philippe Mathieu-Daudé
2022-12-17  0:21   ` Richard Henderson
2022-12-16 22:01 ` [PATCH 3/5] target/i386/ops_sse: Include missing "cpu.h" header Philippe Mathieu-Daudé
2022-12-17  0:23   ` Richard Henderson
2022-12-16 22:01 ` [PATCH 4/5] target/i386: Remove x86_cpu_dump_local_apic_state() dead stub Philippe Mathieu-Daudé
2022-12-17  0:24   ` Richard Henderson
2022-12-16 22:01 ` [PATCH 5/5] hw/i386/x86: Reduce init_topo_info() scope Philippe Mathieu-Daudé
2022-12-17  0:25   ` 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).