[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/3] Series to implement suspend for ppc/spapr
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH 0/3] Series to implement suspend for ppc/spapr |
Date: |
Thu, 18 Jul 2019 13:08:13 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 |
On 18/07/19 12:39, Nicholas Piggin wrote:
> Any comments on this series would be welcome. Hopefully someone who
> knows i386 can give some feedback on the possible bug fix, and
> whether the new wakeup method will suit i386.
Looks good, though only i386 supports wakeup so perhaps it's better to
DTRT and move the reset to the PC machine's wakeup method. Then pseries
need not implement mc->wakeup at all.
Paolo
> Thanks,
> Nick
>
> Nicholas Piggin (3):
> qmp: don't emit the RESET event on wakeup
> machine: Add wakeup method to MachineClass
> spapr: Implement ibm,suspend-me
>
> hw/ppc/spapr.c | 11 +++++++++++
> hw/ppc/spapr_rtas.c | 32 ++++++++++++++++++++++++++++++++
> include/hw/boards.h | 1 +
> include/hw/ppc/spapr.h | 3 ++-
> vl.c | 31 +++++++++++++++++++++++++++++--
> 5 files changed, 75 insertions(+), 3 deletions(-)
>
[Qemu-devel] [PATCH 2/3] machine: Add wakeup method to MachineClass, Nicholas Piggin, 2019/07/18
[Qemu-devel] [PATCH 3/3] spapr: Implement ibm,suspend-me, Nicholas Piggin, 2019/07/18
Re: [Qemu-devel] [PATCH 0/3] Series to implement suspend for ppc/spapr,
Paolo Bonzini <=