Re: [Qemu-devel] [PATCH v2 00/11] qemu: use virtio linux headers in portable code
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2013-05-28 06:23:01
Also in:
qemu-devel
From: "Michael S. Tsirkin" <mst@redhat.com>
Date: 2013-05-28 06:23:01
Also in:
qemu-devel
On Mon, May 27, 2013 at 11:14:47AM -0500, Anthony Liguori wrote:
quoted
Well specifically if_ether.h says GPLv2+ so it's OK for QEMU. Do you mean for some other non GPL app?Ignore QEMU for the moment. The headers say they are BSD licensed... but they include a GPLv2+ header.
Above is a bit misleading. To be precise, they don't include a GPLv2+ header. One header merely includes this line: #include <linux/if_ether.h> -- MST