Re: [Qemu-devel] [PATCH] hw/arm: Allow manually specified /psci node

2018-04-05 Thread Peter Maydell
On 2 April 2018 at 21:56, Andrey Smirnov wrote: > Change the code to avoid exiting QEMU if user provided DTB contains > manually specified /psci node and skip any /psci related fixups > instead. > > Fixes: 4cbca7d9b4 ("hw/arm: Move virt's PSCI DT fixup code to > arm/boot.c") > > Cc: Peter Maydell

Re: [Qemu-devel] [PATCH] hw/arm: Allow manually specified /psci node

2018-04-03 Thread Marc Zyngier
Hi Andrey, On 02/04/18 21:56, Andrey Smirnov wrote: > Change the code to avoid exiting QEMU if user provided DTB contains > manually specified /psci node and skip any /psci related fixups > instead. > > Fixes: 4cbca7d9b4 ("hw/arm: Move virt's PSCI DT fixup code to > arm/boot.c") > > Cc: Peter Ma

[Qemu-devel] [PATCH] hw/arm: Allow manually specified /psci node

2018-04-02 Thread Andrey Smirnov
Change the code to avoid exiting QEMU if user provided DTB contains manually specified /psci node and skip any /psci related fixups instead. Fixes: 4cbca7d9b4 ("hw/arm: Move virt's PSCI DT fixup code to arm/boot.c") Cc: Peter Maydell Cc: Marc Zyngier Cc: qemu-devel@nongnu.org Cc: qemu-...@nongn