On 1/14/2026 9:28 AM, Joel Stanley wrote:
The AIA init will be used by any server class riscv machine. Separate it
out in order to share code with such systems.

Signed-off-by: Joel Stanley <[email protected]>
Reviewed-by: Daniel Henrique Barboza <[email protected]>
---
v2: add Daniel's r-b
---
  hw/riscv/aia.h             | 58 +++++++++++++++++++++++++
  include/hw/riscv/virt.h    | 29 -------------
  hw/riscv/aia.c             | 88 ++++++++++++++++++++++++++++++++++++++
  hw/riscv/virt-acpi-build.c |  2 +
  hw/riscv/virt.c            | 85 ++++--------------------------------
  hw/riscv/meson.build       |  2 +-
  6 files changed, 158 insertions(+), 106 deletions(-)
  create mode 100644 hw/riscv/aia.h
  create mode 100644 hw/riscv/aia.c
Reviewed-by: Nutty Liu<[email protected]>

Thanks,
Nutty

Reply via email to