>> I run savevm by qemu-monitor, but how to check if savevm is completed? I >> haven't find the query interface. > >That is because savevm is synchronous. It blocks until the operation is >complete. You cannot use the QEMU monitor while savevm is executing. > So, only the asynchronous operations provide the query interface, like hmp_info_migrate, right?
Thanks, Zhang Haoyu >Stefan