Re: [PATCH V8 05/39] vl: start on wakeup request

2022-07-05 Thread Steven Sistare
On 6/16/2022 11:55 AM, Marc-André Lureau wrote: > Hi > > On Wed, Jun 15, 2022 at 7:27 PM Steve Sistare > wrote: > > If qemu starts and loads a VM in the suspended state, then a later wakeup > request will set the state to running, which is not sufficient

Re: [PATCH V8 05/39] vl: start on wakeup request

2022-06-16 Thread Marc-André Lureau
Hi On Wed, Jun 15, 2022 at 7:27 PM Steve Sistare wrote: > If qemu starts and loads a VM in the suspended state, then a later wakeup > request will set the state to running, which is not sufficient to > initialize > the vm, as vm_start was never called during this invocation of qemu. See > qemu_

[PATCH V8 05/39] vl: start on wakeup request

2022-06-15 Thread Steve Sistare
If qemu starts and loads a VM in the suspended state, then a later wakeup request will set the state to running, which is not sufficient to initialize the vm, as vm_start was never called during this invocation of qemu. See qemu_system_wakeup_request(). Define the start_on_wakeup_requested() hook