On Wed, 11 Nov 2020 at 15:05, Miroslav Rezanina <[email protected]> wrote: > > ----- Original Message ----- > > From: "Andrew Jones" <[email protected]> > > To: [email protected], [email protected] > > Cc: "peter maydell" <[email protected]>, [email protected], > > "Miroslav Rezanina" <[email protected]> > > Sent: Wednesday, November 11, 2020 3:34:40 PM > > Subject: [PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC > > > > The removal of the selection of A15MPCORE from ARM_VIRT also > > removed what A15MPCORE selects, ARM_GIC. We still need ARM_GIC.
> > Problems with missing dependencies solved by this patch. > > Reviewed-by: Miroslav Rezanina <[email protected]> This is the second of this kind of "missing select" bug I've seen recently. I don't suppose there's some kind of testing we could add to 'make check' that automatically catches them? thanks -- PMM
