Re: [PATCH 2/3] vl: on -loadvm set run state to "restore-vm"

2022-10-29 Thread Joelle van Dyne
On Mon, Aug 22, 2022 at 3:11 AM Daniel P. Berrangé wrote: > > On Fri, Aug 12, 2022 at 06:10:30PM -0700, Joelle van Dyne wrote: > > This allows us to differentiate between a fresh boot and a restore boot. > > > > Signed-off-by: Joelle van Dyne > > --- > > softmmu/runstate.c | 1 + > >

Re: [PATCH 2/3] vl: on -loadvm set run state to "restore-vm"

2022-08-22 Thread Daniel P . Berrangé
On Fri, Aug 12, 2022 at 06:10:30PM -0700, Joelle van Dyne wrote: > This allows us to differentiate between a fresh boot and a restore boot. > > Signed-off-by: Joelle van Dyne > --- > softmmu/runstate.c | 1 + > softmmu/vl.c | 3 +++ > 2 files changed, 4 insertions(+) What happens if the

[PATCH 2/3] vl: on -loadvm set run state to "restore-vm"

2022-08-12 Thread Joelle van Dyne
This allows us to differentiate between a fresh boot and a restore boot. Signed-off-by: Joelle van Dyne --- softmmu/runstate.c | 1 + softmmu/vl.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/softmmu/runstate.c b/softmmu/runstate.c index 1e68680b9d..fa3dd3a4ab 100644 ---