Re: [Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc enhances

2017-02-27 Thread Peter Xu
On Tue, Feb 07, 2017 at 04:28:02PM +0800, Peter Xu wrote: > This is v7 of vt-d vfio enablement series. > > v7: > - for the two traces patches: Change subjects. Remove vtd_err() and > vtd_err_nonzero_rsvd() tracers, instead using standalone trace for > each of the places. Don't remove any DPRIN

Re: [Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc enhances

2017-02-20 Thread Alex Williamson
On Mon, 20 Feb 2017 15:47:31 +0800 Peter Xu wrote: > On Fri, Feb 17, 2017 at 10:18:35AM -0700, Alex Williamson wrote: > > On Tue, 7 Feb 2017 16:28:02 +0800 > > Peter Xu wrote: > > > > > This is v7 of vt-d vfio enablement series. > > [snip] > > > = > > > Test Done > > > =

Re: [Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc enhances

2017-02-20 Thread Peter Xu
; > Cc: Lan, Tianyu ; Tian, Kevin ; > > m...@redhat.com; jan.kis...@siemens.com; jasow...@redhat.com; qemu- > > de...@nongnu.org; bd.a...@gmail.com; David Gibson > > > > Subject: Re: [Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc > > enhances > &

Re: [Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc enhances

2017-02-20 Thread Liu, Yi L
w...@redhat.com; qemu- > de...@nongnu.org; bd.a...@gmail.com; David Gibson > > Subject: Re: [Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc > enhances > > On Fri, Feb 17, 2017 at 10:18:35AM -0700, Alex Williamson wrote: > > On Tue, 7 Feb 2017 16:28:02 +0800 &g

Re: [Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc enhances

2017-02-19 Thread Peter Xu
On Fri, Feb 17, 2017 at 10:18:35AM -0700, Alex Williamson wrote: > On Tue, 7 Feb 2017 16:28:02 +0800 > Peter Xu wrote: > > > This is v7 of vt-d vfio enablement series. > [snip] > > = > > Test Done > > = > > > > Build test passed for x86_64/arm/ppc64. > > > > Simply tested with

Re: [Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc enhances

2017-02-17 Thread Alex Williamson
On Tue, 7 Feb 2017 16:28:02 +0800 Peter Xu wrote: > This is v7 of vt-d vfio enablement series. [snip] > = > Test Done > = > > Build test passed for x86_64/arm/ppc64. > > Simply tested with x86_64, assigning two PCI devices to a single VM, > boot the VM using: > > bin=x86_64-so

[Qemu-devel] [PATCH v7 00/17] VT-d: vfio enablement and misc enhances

2017-02-07 Thread Peter Xu
This is v7 of vt-d vfio enablement series. v7: - for the two traces patches: Change subjects. Remove vtd_err() and vtd_err_nonzero_rsvd() tracers, instead using standalone trace for each of the places. Don't remove any DPRINTF() if there is no replacement. [Jason] - add r-b and a-b for Alex/