qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 21/28] migration: Make state definitions local


From: Yoshiaki Tamura
Subject: [Qemu-devel] Re: [PATCH 21/28] migration: Make state definitions local
Date: Thu, 24 Feb 2011 18:16:20 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

Juan Quintela wrote:
Yoshiaki Tamura<address@hidden>  wrote:
2011/2/24 Juan Quintela<address@hidden>:

Signed-off-by: Juan Quintela<address@hidden>
---
  migration.c |    8 ++++++++
  migration.h |    8 --------
  2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/migration.c b/migration.c
index 493c2d7..697c74f 100644
--- a/migration.c
+++ b/migration.c
@@ -31,6 +31,14 @@
     do { } while (0)
  #endif

+enum migration_state {
+    MIG_STATE_ERROR,

Would be better to say:

MIG_STATE_ERROR = -1,

I thought about it, but basically it shouldn't matter, no?

It shouldn't.  Just gives clear impression :)

Yoshi


Later, Juan.





reply via email to

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