All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Mike McCormack <mikem@ring3k.org>
Cc: stefanha@gmail.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 1/1] Remove unused eventfd.h
Date: Fri, 30 Jul 2010 23:25:57 +0200	[thread overview]
Message-ID: <20100730212557.GG20459@volta.aurel32.net> (raw)
In-Reply-To: <4C50B426.50706@ring3k.org>

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

      parent reply	other threads:[~2010-07-30 21:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100730212557.GG20459@volta.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=mikem@ring3k.org \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.