qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: mdroth <mdroth@linux.vnet.ibm.com>
To: Mrugani Kurtadikar <mruganikurtadikar@gmail.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] QEMU Migration
Date: Wed, 20 Mar 2013 16:11:57 -0500	[thread overview]
Message-ID: <20130320211157.GA5443@vm> (raw)
In-Reply-To: <CAL4=MGvfoNDxLxrLK0NQHqjGpcrBHaorW4Lqb73o=i0sW4L53w@mail.gmail.com>

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.
> 

  reply	other threads:[~2013-03-20 21:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-20  7:56 [Qemu-devel] QEMU Migration Mrugani Kurtadikar
2013-03-20 21:11 ` mdroth [this message]
2013-03-21  3:03   ` Mrugani Kurtadikar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130320211157.GA5443@vm \
    --to=mdroth@linux.vnet.ibm.com \
    --cc=mruganikurtadikar@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).