Re: [PATCH 12/13] microvm: enable suspend

2025-06-03 Thread Annie Li
Hi Igor, On 6/3/2025 9:03 AM, Igor Mammedov wrote: On Wed, 28 May 2025 12:42:03 -0400 Annie Li wrote: The function qemu_wakeup_suspend_enabled combines the suspend and wakeup together. However, the microvm doesn't support wakeup yet. Suspend is enabled here, but wakeup doesn't actually work f

Re: [PATCH 12/13] microvm: enable suspend

2025-06-03 Thread Igor Mammedov
On Wed, 28 May 2025 12:42:03 -0400 Annie Li wrote: > The function qemu_wakeup_suspend_enabled combines the suspend > and wakeup together. However, the microvm doesn't support > wakeup yet. Suspend is enabled here, but wakeup doesn't > actually work for microvm now. why wakeup doesn't work? > >

[PATCH 12/13] microvm: enable suspend

2025-05-28 Thread Annie Li
The function qemu_wakeup_suspend_enabled combines the suspend and wakeup together. However, the microvm doesn't support wakeup yet. Suspend is enabled here, but wakeup doesn't actually work for microvm now. Signed-off-by: Annie Li --- hw/i386/microvm.c | 1 + 1 file changed, 1 insertion(+) diff

Re: [RFC V3 PATCH 12/13] microvm: enable suspend

2025-04-17 Thread Gustavo Romero
Hi Annie, On 4/11/25 17:44, Annie Li wrote: The function qemu_wakeup_suspend_enabled combines the suspend and wakeup together. However, the microvm doesn't support wakeup yet. Suspend is enabled here, but wakeup doesn't actually work for microvm now. Signed-off-by: Annie Li --- hw/i386/micro

[RFC V3 PATCH 12/13] microvm: enable suspend

2025-04-11 Thread Annie Li
The function qemu_wakeup_suspend_enabled combines the suspend and wakeup together. However, the microvm doesn't support wakeup yet. Suspend is enabled here, but wakeup doesn't actually work for microvm now. Signed-off-by: Annie Li --- hw/i386/microvm.c | 1 + 1 file changed, 1 insertion(+) diff