On 3/4/25 16:52, Philippe Mathieu-Daudé wrote:
QemuArchBit isn't really specific to system emulation,
move the "system/arch_init.h" header to "qemu/arch_info.h",
a more generic include path.

Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  meson.build                                      | 2 +-
  include/{system/arch_init.h => qemu/arch_info.h} | 4 ++--
  system/arch_init.c => arch_info-target.c         | 2 +-
  hw/scsi/scsi-disk.c                              | 2 +-
  system/qdev-monitor.c                            | 2 +-
  system/vl.c                                      | 2 +-
  system/meson.build                               | 1 -
  7 files changed, 7 insertions(+), 8 deletions(-)
  rename include/{system/arch_init.h => qemu/arch_info.h} (97%)
  rename system/arch_init.c => arch_info-target.c (97%)

I can't think of a reason to use QemuArch(Bit) in user-mode.
But I can't really justify splitting the header either.
It's certainly not "init" related anyway.

Acked-by: Richard Henderson <[email protected]>


r~

Reply via email to