qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-8.0 0/5] cpu: Move target-independent code to common code
@ 2022-11-30 13:52 Philippe Mathieu-Daudé
  2022-11-30 13:52 ` [PATCH-for-8.0 1/5] cpu: Remove capstone meson dependency Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-30 13:52 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marc-André Lureau, Eduardo Habkost,
	Philippe Mathieu-Daudé, Richard Henderson, Paolo Bonzini,
	Yanan Wang, Daniel P. Berrangé, Marcel Apfelbaum,
	Thomas Huth

Trivial housekeeping in cpu*.c.

Philippe Mathieu-Daudé (5):
  cpu: Remove capstone meson dependency
  cpu: Move cpu_class_init_props() to common code
  cpu: Move breakpoint helpers to common code
  cpu: Move cpu_abort() to common code
  cpu: Remove unused includes

 cpu.c         | 165 --------------------------------------------------
 cpus-common.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++++
 meson.build   |   3 +-
 3 files changed, 165 insertions(+), 166 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2023-02-27 10:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 13:52 [PATCH-for-8.0 0/5] cpu: Move target-independent code to common code Philippe Mathieu-Daudé
2022-11-30 13:52 ` [PATCH-for-8.0 1/5] cpu: Remove capstone meson dependency Philippe Mathieu-Daudé
2023-02-27 10:54   ` Marc-André Lureau
2022-11-30 13:52 ` [PATCH-for-8.0 2/5] cpu: Move cpu_class_init_props() to common code Philippe Mathieu-Daudé
2022-11-30 22:17   ` Richard Henderson
2022-11-30 13:52 ` [PATCH-for-8.0 3/5] cpu: Move breakpoint helpers " Philippe Mathieu-Daudé
2022-11-30 22:19   ` Richard Henderson
2022-11-30 13:52 ` [PATCH-for-8.0 4/5] cpu: Move cpu_abort() " Philippe Mathieu-Daudé
2022-11-30 22:20   ` Richard Henderson
2022-11-30 13:52 ` [PATCH-for-8.0 5/5] cpu: Remove unused includes Philippe Mathieu-Daudé
2022-11-30 22:20   ` Richard Henderson
2022-11-30 15:35 ` [PATCH-for-8.0 0/5] cpu: Move target-independent code to common code Paolo Bonzini
2022-11-30 22:21   ` 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).