hw/mips/gt64xxx_pci: Accumulate address space changes
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 4 Jan 2023 08:35:22 +0000 (09:35 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Jan 2023 08:31:19 +0000 (09:31 +0100)
commit65423e6efeac1ee1057870361337c572c941140c
tree36b1c0f16f2bcb9a45a34ef46be7c76609fd7690
parent9f81e43f10496bc225a9bbed3d56a26b9f759fd6
hw/mips/gt64xxx_pci: Accumulate address space changes

Single registers access in ISD can produce multiple changes
in the address spaces. To reduce computational effort,
accumulate these as a single memory transaction.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230104133935.4639-5-philmd@linaro.org>
hw/mips/gt64xxx_pci.c