[Qemu-devel] [PATCH] qdev: drop unused #include "sysemu/iothread.h"

Stefan Hajnoczi posted 1 patch 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171205133954.31006-1-stefanha@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
hw/core/qdev-properties-system.c | 1 -
1 file changed, 1 deletion(-)
[Qemu-devel] [PATCH] qdev: drop unused #include "sysemu/iothread.h"
Posted by Stefan Hajnoczi 6 years, 4 months ago
Commit 1351d1ec89eabebc9fdff20451a62c413d7accc1 ("qdev: drop iothread
property type") forgot to remove this include.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 hw/core/qdev-properties-system.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/core/qdev-properties-system.c b/hw/core/qdev-properties-system.c
index ec10da7424..e6a697c39a 100644
--- a/hw/core/qdev-properties-system.c
+++ b/hw/core/qdev-properties-system.c
@@ -21,7 +21,6 @@
 #include "net/hub.h"
 #include "qapi/visitor.h"
 #include "chardev/char-fe.h"
-#include "sysemu/iothread.h"
 
 static void get_pointer(Object *obj, Visitor *v, Property *prop,
                         char *(*print)(void *ptr),
-- 
2.14.3


Re: [Qemu-devel] [PATCH] qdev: drop unused #include "sysemu/iothread.h"
Posted by Stefan Hajnoczi 6 years, 4 months ago
On Tue, Dec 05, 2017 at 01:39:54PM +0000, Stefan Hajnoczi wrote:
> Commit 1351d1ec89eabebc9fdff20451a62c413d7accc1 ("qdev: drop iothread
> property type") forgot to remove this include.
> 
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  hw/core/qdev-properties-system.c | 1 -
>  1 file changed, 1 deletion(-)

Thanks, applied to my block-next tree:
https://github.com/stefanha/qemu/commits/block-next

Stefan