On Wed, 22 Jul 2026 00:13:28 +0800, Tao Ding <[email protected]> wrote:
> [...]
>  hw/misc/meson.build                 |   1 +
>  hw/misc/trace-events                |   4 +
>  hw/riscv/Kconfig                    |   2 +
>  hw/riscv/k230.c                     |  38 +-
>  include/hw/dma/k230_gsdma.h         | 128 +++++++
>  include/hw/misc/k230_decomp_gzip.h  |  92 +++++
>  include/hw/riscv/k230.h             |   5 +
>  tests/qtest/k230-decomp-gzip-test.c | 181 ++++++++++
>  tests/qtest/k230-gsdma-test.c       | 201 +++++++++++
>  tests/qtest/meson.build             |   2 +-
>  16 files changed, 1689 insertions(+), 8 deletions(-)
>  create mode 100644 hw/dma/k230_gsdma.c
>  create mode 100644 hw/misc/k230_decomp_gzip.c
>  create mode 100644 include/hw/dma/k230_gsdma.h
>  create mode 100644 include/hw/misc/k230_decomp_gzip.h
>  create mode 100644 tests/qtest/k230-decomp-gzip-test.c
>  create mode 100644 tests/qtest/k230-gsdma-test.c
> 
> base-commit: bd6079a7a1d14de0918a7715ef6db85dc32de3bb
> --
> 2.43.0

This series adds K230-specific GSDMA and decompression-GZIP models, but it
does not update MAINTAINERS. The existing "K230 Machines" entry does not
cover the new source, header, or qtest files.

-- 
Junze Cao <[email protected]>


Reply via email to