qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/7] migration: Add counters of updating the dir


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH 2/7] migration: Add counters of updating the dirty bitmap
Date: Thu, 06 Mar 2014 14:19:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Gonglei <address@hidden> wrote:
> On 2014/3/6 0:18, Juan Quintela wrote:
>
>> "Gonglei (Arei)" <address@hidden> wrote:
>>> Add counters to log the times of updating the dirty bitmap.
>>>
>>> Signed-off-by: ChenLiang <address@hidden>
>>> Signed-off-by: Gonglei <address@hidden>
>> 
>> As told by Eric, I am with this change, but can we move the code to the
>> same place that the rest of the statistics?
>> 
>> Thanks, Juan.
>
> OK, I'm pleasure to do it. What's your plan?

Instead of a local variable, look at includemigration/state/migration.h

inside MigrationState there are variables like setup_time.

You can add your variable there.  Interesting bits is that you need to
add it also to:

qapi-schema.json: MigrationInfo (looks for @setup-time),
qmp-commands.hx: look for setup-time
hmp.c: look again for setup_time
migration.c: look for setup_time inside qemu_qeery_migrate()

That are the places to add something to migration stats and that appears
everywhere.

Thanks, Juan.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]