Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Shlomo Pongratz
On Wed, Sep 4, 2019 at 8:23 PM Peter Maydell wrote: > > On Wed, 4 Sep 2019 at 18:06, Shlomo Pongratz wrote: > > > > On Wed, Sep 4, 2019 at 5:50 PM Peter Maydell > > wrote: > > > > > > On Wed, 4 Sep 2019 at 15:41, Shlomo Pongratz > > > wrote: > > > > Is there a specific configuration that I ne

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Peter Maydell
On Thu, 5 Sep 2019 at 12:10, Shlomo Pongratz wrote: > Thank you, > I've added the GONFIG_GPIO_PL061 (isn't it emulated on realview only?) No, the 'virt' board provides a PL061, largely just for this kind of power control purpose. I've just remembered though that the PL061 is for power-control in

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Nerijus Baliūnas via
2019-09-05 14:10, Shlomo Pongratz rašė: I've added the GONFIG_GPIO_PL061 (isn't it emulated on realview only?) and CONFIG_KEYBOARD_GPIO and also added The CONFIG_POWER_RESET_GPIO. But the QEMU still doesn't exit after halt -f. Don't you need to use -p as well?

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Shlomo Pongratz
On Thu, Sep 5, 2019 at 3:48 PM Nerijus Baliūnas wrote: > > 2019-09-05 14:10, Shlomo Pongratz rašė: > > I've added the GONFIG_GPIO_PL061 (isn't it emulated on realview only?) > > and CONFIG_KEYBOARD_GPIO and also added The CONFIG_POWER_RESET_GPIO. > > But the QEMU still doesn't exit after halt -f.

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Shlomo Pongratz
On Thu, Sep 5, 2019 at 3:04 PM Peter Maydell wrote: > > On Thu, 5 Sep 2019 at 12:10, Shlomo Pongratz wrote: > > Thank you, > > I've added the GONFIG_GPIO_PL061 (isn't it emulated on realview only?) > > No, the 'virt' board provides a PL061, largely just for > this kind of power control purpose. I

Re: [Qemu-discuss] qemu-system-aarch64 doesn't close after guest executes halt -f

2019-09-05 Thread Shlomo Pongratz
On Thu, Sep 5, 2019 at 4:09 PM Shlomo Pongratz wrote: > > On Thu, Sep 5, 2019 at 3:04 PM Peter Maydell wrote: > > > > On Thu, 5 Sep 2019 at 12:10, Shlomo Pongratz > > wrote: > > > Thank you, > > > I've added the GONFIG_GPIO_PL061 (isn't it emulated on realview only?) > > > > No, the 'virt' boar