Re: [Qemu-devel] [PATCH] dataplane: use linux-headers/ for virtio includes
Thanks, applied. Regards, Anthony Liguori
[Qemu-devel] [PATCH] dataplane: use linux-headers/ for virtio includes
The hw/dataplane/vring.c code includes linux/virtio_ring.h. Ensure that we use linux-headers/ instead of the system-wide headers, which may be out-of-date on older distros. This resolves the following build error on Debian 6: CChw/dataplane/vring.o cc1: warnings being treated as errors hw/