Re: [Qemu-devel] [PATCH v3 0/6] Few fixes for userspace NVME driver

2019-07-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190703155944.9637-1-mlevi...@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 make

[Qemu-devel] [PATCH v3 0/6] Few fixes for userspace NVME driver

2019-07-03 Thread Maxim Levitsky
Compared to last submission, this series adds another patch, which implements support for image creation over the nvme drive like that: qemu-img create -f qcow2 nvme://:06:00.0/1 10G -o preallocation=metadata I also addressed the review comments. Best regards, Maxim Levitsky Maxim L