* [Qemu-devel] [PATCH] migration: Add missing 'static' attribute
@ 2014-07-07 19:09 Stefan Weil
2014-07-18 5:42 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2014-07-07 19:09 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Kevin Wolf, Stefan Hajnoczi, Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
block-migration.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block-migration.c b/block-migration.c
index 25a0388..73cdd07 100644
--- a/block-migration.c
+++ b/block-migration.c
@@ -861,7 +861,7 @@ static bool block_is_active(void *opaque)
return block_mig_state.blk_enable == 1;
}
-SaveVMHandlers savevm_block_handlers = {
+static SaveVMHandlers savevm_block_handlers = {
.set_params = block_set_params,
.save_live_setup = block_save_setup,
.save_live_iterate = block_save_iterate,
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] migration: Add missing 'static' attribute
2014-07-07 19:09 [Qemu-devel] [PATCH] migration: Add missing 'static' attribute Stefan Weil
@ 2014-07-18 5:42 ` Michael Tokarev
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tokarev @ 2014-07-18 5:42 UTC (permalink / raw)
To: Stefan Weil, qemu-devel; +Cc: qemu-trivial, Kevin Wolf, Stefan Hajnoczi
Applied to -trivial, thank you!
/mjt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-18 5:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07 19:09 [Qemu-devel] [PATCH] migration: Add missing 'static' attribute Stefan Weil
2014-07-18 5:42 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
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).