On 20/1/26 19:03, Peter Maydell wrote:
We now use VirtMachineState::tcg_its only in the finalize_msi_controller() function, and it is always the inverse of the VirtMachineClass::no_tcg_its class field. We can simplify to use no_tcg_its and drop the VirtMachineState field entirely.Signed-off-by: Peter Maydell <[email protected]> --- hw/arm/virt.c | 6 +++--- include/hw/arm/virt.h | 1 - 2 files changed, 3 insertions(+), 4 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
