On 16 January 2018 at 01:37, Andrey Smirnov <andrew.smir...@gmail.com> wrote: > Move virt's PSCI DT fixup code to arm/boot.c and set this fixup to > happen automatically for every board that doesn't mark "psci-conduit" > as disabled. This way emulated boards other than "virt" that rely on > PSIC for SMP could benefit from that code. > > Cc: Peter Maydell <peter.mayd...@linaro.org> > Cc: Jason Wang <jasow...@redhat.com> > Cc: Philippe Mathieu-Daudé <f4...@amsat.org> > Cc: qemu-devel@nongnu.org > Cc: qemu-...@nongnu.org > Cc: yurov...@gmail.com > Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com> > --- > hw/arm/boot.c | 65 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > hw/arm/virt.c | 61 ------------------------------------------------------- > 2 files changed, 65 insertions(+), 61 deletions(-) >
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM