Re: [libvirt] [PATCH 4/5] qemu: Check if PCI passhtrough is available in the host when starting

2013-09-23 Thread Laine Stump
On 09/23/2013 02:39 AM, Peter Krempa wrote: > On 09/20/13 13:57, Daniel P. Berrange wrote: >> On Fri, Sep 20, 2013 at 11:06:59AM +0200, Peter Krempa wrote: >>> Check the presence of the selected PCI passthrough option when starting >>> a VM. >>> --- >>> src/qemu/qemu_process.c | 41 +++

Re: [libvirt] [PATCH 4/5] qemu: Check if PCI passhtrough is available in the host when starting

2013-09-22 Thread Peter Krempa
On 09/20/13 13:57, Daniel P. Berrange wrote: > On Fri, Sep 20, 2013 at 11:06:59AM +0200, Peter Krempa wrote: >> Check the presence of the selected PCI passthrough option when starting >> a VM. >> --- >> src/qemu/qemu_process.c | 41 + >> 1 file changed, 41 i

Re: [libvirt] [PATCH 4/5] qemu: Check if PCI passhtrough is available in the host when starting

2013-09-20 Thread Daniel P. Berrange
On Fri, Sep 20, 2013 at 11:06:59AM +0200, Peter Krempa wrote: > Check the presence of the selected PCI passthrough option when starting > a VM. > --- > src/qemu/qemu_process.c | 41 + > 1 file changed, 41 insertions(+) > > diff --git a/src/qemu/qemu_process

[libvirt] [PATCH 4/5] qemu: Check if PCI passhtrough is available in the host when starting

2013-09-20 Thread Peter Krempa
Check the presence of the selected PCI passthrough option when starting a VM. --- src/qemu/qemu_process.c | 41 + 1 file changed, 41 insertions(+) diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c index dd16f6c..e36ab99 100644 --- a/src/qemu/qe