Re: [Qemu-devel] [PATCH 0/5] xen: add Intel IGD passthrough support

2014-04-04 Thread Kevin O'Connor
On Fri, Feb 21, 2014 at 02:44:08PM +0800, Yang Zhang wrote: > From: Yang Zhang > > The following patches are ported from Xen Qemu-traditional branch which are > adding Intel IGD passthrough supporting to Qemu upstream. > > To pass through IGD to guest, user need to add following lines in Xen con

Re: [Qemu-devel] [PATCH 0/5] xen: add Intel IGD passthrough support

2014-02-27 Thread Stefano Stabellini
On Thu, 27 Feb 2014, Zhang, Yang Z wrote: > Zhang, Yang Z wrote on 2014-02-21: > > From: Yang Zhang > > > > The following patches are ported from Xen Qemu-traditional branch > > which are adding Intel IGD passthrough supporting to Qemu upstream. > > > > To pass through IGD to guest, user need to

Re: [Qemu-devel] [PATCH 0/5] xen: add Intel IGD passthrough support

2014-02-26 Thread Zhang, Yang Z
Zhang, Yang Z wrote on 2014-02-21: > From: Yang Zhang > > The following patches are ported from Xen Qemu-traditional branch > which are adding Intel IGD passthrough supporting to Qemu upstream. > > To pass through IGD to guest, user need to add following lines in Xen > config file: gfx_passthru=

[Qemu-devel] [PATCH 0/5] xen: add Intel IGD passthrough support

2014-02-20 Thread Yang Zhang
From: Yang Zhang The following patches are ported from Xen Qemu-traditional branch which are adding Intel IGD passthrough supporting to Qemu upstream. To pass through IGD to guest, user need to add following lines in Xen config file: gfx_passthru=1 pci=['00:02.0@2'] Besides, since Xen + Qemu up