* [Qemu-devel] [PATCH] Remove twice include of qemu-common.h
@ 2013-05-08 4:39 qiaonuohan
2013-05-13 5:34 ` Peter Crosthwaite
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: qiaonuohan @ 2013-05-08 4:39 UTC (permalink / raw)
To: qemu-devel; +Cc: Qiao Nuohan
From: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
This patch is used to remove twice include of "qemu-common.h" in
block/win32-aio.c
Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
---
block/win32-aio.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/block/win32-aio.c b/block/win32-aio.c
index 5d0fbbf..fcb7c75 100644
--- a/block/win32-aio.c
+++ b/block/win32-aio.c
@@ -25,7 +25,6 @@
#include "qemu/timer.h"
#include "block/block_int.h"
#include "qemu/module.h"
-#include "qemu-common.h"
#include "block/aio.h"
#include "raw-aio.h"
#include "qemu/event_notifier.h"
--
1.7.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Remove twice include of qemu-common.h
2013-05-08 4:39 [Qemu-devel] [PATCH] Remove twice include of qemu-common.h qiaonuohan
@ 2013-05-13 5:34 ` Peter Crosthwaite
2013-05-13 5:34 ` Stefan Weil
2013-05-14 6:04 ` Michael Tokarev
2 siblings, 0 replies; 7+ messages in thread
From: Peter Crosthwaite @ 2013-05-13 5:34 UTC (permalink / raw)
To: qiaonuohan; +Cc: qemu-trivial, qemu-devel
cc qemu-trivial
Thanks for the patch.
Regards,
Peter
On Wed, May 8, 2013 at 2:39 PM, <qiaonuohan@cn.fujitsu.com> wrote:
> From: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
>
> This patch is used to remove twice include of "qemu-common.h" in
> block/win32-aio.c
>
> Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
> ---
> block/win32-aio.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/block/win32-aio.c b/block/win32-aio.c
> index 5d0fbbf..fcb7c75 100644
> --- a/block/win32-aio.c
> +++ b/block/win32-aio.c
> @@ -25,7 +25,6 @@
> #include "qemu/timer.h"
> #include "block/block_int.h"
> #include "qemu/module.h"
> -#include "qemu-common.h"
> #include "block/aio.h"
> #include "raw-aio.h"
> #include "qemu/event_notifier.h"
> --
> 1.7.1
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] Remove twice include of qemu-common.h
@ 2013-05-13 5:34 ` Peter Crosthwaite
0 siblings, 0 replies; 7+ messages in thread
From: Peter Crosthwaite @ 2013-05-13 5:34 UTC (permalink / raw)
To: qiaonuohan; +Cc: qemu-trivial, qemu-devel
cc qemu-trivial
Thanks for the patch.
Regards,
Peter
On Wed, May 8, 2013 at 2:39 PM, <qiaonuohan@cn.fujitsu.com> wrote:
> From: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
>
> This patch is used to remove twice include of "qemu-common.h" in
> block/win32-aio.c
>
> Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
> ---
> block/win32-aio.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/block/win32-aio.c b/block/win32-aio.c
> index 5d0fbbf..fcb7c75 100644
> --- a/block/win32-aio.c
> +++ b/block/win32-aio.c
> @@ -25,7 +25,6 @@
> #include "qemu/timer.h"
> #include "block/block_int.h"
> #include "qemu/module.h"
> -#include "qemu-common.h"
> #include "block/aio.h"
> #include "raw-aio.h"
> #include "qemu/event_notifier.h"
> --
> 1.7.1
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Remove twice include of qemu-common.h
2013-05-08 4:39 [Qemu-devel] [PATCH] Remove twice include of qemu-common.h qiaonuohan
@ 2013-05-13 5:34 ` Stefan Weil
2013-05-13 5:34 ` Stefan Weil
2013-05-14 6:04 ` Michael Tokarev
2 siblings, 0 replies; 7+ messages in thread
From: Stefan Weil @ 2013-05-13 5:34 UTC (permalink / raw)
To: qiaonuohan; +Cc: qemu-trivial, qemu-devel
Am 08.05.2013 06:39, schrieb qiaonuohan@cn.fujitsu.com:
> From: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
>
> This patch is used to remove twice include of "qemu-common.h" in
> block/win32-aio.c
>
> Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
> ---
> block/win32-aio.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/block/win32-aio.c b/block/win32-aio.c
> index 5d0fbbf..fcb7c75 100644
> --- a/block/win32-aio.c
> +++ b/block/win32-aio.c
> @@ -25,7 +25,6 @@
> #include "qemu/timer.h"
> #include "block/block_int.h"
> #include "qemu/module.h"
> -#include "qemu-common.h"
> #include "block/aio.h"
> #include "raw-aio.h"
> #include "qemu/event_notifier.h"
Reviewed-by: Stefan Weil <sw@weilnetz.de>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] [PATCH] Remove twice include of qemu-common.h
@ 2013-05-13 5:34 ` Stefan Weil
0 siblings, 0 replies; 7+ messages in thread
From: Stefan Weil @ 2013-05-13 5:34 UTC (permalink / raw)
To: qiaonuohan; +Cc: qemu-trivial, qemu-devel
Am 08.05.2013 06:39, schrieb qiaonuohan@cn.fujitsu.com:
> From: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
>
> This patch is used to remove twice include of "qemu-common.h" in
> block/win32-aio.c
>
> Signed-off-by: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
> ---
> block/win32-aio.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/block/win32-aio.c b/block/win32-aio.c
> index 5d0fbbf..fcb7c75 100644
> --- a/block/win32-aio.c
> +++ b/block/win32-aio.c
> @@ -25,7 +25,6 @@
> #include "qemu/timer.h"
> #include "block/block_int.h"
> #include "qemu/module.h"
> -#include "qemu-common.h"
> #include "block/aio.h"
> #include "raw-aio.h"
> #include "qemu/event_notifier.h"
Reviewed-by: Stefan Weil <sw@weilnetz.de>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Remove twice include of qemu-common.h
2013-05-08 4:39 [Qemu-devel] [PATCH] Remove twice include of qemu-common.h qiaonuohan
@ 2013-05-14 6:04 ` Michael Tokarev
2013-05-13 5:34 ` Stefan Weil
2013-05-14 6:04 ` Michael Tokarev
2 siblings, 0 replies; 7+ messages in thread
From: Michael Tokarev @ 2013-05-14 6:04 UTC (permalink / raw)
To: qiaonuohan; +Cc: qemu-trivial, qemu-devel
08.05.2013 08:39, qiaonuohan@cn.fujitsu.com wrote:
> From: Qiao Nuohan <qiaonuohan@cn.fujitsu.com>
>
> This patch is used to remove twice include of "qemu-common.h" in
> block/win32-aio.c
Thanks, applied to the trivial patches queue.
/mjt
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-05-14 6:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 4:39 [Qemu-devel] [PATCH] Remove twice include of qemu-common.h qiaonuohan
2013-05-13 5:34 ` [Qemu-trivial] " Peter Crosthwaite
2013-05-13 5:34 ` Peter Crosthwaite
2013-05-13 5:34 ` [Qemu-trivial] " Stefan Weil
2013-05-13 5:34 ` Stefan Weil
2013-05-14 6:04 ` [Qemu-trivial] " Michael Tokarev
2013-05-14 6:04 ` 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.