qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation
@ 2023-12-07 10:54 Philippe Mathieu-Daudé
  2023-12-07 10:54 ` [PATCH 1/2] target/alpha: Extract clk_helper.c from sys_helper.c Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-12-07 10:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Richard Henderson, Philippe Mathieu-Daudé

Extract helper_load_pcc() to clk_helper.c so we can
restrict sys_helper.c to system emulation.

Philippe Mathieu-Daudé (2):
  target/alpha: Extract clk_helper.c from sys_helper.c
  target/alpha: Only build sys_helper.c on system emulation

 target/alpha/clk_helper.c | 32 ++++++++++++++++++++++++++++++++
 target/alpha/sys_helper.c | 18 ------------------
 target/alpha/meson.build  |  7 +++++--
 3 files changed, 37 insertions(+), 20 deletions(-)
 create mode 100644 target/alpha/clk_helper.c

-- 
2.41.0



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

end of thread, other threads:[~2024-01-17  8:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 10:54 [PATCH 0/2] target/alpha: Only build sys_helper.c on system emulation Philippe Mathieu-Daudé
2023-12-07 10:54 ` [PATCH 1/2] target/alpha: Extract clk_helper.c from sys_helper.c Philippe Mathieu-Daudé
2023-12-07 10:54 ` [PATCH 2/2] target/alpha: Only build sys_helper.c on system emulation Philippe Mathieu-Daudé
2023-12-26 11:17 ` [PATCH 0/2] " Philippe Mathieu-Daudé
2024-01-17  8:22   ` Philippe Mathieu-Daudé
2023-12-27 20:52 ` 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).