On Mon, 1 Sept 2025 at 14:26, Mark Cave-Ayland <[email protected]> wrote: > > Now that the isapc logic has been split out of pc_piix.c, the PCI Host Bridge > (phb) object is now always set in pc_init1(). > > Since phb is now guaranteed not to be NULL, Coverity reports that the if() > statement surrounding ioapic_init_gsi() is now unnecessary and can be removed > (CID 1620557). > > Signed-off-by: Mark Cave-Ayland <[email protected]> > Fixes: 99d0630a45 ("hw/i386/pc_piix.c: assume pcmc->pci_enabled is always > true in pc_init1()") > --- > hw/i386/pc_piix.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > Reviewed-by: Peter Maydell <[email protected]>
thanks -- PMM
