Revision 15a2cb7b hw/vhost.c

b/hw/vhost.c
10 10
 * the COPYING file in the top-level directory.
11 11
 */
12 12

  
13
#include <linux/vhost.h>
14 13
#include <sys/ioctl.h>
15 14
#include <sys/eventfd.h>
16 15
#include "vhost.h"
17 16
#include "hw/hw.h"
18 17
/* For range_get_last */
19 18
#include "pci.h"
19
#include <linux/vhost.h>
20 20

  
21 21
static void vhost_dev_sync_region(struct vhost_dev *dev,
22 22
                                  uint64_t mfirst, uint64_t mlast,

Also available in: Unified diff