From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIQLm-0005ER-W2 for qemu-devel@nongnu.org; Wed, 20 Mar 2013 17:15:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIQLk-0005ZU-QG for qemu-devel@nongnu.org; Wed, 20 Mar 2013 17:15:10 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:60228) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIQLk-0005Z5-KL for qemu-devel@nongnu.org; Wed, 20 Mar 2013 17:15:08 -0400 Received: by mail-pd0-f181.google.com with SMTP id q10so771635pdj.26 for ; Wed, 20 Mar 2013 14:15:08 -0700 (PDT) Sender: fluxion Date: Wed, 20 Mar 2013 16:11:57 -0500 From: mdroth Message-ID: <20130320211157.GA5443@vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] QEMU Migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mrugani Kurtadikar Cc: qemu-devel@nongnu.org On Wed, Mar 20, 2013 at 01:26:22PM +0530, Mrugani Kurtadikar wrote: > Hi, > We are trying qemu migration. > Suppose VM1 is migrated from hostA to hostB. > After complete migration, VM1 starts on hostB. But VM1 on hostA > remains in suspended mode. > We want to identify all live VMs on hostA. > We are not able to identify live VMs. 'ps -eaf | grep qemu' command > gives all the qemu processes. > Do you have any idea of to find all live VMs on host? > Please help. If the guest is configured with an HMP console (qemu ... -monitor stdio, for instance) you can use the command 'info migrate' to check the in-migrate/post-migrate status of the guests If the guest is configured with a QMP console (qemu ... -qmp stdio, for instance) you can use the 'query-migrate' command to get similar information > > > > -- > Mrugani Kurtadikar > Btech IT > College of Engineering, Pune. >