* [Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations
@ 2011-12-13 3:40 Isaku Yamahata
2011-12-13 12:29 ` Luiz Capitulino
2011-12-14 11:13 ` Stefan Hajnoczi
0 siblings, 2 replies; 3+ messages in thread
From: Isaku Yamahata @ 2011-12-13 3:40 UTC (permalink / raw)
To: qemu-trivial, qemu-devel; +Cc: yamahata, Luiz Capitulino
The variable is deleted by 1bcef683bf840a928d633755031ac572d5fdb851
So remove its declaration.
Cc: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
---
migration.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/migration.h b/migration.h
index 999d60f..372b066 100644
--- a/migration.h
+++ b/migration.h
@@ -81,8 +81,6 @@ uint64_t ram_bytes_total(void);
int ram_save_live(Monitor *mon, QEMUFile *f, int stage, void *opaque);
int ram_load(QEMUFile *f, void *opaque, int version_id);
-extern int incoming_expected;
-
/**
* @migrate_add_blocker - prevent migration from proceeding
*
--
1.7.1.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations
2011-12-13 3:40 [Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations Isaku Yamahata
@ 2011-12-13 12:29 ` Luiz Capitulino
2011-12-14 11:13 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Luiz Capitulino @ 2011-12-13 12:29 UTC (permalink / raw)
To: Isaku Yamahata; +Cc: qemu-trivial, qemu-devel
On Tue, 13 Dec 2011 12:40:51 +0900
Isaku Yamahata <yamahata@valinux.co.jp> wrote:
> The variable is deleted by 1bcef683bf840a928d633755031ac572d5fdb851
> So remove its declaration.
>
> Cc: Luiz Capitulino <lcapitulino@redhat.com>
> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
> ---
> migration.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/migration.h b/migration.h
> index 999d60f..372b066 100644
> --- a/migration.h
> +++ b/migration.h
> @@ -81,8 +81,6 @@ uint64_t ram_bytes_total(void);
> int ram_save_live(Monitor *mon, QEMUFile *f, int stage, void *opaque);
> int ram_load(QEMUFile *f, void *opaque, int version_id);
>
> -extern int incoming_expected;
> -
> /**
> * @migrate_add_blocker - prevent migration from proceeding
> *
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations
2011-12-13 3:40 [Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations Isaku Yamahata
2011-12-13 12:29 ` Luiz Capitulino
@ 2011-12-14 11:13 ` Stefan Hajnoczi
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2011-12-14 11:13 UTC (permalink / raw)
To: Isaku Yamahata; +Cc: qemu-trivial, qemu-devel, Luiz Capitulino
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 <lcapitulino@redhat.com>
> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
> ---
> migration.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
Thanks, applied to the trivial patches -next tree:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches-next
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-12-14 11:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 3:40 [Qemu-devel] [PATCH] migration.h: remove incoming_expected declarations Isaku Yamahata
2011-12-13 12:29 ` Luiz Capitulino
2011-12-14 11:13 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).