On Tue, 9 Sept 2025 at 23:11, Yubin Zou <yubinz@google.com> wrote:
>
> Improvement to QEMU:
> These changes enhance QEMU by adding emulation support for a new piece
> of hardware, the Nuvoton PCIe root complex, which is prevalent
> in both NPCM7xx and NPCM8XX Board SoCs.
>
> Impact (Before/After):
> - Before: QEMU lacked a specific model for the Nuvoton PCIe host.
> Emulating platforms using this SoC meant PCIe capabilities were either
> missing or inaccurate.
>
> - After: QEMU can now model the fundamental aspects of the
> PCIe host controller. Virtual PCIe devices can be attached to emulated
> NPCM7xx and NPCM8xx machines, and the guest OS can interact with them
> through a more faithful representation of the on-chip PCIe hardware.
>
> Signed-off-by: Yubin Zou <yubinz@google.com>
I have made a few comments about general patch structure,
but reminder that Nuvoton-interested folks should be reviewing
Nuvoton patches for detailed correctness, not assuming that
I will :-)
thanks
-- PMM