qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/2] migration: add migrate_set_state(), add


From: Juan Quintela
Subject: Re: [Qemu-devel] [PATCH v2 2/2] migration: add migrate_set_state(), add trace_migrate_set_state()
Date: Fri, 22 Feb 2013 10:50:06 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Paolo Bonzini <address@hidden> wrote:
> Il 20/02/2013 07:32, Kazuya Saito ha scritto:
>> Signed-off-by: Kazuya Saito <address@hidden>
>
> Unfortunately, this conflicts with my series to simplify migration.c
> (branch migration-thread-20130115 in git://github.com/bonzini/qemu.git).
>
> I'm not sure how to proceed here, because migrate_set_state doesn't
> exist anymore.  Probably you need many different tracepoints.
>> +
>> +void migrate_set_state(MigrationState *s, int new_state)
>> +{
>> +    s->state = new_state;
>> +    trace_migrate_set_state(new_state);
>> +}

It was introduced with this very patch O:-)

I take them, and will integrate them on top of your series.

Later, Juan.



reply via email to

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