Re: [Qemu-devel] [PATCH RFC v4 00/20] VT-d: vfio enablement and misc enhances

2017-01-23 Thread Peter Xu
On Mon, Jan 23, 2017 at 05:55:51PM +0200, Michael S. Tsirkin wrote: > On Fri, Jan 20, 2017 at 09:08:36PM +0800, Peter Xu wrote: > > This is v4 of vt-d vfio enablement series. > > > > Sorry that v4 growed to 20 patches. Some newly added patches (which > > are quite necessary): > > > > [01/20] vfio

Re: [Qemu-devel] [PATCH RFC v4 00/20] VT-d: vfio enablement and misc enhances

2017-01-23 Thread Michael S. Tsirkin
On Fri, Jan 20, 2017 at 09:08:36PM +0800, Peter Xu wrote: > This is v4 of vt-d vfio enablement series. > > Sorry that v4 growed to 20 patches. Some newly added patches (which > are quite necessary): > > [01/20] vfio: trace map/unmap for notify as well > [02/20] vfio: introduce vfio_get_vaddr() >

[Qemu-devel] [PATCH RFC v4 00/20] VT-d: vfio enablement and misc enhances

2017-01-20 Thread Peter Xu
This is v4 of vt-d vfio enablement series. Sorry that v4 growed to 20 patches. Some newly added patches (which are quite necessary): [01/20] vfio: trace map/unmap for notify as well [02/20] vfio: introduce vfio_get_vaddr() [03/20] vfio: allow to notify unmap for very large region Patches from