Re: [Qemu-devel] [PATCH for-2.7 0/8] libqos: use standard virtio headers

2016-04-26 Thread Stefan Hajnoczi
On Mon, Apr 25, 2016 at 03:09:14PM -0400, John Snow wrote: > On 04/25/2016 08:46 AM, Stefan Hajnoczi wrote: > > This patch series eliminates code duplication in libqos virtio. > > include/standard-headers/ contains the Linux virtio header files so we don't > > need to define our own version of the

Re: [Qemu-devel] [PATCH for-2.7 0/8] libqos: use standard virtio headers

2016-04-25 Thread John Snow
On 04/25/2016 08:46 AM, Stefan Hajnoczi wrote: > This patch series eliminates code duplication in libqos virtio. > include/standard-headers/ contains the Linux virtio header files so we don't > need to define our own version of the structs and constants. > Is that a good idea? I had thought som

[Qemu-devel] [PATCH for-2.7 0/8] libqos: use standard virtio headers

2016-04-25 Thread Stefan Hajnoczi
This patch series eliminates code duplication in libqos virtio. include/standard-headers/ contains the Linux virtio header files so we don't need to define our own version of the structs and constants. Stefan Hajnoczi (8): libqos: use virtio_ids.h for device ID definitions libqos: drop duplica