Re: [Qemu-devel] [PATCH v7 3/9] xlnx-zynqmp-pmu: Add the CPU and memory

2018-03-01 Thread Philippe Mathieu-Daudé
Hi Alistair, Edgar, On 01/22/2018 04:43 PM, Alistair Francis wrote: > Connect the MicroBlaze CPU and the ROM and RAM memory regions. > > Signed-off-by: Alistair Francis > Reviewed-by: Edgar E. Iglesias > --- > > V6: > - Pass initrd instead of kernel to microblaze_load_kernel() > V4: > - Remo

[Qemu-devel] [PATCH v7 3/9] xlnx-zynqmp-pmu: Add the CPU and memory

2018-01-22 Thread Alistair Francis
Connect the MicroBlaze CPU and the ROM and RAM memory regions. Signed-off-by: Alistair Francis Reviewed-by: Edgar E. Iglesias --- V6: - Pass initrd instead of kernel to microblaze_load_kernel() V4: - Remove the ZCU102 name V2: - Fix the pmu-cpu name - Use err and errp for CPU realise instea