Re: [Qemu-devel] [v3][PATCH 0/5] xen: introduce new machine for IGD passthrough

2014-08-05 Thread Chen, Tiejun
On 2014/8/4 21:51, Michael S. Tsirkin wrote: On Thu, Jul 31, 2014 at 08:09:30PM +0800, Tiejun Chen wrote: v3: * Drop patch #4 * Add one patch #1 from Michael * Rebase You added my patch but don't use it, so most of my comment weren't addressed. I guess I should cover those comments and post

Re: [Qemu-devel] [v3][PATCH 0/5] xen: introduce new machine for IGD passthrough

2014-08-04 Thread Michael S. Tsirkin
On Thu, Jul 31, 2014 at 08:09:30PM +0800, Tiejun Chen wrote: > v3: > > * Drop patch #4 > * Add one patch #1 from Michael > * Rebase You added my patch but don't use it, so most of my comment weren't addressed. Do you plan to send v4 to address them? > v2: > > * Fix some coding style > * New pa

[Qemu-devel] [v3][PATCH 0/5] xen: introduce new machine for IGD passthrough

2014-07-31 Thread Tiejun Chen
v3: * Drop patch #4 * Add one patch #1 from Michael * Rebase v2: * Fix some coding style * New patch to separate i440fx_init * Just add prefix with XEN_IGD_PASSTHROUGH/xen_igd_passthrough * Based on patch #2 to regenerate * Unify prefix with XEN_IGD_PASSTHROUGH/xen_igd_passthrough like patch #3