On 11/01/2018 03:14 AM, aditya bhardwaj wrote:
> Respected Sir,
>
> I followed https://wiki.qemu.org/Hosts/Linux to build qemu from source
> code. Its installed successfully with Ubuntu 16.04 VM created using VNC
> server.
>
> *Now, Could you please suggest me how to migrate VM from one host t
Respected Sir,
I followed https://wiki.qemu.org/Hosts/Linux to build qemu from source
code. Its installed successfully with Ubuntu 16.04 VM created using VNC
server.
*Now, Could you please suggest me how to migrate VM from one host to
another?.*
I goggled lot but not getting any solution.
--
Il 03/04/2013 07:11, Shehbaz Jaffer ha scritto:
> All of migration code can be found in migrate.c file.
>
> To understand migration, you can run qemu in gdb and place breakpoints
> in do_savevm() function on server side and do_loadvm() function on
> client side.
>
> Migration consists of the foll
All of migration code can be found in migrate.c file.
To understand migration, you can run qemu in gdb and place breakpoints in
do_savevm() function on server side and do_loadvm() function on client
side.
Migration consists of the following parts:
1. save device driver state (11 in number. this c
Hi.. I was wondering what are the entry points for the migration at
source and destination.
My understanding is that at source the method "do_migrate" in
migrate.c file is the entry point and at the destination the method
"main" in vl.c is the entry point.
Is this correct ?
--
Pavan Kumar M