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 -
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
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