Re: [Qemu-discuss] Network Migration During Live Migration

2015-02-04 Thread z_axis
Yeah, the IP address should be configured in the guest OS running in qemu. Regards!

Re: [Qemu-discuss] Network Migration During Live Migration

2015-02-04 Thread Dale R. Worley
Azizul Hakim writes: > Is there any command line option to assign IP and MAC addresses to the VM?. > I know we can assign network device but how do we assign IP and MAC so that > the VM works properly even after migration. IIRC, there are command line options to assign MAC addresses to the VM's i

Re: [Qemu-discuss] Network Migration During Live Migration

2015-02-02 Thread Jakob Bohm
On 02-02-2015 23:33, Azizul Hakim wrote: Does QEMU supports network migration during live migration? By network migration I mean migrating open connections inside the VM so when the VM moves to a new physical host, it can still communicate with outside world at the same fashion as it did befor