[Qemu-devel] [PATCH] main-loop: remove unused header file

Li Qiang posted 1 patch 5 years, 4 months ago
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1545028456-2797-1-git-send-email-liq3ea@gmail.com
util/main-loop.c | 1 -
1 file changed, 1 deletion(-)
[Qemu-devel] [PATCH] main-loop: remove unused header file
Posted by Li Qiang 5 years, 4 months ago
Signed-off-by: Li Qiang <liq3ea@gmail.com>
---
 util/main-loop.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/util/main-loop.c b/util/main-loop.c
index affe0403c5..845a4b1f13 100644
--- a/util/main-loop.c
+++ b/util/main-loop.c
@@ -26,7 +26,6 @@
 #include "qapi/error.h"
 #include "qemu/cutils.h"
 #include "qemu/timer.h"
-#include "qemu/sockets.h"	// struct in_addr needed for libslirp.h
 #include "sysemu/qtest.h"
 #include "sysemu/cpus.h"
 #include "sysemu/replay.h"
-- 
2.11.0


Re: [Qemu-devel] [PATCH] main-loop: remove unused header file
Posted by Li Qiang 5 years, 3 months ago
Ping...

Thanks,
Li Qiang

Li Qiang <liq3ea@gmail.com> 于2018年12月17日周一 下午2:34写道:

> Signed-off-by: Li Qiang <liq3ea@gmail.com>
> ---
>  util/main-loop.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/util/main-loop.c b/util/main-loop.c
> index affe0403c5..845a4b1f13 100644
> --- a/util/main-loop.c
> +++ b/util/main-loop.c
> @@ -26,7 +26,6 @@
>  #include "qapi/error.h"
>  #include "qemu/cutils.h"
>  #include "qemu/timer.h"
> -#include "qemu/sockets.h"      // struct in_addr needed for libslirp.h
>  #include "sysemu/qtest.h"
>  #include "sysemu/cpus.h"
>  #include "sysemu/replay.h"
> --
> 2.11.0
>
>
Re: [Qemu-devel] [PATCH] main-loop: remove unused header file
Posted by Stefan Hajnoczi 5 years, 3 months ago
On Sun, Dec 16, 2018 at 10:34:16PM -0800, Li Qiang wrote:
> Signed-off-by: Li Qiang <liq3ea@gmail.com>
> ---

A candidate for the trivial patches tree.

>  util/main-loop.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/util/main-loop.c b/util/main-loop.c
> index affe0403c5..845a4b1f13 100644
> --- a/util/main-loop.c
> +++ b/util/main-loop.c
> @@ -26,7 +26,6 @@
>  #include "qapi/error.h"
>  #include "qemu/cutils.h"
>  #include "qemu/timer.h"
> -#include "qemu/sockets.h"	// struct in_addr needed for libslirp.h
>  #include "sysemu/qtest.h"
>  #include "sysemu/cpus.h"
>  #include "sysemu/replay.h"
> -- 
> 2.11.0
> 
>