Re: [PATCH 1/2] hw/arm/xilinx_zynq: Add cache controller

2024-05-20 Thread Peter Maydell
On Tue, 7 May 2024 at 14:04, Sebastian Huber wrote: > > The Zynq 7000 SoCs contain a CoreLink L2C-310 cache controller. Add the > corresponding Qemu device to the xilinx-zynq-a9 machine. > > Signed-off-by: Sebastian Huber > --- > hw/arm/xilinx_zynq.c | 1 + > 1 file changed, 1 insertion(+) > >

[PATCH 1/2] hw/arm/xilinx_zynq: Add cache controller

2024-05-07 Thread Sebastian Huber
The Zynq 7000 SoCs contain a CoreLink L2C-310 cache controller. Add the corresponding Qemu device to the xilinx-zynq-a9 machine. Signed-off-by: Sebastian Huber --- hw/arm/xilinx_zynq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/arm/xilinx_zynq.c b/hw/arm/xilinx_zynq.c index 3190cc0b