qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: vhost.c: include <linux/vhost.h> last


From: Aurelien Jarno
Subject: Re: [Qemu-devel] Re: vhost.c: include <linux/vhost.h> last
Date: Wed, 14 Apr 2010 00:12:19 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Apr 08, 2010 at 11:48:56PM +0300, Michael S. Tsirkin wrote:
> On Thu, Apr 08, 2010 at 05:49:50PM -0300, Marcelo Tosatti wrote:
> > 
> > So the userspace headers define KERNEL_STRICT_NAMES and there's no
> > conflict on type definition for older kernels.
> > 
> > igned-off-by: Marcelo Tosatti <address@hidden>
> 
> Acked-by: Michael S. Tsirkin <address@hidden>

Thanks, applied.

> > diff --git a/hw/vhost.c b/hw/vhost.c
> > index ad2f98a..d37a66e 100644
> > --- a/hw/vhost.c
> > +++ b/hw/vhost.c
> > @@ -10,13 +10,13 @@
> >   * the COPYING file in the top-level directory.
> >   */
> >  
> > -#include <linux/vhost.h>
> >  #include <sys/ioctl.h>
> >  #include <sys/eventfd.h>
> >  #include "vhost.h"
> >  #include "hw/hw.h"
> >  /* For range_get_last */
> >  #include "pci.h"
> > +#include <linux/vhost.h>
> >  
> >  static void vhost_dev_sync_region(struct vhost_dev *dev,
> >                                    uint64_t mfirst, uint64_t mlast,
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net




reply via email to

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