Re: [PATCH v2 0/7] virtio: enable VIRTIO_F_RING_PACKED for all devices

2020-06-09 Thread Michael S. Tsirkin
On Tue, Jun 09, 2020 at 06:02:11PM +0100, Stefan Hajnoczi wrote: > v2: > * Add libvhost-user VHOST_USER_GET_FEATURES patch to start reporting feature >bits correctly (already reviewed by Marc-André Lureau) > * Rephrase doc comments and drop vhost_get_default_features() [Jason] > * Simplify

[PATCH v2 0/7] virtio: enable VIRTIO_F_RING_PACKED for all devices

2020-06-09 Thread Stefan Hajnoczi
v2: * Add libvhost-user VHOST_USER_GET_FEATURES patch to start reporting feature bits correctly (already reviewed by Marc-André Lureau) * Rephrase doc comments and drop vhost_get_default_features() [Jason] * Simplify hw/core/machine.c compat props by setting packed=off on the virtio-dev ba