* [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h
@ 2010-07-28 22:50 Mike McCormack
2010-07-29 9:19 ` Stefan Hajnoczi
2010-07-30 21:25 ` Aurelien Jarno
0 siblings, 2 replies; 3+ messages in thread
From: Mike McCormack @ 2010-07-28 22:50 UTC (permalink / raw)
To: qemu-devel; +Cc: stefanha
This header is not present on my system and causes a build
failure, but is also not used in these files, so remove it.
Signed-off-by: Mike McCormack <mikem@ring3k.org>
---
hw/vhost.c | 1 -
hw/vhost_net.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/hw/vhost.c b/hw/vhost.c
index 65709d0..34c4745 100644
--- a/hw/vhost.c
+++ b/hw/vhost.c
@@ -11,7 +11,6 @@
*/
#include <sys/ioctl.h>
-#include <sys/eventfd.h>
#include "vhost.h"
#include "hw/hw.h"
/* For range_get_last */
diff --git a/hw/vhost_net.c b/hw/vhost_net.c
index 606aa0c..0c00de2 100644
--- a/hw/vhost_net.c
+++ b/hw/vhost_net.c
@@ -20,7 +20,6 @@
#ifdef CONFIG_VHOST_NET
#include <linux/vhost.h>
-#include <sys/eventfd.h>
#include <sys/socket.h>
#include <linux/kvm.h>
#include <fcntl.h>
--
1.5.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h
2010-07-28 22:50 [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h Mike McCormack
@ 2010-07-29 9:19 ` Stefan Hajnoczi
2010-07-30 21:25 ` Aurelien Jarno
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2010-07-29 9:19 UTC (permalink / raw)
To: Mike McCormack; +Cc: qemu-devel
On Wed, Jul 28, 2010 at 11:50 PM, Mike McCormack <mikem@ring3k.org> wrote:
> This header is not present on my system and causes a build
> failure, but is also not used in these files, so remove it.
>
> Signed-off-by: Mike McCormack <mikem@ring3k.org>
> ---
> hw/vhost.c | 1 -
> hw/vhost_net.c | 1 -
> 2 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/hw/vhost.c b/hw/vhost.c
> index 65709d0..34c4745 100644
> --- a/hw/vhost.c
> +++ b/hw/vhost.c
> @@ -11,7 +11,6 @@
> */
>
> #include <sys/ioctl.h>
> -#include <sys/eventfd.h>
> #include "vhost.h"
> #include "hw/hw.h"
> /* For range_get_last */
> diff --git a/hw/vhost_net.c b/hw/vhost_net.c
> index 606aa0c..0c00de2 100644
> --- a/hw/vhost_net.c
> +++ b/hw/vhost_net.c
> @@ -20,7 +20,6 @@
>
> #ifdef CONFIG_VHOST_NET
> #include <linux/vhost.h>
> -#include <sys/eventfd.h>
> #include <sys/socket.h>
> #include <linux/kvm.h>
> #include <fcntl.h>
> --
> 1.5.6.5
Looks good.
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h
2010-07-28 22:50 [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h Mike McCormack
2010-07-29 9:19 ` Stefan Hajnoczi
@ 2010-07-30 21:25 ` Aurelien Jarno
1 sibling, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2010-07-30 21:25 UTC (permalink / raw)
To: Mike McCormack; +Cc: stefanha, qemu-devel
On Thu, Jul 29, 2010 at 07:50:14AM +0900, Mike McCormack wrote:
> This header is not present on my system and causes a build
> failure, but is also not used in these files, so remove it.
>
> Signed-off-by: Mike McCormack <mikem@ring3k.org>
> ---
> hw/vhost.c | 1 -
> hw/vhost_net.c | 1 -
> 2 files changed, 0 insertions(+), 2 deletions(-)
Thanks, applied.
> diff --git a/hw/vhost.c b/hw/vhost.c
> index 65709d0..34c4745 100644
> --- a/hw/vhost.c
> +++ b/hw/vhost.c
> @@ -11,7 +11,6 @@
> */
>
> #include <sys/ioctl.h>
> -#include <sys/eventfd.h>
> #include "vhost.h"
> #include "hw/hw.h"
> /* For range_get_last */
> diff --git a/hw/vhost_net.c b/hw/vhost_net.c
> index 606aa0c..0c00de2 100644
> --- a/hw/vhost_net.c
> +++ b/hw/vhost_net.c
> @@ -20,7 +20,6 @@
>
> #ifdef CONFIG_VHOST_NET
> #include <linux/vhost.h>
> -#include <sys/eventfd.h>
> #include <sys/socket.h>
> #include <linux/kvm.h>
> #include <fcntl.h>
> --
> 1.5.6.5
>
>
>
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-30 21:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-28 22:50 [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h Mike McCormack
2010-07-29 9:19 ` Stefan Hajnoczi
2010-07-30 21:25 ` Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).