Re: [Qemu-devel] [PATCH RFC v4 02/20] vfio: introduce vfio_get_vaddr()

2017-01-23 Thread Alex Williamson
On Tue, 24 Jan 2017 11:28:18 +0800 Peter Xu wrote: > On Mon, Jan 23, 2017 at 11:49:05AM -0700, Alex Williamson wrote: > > On Fri, 20 Jan 2017 21:08:38 +0800 > > Peter Xu wrote: > > > > > A cleanup for vfio_iommu_map_notify(). Should have no functional

Re: [Qemu-devel] [PATCH RFC v4 02/20] vfio: introduce vfio_get_vaddr()

2017-01-23 Thread Peter Xu
On Mon, Jan 23, 2017 at 11:49:05AM -0700, Alex Williamson wrote: > On Fri, 20 Jan 2017 21:08:38 +0800 > Peter Xu wrote: > > > A cleanup for vfio_iommu_map_notify(). Should have no functional change, > > just to make the function shorter and easier to understand. > > > >

Re: [Qemu-devel] [PATCH RFC v4 02/20] vfio: introduce vfio_get_vaddr()

2017-01-23 Thread Alex Williamson
On Fri, 20 Jan 2017 21:08:38 +0800 Peter Xu wrote: > A cleanup for vfio_iommu_map_notify(). Should have no functional change, > just to make the function shorter and easier to understand. > > Signed-off-by: Peter Xu > --- > hw/vfio/common.c | 58 >

[Qemu-devel] [PATCH RFC v4 02/20] vfio: introduce vfio_get_vaddr()

2017-01-20 Thread Peter Xu
A cleanup for vfio_iommu_map_notify(). Should have no functional change, just to make the function shorter and easier to understand. Signed-off-by: Peter Xu --- hw/vfio/common.c | 58 +--- 1 file changed, 38 insertions(+),