Re: [PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC

2020-11-12 Thread Peter Maydell
On Wed, 11 Nov 2020 at 14:34, Andrew Jones wrote: > > The removal of the selection of A15MPCORE from ARM_VIRT also > removed what A15MPCORE selects, ARM_GIC. We still need ARM_GIC. > > Fixes: bec3c97e0cf9 ("hw/arm/virt: Remove dependency on Cortex-A15 MPCore > peripherals") > Reported-by: Mirosla

Re: [PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC

2020-11-11 Thread Miroslav Rezanina
- Original Message - > From: "Andrew Jones" > To: "Peter Maydell" > Cc: "Miroslav Rezanina" , "QEMU Developers" > , "qemu-arm" > , "Philippe Mathieu-Daudé" > Sent: Wednesday, November 11, 2020 6:39:32 P

Re: [PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC

2020-11-11 Thread Andrew Jones
t; > > Cc: "peter maydell" , phi...@redhat.com, > > > "Miroslav Rezanina" > > > 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 A15MPC

Re: [PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC

2020-11-11 Thread Philippe Mathieu-Daudé
On 11/11/20 3:34 PM, Andrew Jones wrote: > The removal of the selection of A15MPCORE from ARM_VIRT also > removed what A15MPCORE selects, ARM_GIC. We still need ARM_GIC. > > Fixes: bec3c97e0cf9 ("hw/arm/virt: Remove dependency on Cortex-A15 MPCore > peripherals") > Reported-by: Miroslav Rezanina

Re: [PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC

2020-11-11 Thread Peter Maydell
gt; > 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

Re: [PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC

2020-11-11 Thread Miroslav Rezanina
- Original Message - > From: "Andrew Jones" > To: qemu-devel@nongnu.org, qemu-...@nongnu.org > Cc: "peter maydell" , phi...@redhat.com, "Miroslav > Rezanina" > Sent: Wednesday, November 11, 2020 3:34:40 PM > Subject: [PATCH] hw/arm/virt:

[PATCH] hw/arm/virt: ARM_VIRT must select ARM_GIC

2020-11-11 Thread Andrew Jones
The removal of the selection of A15MPCORE from ARM_VIRT also removed what A15MPCORE selects, ARM_GIC. We still need ARM_GIC. Fixes: bec3c97e0cf9 ("hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripherals") Reported-by: Miroslav Rezanina Signed-off-by: Andrew Jones --- hw/arm/Kconfig | 1