Re: [RFC v3 0/8] vDPA support in qemu

2020-05-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200529140620.28759-1-l...@redhat.com/ Hi, This series failed the docker-mingw@fedora 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 === #!

Re: [RFC v3 0/8] vDPA support in qemu

2020-05-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200529140620.28759-1-l...@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 export

Re: [RFC v3 0/8] vDPA support in qemu

2020-05-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200529140620.28759-1-l...@redhat.com/ Hi, This series failed the docker-quick@centos7 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 ===

[RFC v3 0/8] vDPA support in qemu

2020-05-29 Thread Cindy Lu
vDPA device is a device that uses a datapath which complies with the virtio specifications with vendor specific control path. vDPA devices can be both physically located on the hardware or emulated by software. This RFC introduce the vDPA support in qemu TODO: 1) vIOMMU support 2) live migration