Re: [PATCH v2 00/12] vDPA support in qemu

2020-06-30 Thread Cindy Lu
Thanks Jason, I'm working in this, Will update a new version soon On Wed, Jul 1, 2020 at 1:29 PM Jason Wang wrote: > > > On 2020/7/1 上午2:06, no-re...@patchew.org wrote: > > Patchew URL: > > https://patchew.org/QEMU/20200630174937.25560-1-l...@redhat.com/ > > > > > > > > Hi, > > > > This series f

Re: [PATCH v2 00/12] vDPA support in qemu

2020-06-30 Thread Jason Wang
On 2020/7/1 上午2:06, no-re...@patchew.org wrote: Patchew URL: https://patchew.org/QEMU/20200630174937.25560-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 r

Re: [PATCH v2 00/12] vDPA support in qemu

2020-06-30 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200630174937.25560-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 === #! /

[PATCH v2 00/12] vDPA support in qemu

2020-06-30 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 PATCH introduce the vDPA support in qemu TODO 1) vIOMMU support 2) live migration