qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] net: Adding netmap network backend


From: Michael Tokarev
Subject: Re: [Qemu-devel] net: Adding netmap network backend
Date: Wed, 12 Feb 2014 22:01:01 +0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

After this patch, qemu fails to build on freebsd with the following
error message:

net/netmap.c: In function 'netmap_receive_iov':
net/netmap.c:307: error: 'NS_MOREFRAG' undeclared (first use in this function)
net/netmap.c:307: error: (Each undeclared identifier is reported only once
net/netmap.c:307: error: for each function it appears in.)
net/netmap.c: In function 'netmap_send':
net/netmap.c:356: error: 'NS_MOREFRAG' undeclared (first use in this function)
gmake: *** [net/netmap.o] Error 1

I didn't enable netmap support by default, configure enabled it
automatically.

Freebsd has /usr/include/net/netmap.h and netmap_user.h out of the box.
I've no idea what is inside and how compatible it is with whatever
qemu expects.

I had to explicitly use --disable-netmap for qemu to build on freebsd.

This is FreeBSD 9.1-RELEASE, FWIW.

Thanks,

/mjt



reply via email to

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