Re: [Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations

2011-12-14 Thread Stefan Hajnoczi
On Tue, Dec 13, 2011 at 12:40:51PM +0900, Isaku Yamahata wrote: > The variable is deleted by 1bcef683bf840a928d633755031ac572d5fdb851 > So remove its declaration. > > Cc: Luiz Capitulino > Signed-off-by: Isaku Yamahata > --- > migration.h |2 -- > 1 files changed, 0 insertions(+), 2 deletio

Re: [Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations

2011-12-13 Thread Luiz Capitulino
On Tue, 13 Dec 2011 12:40:51 +0900 Isaku Yamahata wrote: > The variable is deleted by 1bcef683bf840a928d633755031ac572d5fdb851 > So remove its declaration. > > Cc: Luiz Capitulino > Signed-off-by: Isaku Yamahata Acked-by: Luiz Capitulino > --- > migration.h |2 -- > 1 files changed, 0 i

[Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations

2011-12-12 Thread Isaku Yamahata
The variable is deleted by 1bcef683bf840a928d633755031ac572d5fdb851 So remove its declaration. Cc: Luiz Capitulino Signed-off-by: Isaku Yamahata --- migration.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/migration.h b/migration.h index 999d60f..372b066 100644 ---