Revision 35f75462

b/hw/vhost_net.c
15 15

  
16 16
#include "virtio-net.h"
17 17
#include "vhost_net.h"
18
#include "qemu-error.h"
18 19

  
19 20
#include "config.h"
20 21

  
......
203 204
struct vhost_net *vhost_net_init(VLANClientState *backend, int devfd,
204 205
                                 bool force)
205 206
{
207
    error_report("vhost-net support is not compiled in");
206 208
    return NULL;
207 209
}
208 210

  

Also available in: Unified diff