Re: [Qemu-devel] [PATCH v2 2/3] i386: use machine class ->wakeup method

2019-07-22 Thread Paolo Bonzini
On 22/07/19 08:17, Nicholas Piggin wrote: > Move the i386 suspend_wakeup logic out of the fallback path, and into > the new ->wakeup method. > > Signed-off-by: Nicholas Piggin > --- > hw/i386/pc.c | 8 > vl.c | 2 -- > 2 files changed, 8 insertions(+), 2 deletions(-) > > diff -

Re: [Qemu-devel] [PATCH v2 2/3] i386: use machine class ->wakeup method

2019-07-22 Thread David Gibson
On Mon, Jul 22, 2019 at 04:17:51PM +1000, Nicholas Piggin wrote: > Move the i386 suspend_wakeup logic out of the fallback path, and into > the new ->wakeup method. > > Signed-off-by: Nicholas Piggin Reviewed-by: David Gibson > --- > hw/i386/pc.c | 8 > vl.c | 2 -- > 2 files

[Qemu-devel] [PATCH v2 2/3] i386: use machine class ->wakeup method

2019-07-21 Thread Nicholas Piggin
Move the i386 suspend_wakeup logic out of the fallback path, and into the new ->wakeup method. Signed-off-by: Nicholas Piggin --- hw/i386/pc.c | 8 vl.c | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hw/i386/pc.c b/hw/i386/pc.c index 549c437050..78c03d7f9