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

2016-06-14 Thread Stefan Hajnoczi
On Mon, May 09, 2016 at 01:47:33PM +0100, Stefan Hajnoczi wrote: > v2: > * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc] > > 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 ou

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

2016-06-14 Thread Stefan Hajnoczi
On Mon, Jun 13, 2016 at 05:40:42PM -0400, John Snow wrote: > On 05/09/2016 08:47 AM, Stefan Hajnoczi wrote: > > v2: > > * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc] > > > > This patch series eliminates code duplication in libqos virtio. > > include/standard-headers/ contains the Linu

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

2016-06-13 Thread John Snow
On 05/09/2016 08:47 AM, Stefan Hajnoczi wrote: > v2: > * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc] > > 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

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

2016-05-10 Thread Paolo Bonzini
On 10/05/2016 11:59, Stefan Hajnoczi wrote: > > I still dream of having qtests written in Python; I agree that for now > > this makes sense. > > Is there any particular Python feature that you miss? I would like to use QMP more and to autodiscover buses (so that every SCSI test can be run on bo

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

2016-05-10 Thread Stefan Hajnoczi
On Mon, May 09, 2016 at 03:57:13PM +0200, Paolo Bonzini wrote: > > > On 09/05/2016 14:47, Stefan Hajnoczi wrote: > > v2: > > * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc] > > > > This patch series eliminates code duplication in libqos virtio. > > include/standard-headers/ contains t

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

2016-05-09 Thread Paolo Bonzini
On 09/05/2016 14:47, Stefan Hajnoczi wrote: > v2: > * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc] > > 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 th

[Qemu-devel] [RESEND PATCH v3 0/8] libqos: use standard virtio headers

2016-05-09 Thread Stefan Hajnoczi
v2: * Fix missing s/X/(1u << X)/ conversion in Patch 3 [Marc] 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: u