Re: [Qemu-devel] [PATCH v4 5/5] spapr: Implement ibm,suspend-me

2019-07-16 Thread David Gibson
On Tue, Jul 16, 2019 at 09:15:23PM +1000, Nicholas Piggin wrote: 65;5603;1c> David Gibson's on July 16, 2019 6:30 pm: > > On Tue, Jul 16, 2019 at 12:47:26PM +1000, Nicholas Piggin wrote: > >> This has been useful to modify and test the Linux pseries suspend > >> code but it requires modification to

Re: [Qemu-devel] [PATCH v4 5/5] spapr: Implement ibm,suspend-me

2019-07-16 Thread Nicholas Piggin
David Gibson's on July 16, 2019 6:30 pm: > On Tue, Jul 16, 2019 at 12:47:26PM +1000, Nicholas Piggin wrote: >> This has been useful to modify and test the Linux pseries suspend >> code but it requires modification to the guest to call it (due to >> being gated by other unimplemented features). It i

Re: [Qemu-devel] [PATCH v4 5/5] spapr: Implement ibm,suspend-me

2019-07-16 Thread David Gibson
On Tue, Jul 16, 2019 at 12:47:26PM +1000, Nicholas Piggin wrote: > This has been useful to modify and test the Linux pseries suspend > code but it requires modification to the guest to call it (due to > being gated by other unimplemented features). It is not otherwise > used by Linux yet, but work