qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2] migration: Convert 'status' of MigrationInfo


From: zhanghailiang
Subject: Re: [Qemu-devel] [PATCH v2] migration: Convert 'status' of MigrationInfo to use an enum type
Date: Wed, 4 Mar 2015 16:55:08 +0800
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.1.1

On 2015/3/4 15:48, Markus Armbruster wrote:
Eric Blake <address@hidden> writes:

On 03/03/2015 12:15 AM, zhanghailiang wrote:


Yes, this is the reason ..., agreed, i don't like the abbreviate,
But there is already a 'MigrationState' type defined:



So, what about MigrationStatus ? ;)

That would be fine with me.


Bad news, this name has also been used :(

In hmp.c:

typedef struct MigrationStatus

You know, you could always rename the internal-only conflict into
something else so that the publicly exported typename is nice.  Yeah,
that makes the series longer,

by *two* patch hunks updating the four occurences of MigrationStatus,

                               but it should be all mechanical
conversions, right?  I'm not going to be too picky about what color we
paint this bikeshed, though.

Me neither, but we shouldn't compromise on external interfaces just to
avoid a bit of internal churn.  Pick a good name, then do what it takes.



OK, will do that, Thanks.





reply via email to

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