Re: [Qemu-devel] [PATCH V5 0/6] Packed virtqueue for virtrio

2019-08-01 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190802040606.22573-1-jasow...@redhat.com/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash mak

[Qemu-devel] [PATCH V5 0/6] Packed virtqueue for virtrio

2019-08-01 Thread Jason Wang
Hi: This is an updated version of packed virtqueue support based on Wei's V4. Tested with, virtio-blk, virito-net (with vhost_net), virtio-scsi, scp during migration etc. Please review. Changes from V4: - using SET/GET_VRING_BASE to set/get last_used_idx/wrap_counter - fix virtqueue_pop_packed(