Hi all, 
 
From below git.qemu.org website, I saw that QEMU is basically using reset logic 
when waking up from S3.
 
http://git.qemu.org/?p=qemu.git;a=commitdiff;h=1405819637f53ed8021067eb3ea52e32bef2870b
 
 
 
Could you explain why the reset is needed when QEMU wakeup from sleep ?
Is it just some concept like promise for QEMU?
 
+    if (qemu_wakeup_requested()) {+        pause_all_vcpus();+        
cpu_synchronize_all_states();+        qemu_system_reset(VMRESET_SILENT);+       
 resume_all_vcpus();+    }
I appreciate it very much!

Heon Gwang

Reply via email to