Ty! Boyack wrote:
> Folks,
>
> I'm afraid I'm missing something very basic here.  I'm looking to try
> out the live migration facility, and all the documentation I'm seeing
> shows to initiate the migration by going to the qemu monitor from the
> SDL windows (alt-ctrl-2).  However, I'd like to run my VMs with a VNC
> "head," so I'm not sure where the interface is to initiate the migration
> without the SDL layer in place.

I have no trouble switching to the monitor for a VM with a VNC head: alt-ctrl-2 works as expected in the VNC client.

> Is the qemu monitor available through some other mechanism?

You can configure qemu to expose the monitor console via any of the serial port configuration types. That lets you make the monitor available at a udp or tcp port, e.g.:

# qemu-system-x86_64 <other options> -monitor tcp::4444

The double colon is intended. There are lots of additional features beyond that 
example.

> This would be most helpful if the mechanism was reachable (and
> scriptable) from the HOST os, so that the HOST (in cooperation with
> another HOST) could initiate a migration of one or more GUEST VMs.

That would be the "monitor" command line option then.

<snip>

--
David.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to