* [Qemu-trivial] [PATCH] osdep: drop unused #include "trace.h"
@ 2014-01-23 20:27 ` Stefan Hajnoczi
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2014-01-23 20:27 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev
osdep.c does not use trace_*() so we can just drop the include.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
util/osdep.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/osdep.c b/util/osdep.c
index 62072b4..bd4f530 100644
--- a/util/osdep.c
+++ b/util/osdep.c
@@ -46,7 +46,6 @@ extern int madvise(caddr_t, size_t, int);
#endif
#include "qemu-common.h"
-#include "trace.h"
#include "qemu/sockets.h"
#include "monitor/monitor.h"
--
1.8.4.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h"
@ 2014-01-23 20:27 ` Stefan Hajnoczi
0 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2014-01-23 20:27 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev
osdep.c does not use trace_*() so we can just drop the include.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
util/osdep.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/util/osdep.c b/util/osdep.c
index 62072b4..bd4f530 100644
--- a/util/osdep.c
+++ b/util/osdep.c
@@ -46,7 +46,6 @@ extern int madvise(caddr_t, size_t, int);
#endif
#include "qemu-common.h"
-#include "trace.h"
#include "qemu/sockets.h"
#include "monitor/monitor.h"
--
1.8.4.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h"
2014-01-23 20:27 ` [Qemu-devel] " Stefan Hajnoczi
@ 2014-01-23 21:19 ` Benoît Canet
-1 siblings, 0 replies; 6+ messages in thread
From: Benoît Canet @ 2014-01-23 21:19 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-trivial, Michael Tokarev, qemu-devel
Le Thursday 23 Jan 2014 à 14:27:59 (-0600), Stefan Hajnoczi a écrit :
> osdep.c does not use trace_*() so we can just drop the include.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> util/osdep.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/util/osdep.c b/util/osdep.c
> index 62072b4..bd4f530 100644
> --- a/util/osdep.c
> +++ b/util/osdep.c
> @@ -46,7 +46,6 @@ extern int madvise(caddr_t, size_t, int);
> #endif
>
> #include "qemu-common.h"
> -#include "trace.h"
> #include "qemu/sockets.h"
> #include "monitor/monitor.h"
>
> --
> 1.8.4.2
>
>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h"
@ 2014-01-23 21:19 ` Benoît Canet
0 siblings, 0 replies; 6+ messages in thread
From: Benoît Canet @ 2014-01-23 21:19 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-trivial, Michael Tokarev, qemu-devel
Le Thursday 23 Jan 2014 à 14:27:59 (-0600), Stefan Hajnoczi a écrit :
> osdep.c does not use trace_*() so we can just drop the include.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> util/osdep.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/util/osdep.c b/util/osdep.c
> index 62072b4..bd4f530 100644
> --- a/util/osdep.c
> +++ b/util/osdep.c
> @@ -46,7 +46,6 @@ extern int madvise(caddr_t, size_t, int);
> #endif
>
> #include "qemu-common.h"
> -#include "trace.h"
> #include "qemu/sockets.h"
> #include "monitor/monitor.h"
>
> --
> 1.8.4.2
>
>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-trivial] [PATCH] osdep: drop unused #include "trace.h"
2014-01-23 20:27 ` [Qemu-devel] " Stefan Hajnoczi
@ 2014-01-24 10:24 ` Michael Tokarev
-1 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2014-01-24 10:24 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-trivial, qemu-devel
24.01.2014 00:27, Stefan Hajnoczi wrote:
> osdep.c does not use trace_*() so we can just drop the include.
Thanks, applied to the trivial-patches queue.
/mjt
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Qemu-devel] [PATCH] osdep: drop unused #include "trace.h"
@ 2014-01-24 10:24 ` Michael Tokarev
0 siblings, 0 replies; 6+ messages in thread
From: Michael Tokarev @ 2014-01-24 10:24 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-trivial, qemu-devel
24.01.2014 00:27, Stefan Hajnoczi wrote:
> osdep.c does not use trace_*() so we can just drop the include.
Thanks, applied to the trivial-patches queue.
/mjt
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-01-24 10:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 20:27 [Qemu-trivial] [PATCH] osdep: drop unused #include "trace.h" Stefan Hajnoczi
2014-01-23 20:27 ` [Qemu-devel] " Stefan Hajnoczi
2014-01-23 21:19 ` [Qemu-trivial] " Benoît Canet
2014-01-23 21:19 ` Benoît Canet
2014-01-24 10:24 ` [Qemu-trivial] " Michael Tokarev
2014-01-24 10:24 ` [Qemu-devel] " Michael Tokarev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.