qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] make qemu_event_handle static
@ 2012-03-31 18:32 Frediano Ziglio
  2012-04-02 13:03 ` Stefan Hajnoczi
  0 siblings, 1 reply; 2+ messages in thread
From: Frediano Ziglio @ 2012-03-31 18:32 UTC (permalink / raw)
  To: stefanha; +Cc: qemu-trivial, qemu-devel, Frediano Ziglio


Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
---
 main-loop.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/main-loop.c b/main-loop.c
index db23de0..fc738d1 100644
--- a/main-loop.c
+++ b/main-loop.c
@@ -164,7 +164,7 @@ static int qemu_signal_init(void)
 
 #else /* _WIN32 */
 
-HANDLE qemu_event_handle = NULL;
+static HANDLE qemu_event_handle = NULL;
 
 static void dummy_event_handler(void *opaque)
 {
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] make qemu_event_handle static
  2012-03-31 18:32 [Qemu-devel] [PATCH] make qemu_event_handle static Frediano Ziglio
@ 2012-04-02 13:03 ` Stefan Hajnoczi
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Hajnoczi @ 2012-04-02 13:03 UTC (permalink / raw)
  To: Frediano Ziglio; +Cc: qemu-trivial, qemu-devel

On Sat, Mar 31, 2012 at 07:32:14PM +0100, Frediano Ziglio wrote:
> 
> Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
> ---
>  main-loop.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-02 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31 18:32 [Qemu-devel] [PATCH] make qemu_event_handle static Frediano Ziglio
2012-04-02 13:03 ` 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).