Re: [Qemu-devel] [PATCH v2 1/3] machine: Add wakeup method to MachineClass

2019-07-22 Thread David Gibson
On Mon, Jul 22, 2019 at 03:32:13PM +1000, Nicholas Piggin wrote: > Waking from suspend is not logically a machine reset on all machines, > particularly in the paravirtualized case rather than hardware > emulated. The ppc spapr machine for example just invokes hypervisor > to suspend, and expects th

[Qemu-devel] [PATCH v2 1/3] machine: Add wakeup method to MachineClass

2019-07-21 Thread Nicholas Piggin
Waking from suspend is not logically a machine reset on all machines, particularly in the paravirtualized case rather than hardware emulated. The ppc spapr machine for example just invokes hypervisor to suspend, and expects that call to return with the machine in the same state (modulo some possibl

[Qemu-devel] [PATCH v2 1/3] machine: Add wakeup method to MachineClass

2019-07-21 Thread Nicholas Piggin
Waking from suspend is not logically a machine reset on all machines, particularly in the paravirtualized case rather than hardware emulated. The ppc spapr machine for example just invokes hypervisor to suspend, and expects that call to return with the machine in the same state (modulo some possibl