Re: [PATCH V6 02/14] cpus: vm_was_suspended

2023-11-30 Thread Peter Xu
On Thu, Nov 30, 2023 at 01:37:15PM -0800, Steve Sistare wrote: > Add a state variable to remember if a vm previously transitioned into a > suspended state. > > Signed-off-by: Steve Sistare I'd even consider squashing this small patch into the next, the reasoning to have it resides there, but not

[PATCH V6 02/14] cpus: vm_was_suspended

2023-11-30 Thread Steve Sistare
Add a state variable to remember if a vm previously transitioned into a suspended state. Signed-off-by: Steve Sistare --- include/sysemu/runstate.h | 2 ++ system/cpus.c | 15 +++ 2 files changed, 17 insertions(+) diff --git a/include/sysemu/runstate.h b/include/sysemu/