qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/6] vhost-user-server: drop unused #include <eventfd.h>


From: Coiby Xu
Subject: Re: [PATCH 2/6] vhost-user-server: drop unused #include <eventfd.h>
Date: Mon, 17 Aug 2020 20:49:27 +0800

On Fri, Jun 19, 2020 at 01:00:42PM +0100, Stefan Hajnoczi wrote:
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
util/vhost-user-server.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/util/vhost-user-server.c b/util/vhost-user-server.c
index e94a8d8a83..49ada8bc78 100644
--- a/util/vhost-user-server.c
+++ b/util/vhost-user-server.c
@@ -7,7 +7,6 @@
 * later.  See the COPYING file in the top-level directory.
 */
#include "qemu/osdep.h"
-#include <sys/eventfd.h>
#include "qemu/main-loop.h"
#include "vhost-user-server.h"

--
2.26.2


All the patches have been applied to v10. I'm curious how do you find
this issue. Is there a tool to detect this issue or simply you are so
familiar with the QEMU code that you can spot it very easily?

--
Best regards,
Coiby



reply via email to

[Prev in Thread] Current Thread [Next in Thread]