* Bechir Bani (bechir.b...@gmail.com) wrote:
> Hi ,
>
> There is someone who can explain to me the role of two trace points in the
> file* Migration.c *
>
> The trace points are :
>
> * migrate_pending* : what are the attributes *pending size *and *max* ?
'pending_size' is an estimate of the
Hi ,
There is someone who can explain to me the role of two trace points in the
file* Migration.c *
The trace points are :
* migrate_pending* : what are the attributes *pending size *and *max* ?
* migrate_transferred*: what are the attributes *transferred* ,*
time_spent* , *bandwidth* and
On Tue, Mar 25, 2014 at 2:10 AM, Bechir Bani wrote:
> Hi Sanidhya,
>
>
> Which function in savevm.c can tell me about the stop time ?
>
>
the migration thread function in migration.c file which has function name -
qemu_savevm_state_complete will get executed in the stop and copy phase.
>
> 2014
Hi Sanidhya,
Which function in savevm.c can tell me about the stop time ?
2014-03-24 13:46 GMT-04:00 Sanidhya Kashyap :
> savevm.c will tell you about the stop time.
>
> arch_init.c (ram_save_block) will tell about the number of pages
> transferred.
>
>
> On Mon, Mar 24, 2014 at 10:51 PM, Bech
savevm.c will tell you about the stop time.
arch_init.c (ram_save_block) will tell about the number of pages
transferred.
On Mon, Mar 24, 2014 at 10:51 PM, Bechir Bani wrote:
> I have a task to add trace points in the source code of Qemu. The goal is
> to know the number of pages transferred a
I have a task to add trace points in the source code of Qemu. The goal is
to know the number of pages transferred at each iteration and stop time of
the machine as well.
2014-03-24 12:50 GMT-04:00 Dr. David Alan Gilbert :
> * Bechir Bani (bechir.b...@gmail.com) wrote:
> > Hi,
> >
> > I want to k
* Bechir Bani (bechir.b...@gmail.com) wrote:
> Hi,
>
> I want to know the source code of qemu which is responsible for the
> migration of virtual machines, more precisely where the part of the code
> that describes the stages of memory transfer. is that you can help me?
It's split around a few fi
Hi, the function of migration_thread maybe is your want.
Best regards.
> Hi,
>
> I want to know the source code of qemu which is responsible for the migration
> of virtual machines, more precisely where the part of the code that describes
> the stages of memory transfer. is that you can help
Hi,
I want to know the source code of qemu which is responsible for the
migration of virtual machines, more precisely where the part of the code
that describes the stages of memory transfer. is that you can help me?
Thank you !
--
*Béchir Bani *
*