Re: [Qemu-devel] Regarding: Migration of VM created using qemu source code built

2018-11-02 Thread John Snow
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

[Qemu-devel] Regarding: Migration of VM created using qemu source code built

2018-11-01 Thread aditya bhardwaj
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. --

Re: [Qemu-devel] Regarding migration

2013-04-03 Thread Paolo Bonzini
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

Re: [Qemu-devel] Regarding migration

2013-04-02 Thread Shehbaz Jaffer
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

[Qemu-devel] Regarding migration

2013-04-02 Thread pavan
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