[libvirt] [PATCH] add pci passthrough impl to libxl

2013-05-16 Thread Chunyan Liu
Add pci passthrough implementation to libxl driver, using hostdev common library. --- src/libxl/libxl_conf.c | 44 src/libxl/libxl_driver.c | 21 - 2 files changed, 64 insertions(+), 1 deletions(-) diff --git

Re: [libvirt] patch for pci passthrough

2009-01-07 Thread Daniel Veillard
On Tue, Dec 16, 2008 at 03:02:11AM +0100, Jason Krieg wrote: Hi, This patch adds support for the -pcidevice host=bus:dev.func added in kvm-79 I used the structure as already defined in src/domain_conf.h so analog to usb one now can add pci devices as example: lspci: 06:02.0 Network

Re: [libvirt] patch for pci passthrough

2008-12-19 Thread Mark McLoughlin
Hi Jason, On Tue, 2008-12-16 at 03:02 +0100, Jason Krieg wrote: Hi, This patch adds support for the -pcidevice host=bus:dev.func added in kvm-79 I used the structure as already defined in src/domain_conf.h so analog to usb one now can add pci devices as example: lspci: 06:02.0

Re: [libvirt] patch for pci passthrough

2008-12-19 Thread Daniel P. Berrange
On Fri, Dec 19, 2008 at 02:04:43PM +, Mark McLoughlin wrote: Hi Jason, On Tue, 2008-12-16 at 03:02 +0100, Jason Krieg wrote: Hi, This patch adds support for the -pcidevice host=bus:dev.func added in kvm-79 I used the structure as already defined in src/domain_conf.h so

Re: [libvirt] patch for pci passthrough

2008-12-19 Thread Mark McLoughlin
On Fri, 2008-12-19 at 14:09 +, Daniel P. Berrange wrote: On Fri, Dec 19, 2008 at 02:04:43PM +, Mark McLoughlin wrote: Hi Jason, On Tue, 2008-12-16 at 03:02 +0100, Jason Krieg wrote: Hi, This patch adds support for the -pcidevice host=bus:dev.func added in kvm-79

Re: [libvirt] patch for pci passthrough

2008-12-19 Thread Daniel P. Berrange
On Fri, Dec 19, 2008 at 02:54:45PM +, Mark McLoughlin wrote: On Fri, 2008-12-19 at 14:09 +, Daniel P. Berrange wrote: On Fri, Dec 19, 2008 at 02:04:43PM +, Mark McLoughlin wrote: Hi Jason, On Tue, 2008-12-16 at 03:02 +0100, Jason Krieg wrote: Hi, This patch

[libvirt] patch for pci passthrough

2008-12-15 Thread Jason Krieg
Hi, This patch adds support for the -pcidevice host=bus:dev.func added in kvm-79 I used the structure as already defined in src/domain_conf.h so analog to usb one now can add pci devices as example: lspci: 06:02.0 Network controller: Eicon Networks Corporation Diva Server 2FX (rev 01)