qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 09/12] hw/i386/ich9: Remove redundant GSI_NUM_PINS


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 09/12] hw/i386/ich9: Remove redundant GSI_NUM_PINS
Date: Mon, 27 Feb 2023 12:56:09 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

On 13/2/23 18:30, Bernhard Beschow wrote:
Most code uses IOAPIC_NUM_PINS. The only place where GSI_NUM_PINS defines
the size of an array is ICH9LPCState::gsi which needs to match
IOAPIC_NUM_PINS. Remove GSI_NUM_PINS for consistency.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
  include/hw/i386/ich9.h | 2 +-
  include/hw/i386/x86.h  | 1 -
  hw/i386/pc.c           | 6 +++---
  hw/i386/pc_q35.c       | 3 ++-
  hw/isa/lpc_ich9.c      | 2 +-
  5 files changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]