Re: [PATCH 5/7] hw/riscv: k230: add decomp gzip in K230 board
Junze Cao <[email protected]> Sun, 26 Jul 2026 15:43:12 +0800
| Newsgroups | org.nongnu.qemu-riscv,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <178505179207.940286.1406120293278713894.b4-review@b4> |
On Wed, 22 Jul 2026 00:13:33 +0800, Tao Ding <[email protected]> wrote: > diff --git a/include/hw/riscv/k230.h b/include/hw/riscv/k230.h > index 156a386edc..a12d36965a 100644 > --- a/include/hw/riscv/k230.h > +++ b/include/hw/riscv/k230.h > @@ -35,6 +36,7 @@ typedef struct K230SoCState { > > K230WdtState wdt[2]; > K230GSDMAState gsdma; > + K230DecompGzipState decomp_gzip; > MemoryRegion sram; > MemoryRegion bootrom; > Please disregard the Reviewed-by tag in my previous reply; it used an obsolete identity. The review itself is unchanged. Reviewed-by: Junze Cao <[email protected]> -- Junze Cao <[email protected]>