* [Qemu-devel] migrate
@ 2008-11-12 3:02 kknapp
2008-11-12 22:32 ` [Qemu-devel] migrate Charles Duffy
0 siblings, 1 reply; 2+ messages in thread
From: kknapp @ 2008-11-12 3:02 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 663 bytes --]
Ok, in the qemu monitor screen I see the option for migration of an image
but I've not been able to find any references on how to start up the
receiving qemu session that where not for KVM. I searched the man page, the
website, the wiki, and Google does the migration work in non-KVM qemu or
not? If it does can someone give me the command line option.
As an example of my current startup command:
qemu-system-i386 -name wizard -m 512 -boot c -hda wizard.img -net
nic,macaddr=52:54:00:12:34:28,model=rtl8139 -net
tap,script=/srv/qemu/qemu-ifup-bridge -kernel-kqemu -localtime -monitor pty
-vnc :12 -usb -usbdevice tablet
Thanks for your time
Ken
[-- Attachment #2: Type: text/html, Size: 690 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Qemu-devel] Re: migrate
2008-11-12 3:02 [Qemu-devel] migrate kknapp
@ 2008-11-12 22:32 ` Charles Duffy
0 siblings, 0 replies; 2+ messages in thread
From: Charles Duffy @ 2008-11-12 22:32 UTC (permalink / raw)
To: qemu-devel
kknapp@gmail.com wrote:
> Ok, in the qemu monitor screen I see the option for migration of an
> image but I've not been able to find any references on how to start up
> the receiving qemu session that where not for KVM. I searched the man
> page, the website, the wiki, and Google does the migration work in
> non-KVM qemu or not? If it does can someone give me the command line option.
On the receiving end:
receiving_host$ qemu-system-i386 ${YOUR_NORMAL_ARGS} -incoming
tcp:0.0.0.0:1234
On the sending end:
migrate tcp:receiving_host:1234
That said, I've heard of bugs with live migration of systems with USB
enabled; if you have problems, you might consider disabling it.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-12 22:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-12 3:02 [Qemu-devel] migrate kknapp
2008-11-12 22:32 ` [Qemu-devel] migrate Charles Duffy
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).