Re: [PATCH 1/5] tests/libqos: mask out VIRTIO_F_RING_PACKED for now

2020-05-22 Thread Thomas Huth
> From: "Stefan Hajnoczi" > Sent: Friday, May 22, 2020 7:17:22 PM > > The libqos VIRTIO code does not implement the packed virtqueue layout > yet. Mask out the feature bit for now because tests have a habit of > enabling all device feature Sounds like we should rather fix these tests in the long

[PATCH 1/5] tests/libqos: mask out VIRTIO_F_RING_PACKED for now

2020-05-22 Thread Stefan Hajnoczi
The libqos VIRTIO code does not implement the packed virtqueue layout yet. Mask out the feature bit for now because tests have a habit of enabling all device feature bits and we don't want packed virtqueues to be enabled. Later patches will enable VIRTIO_F_RING_PACKED so prepare libqos now. Cc: T