Re: [libvirt] [PATCH v3 2/3] Add PCI-Express root to ARM virt machine

2015-07-08 Thread Ján Tomko
On Tue, Jul 07, 2015 at 10:51:45AM +0300, Pavel Fedin wrote: > Hello! > > > Is there a way where we would make this configurable? Since the "virt" > > machine types use the MMIO bus by default we should make the PCI bus > > configurable since not everybody might want to add it actually. > > Wha

Re: [libvirt] [PATCH v3 2/3] Add PCI-Express root to ARM virt machine

2015-07-07 Thread Pavel Fedin
Hello! > Is there a way where we would make this configurable? Since the "virt" > machine types use the MMIO bus by default we should make the PCI bus > configurable since not everybody might want to add it actually. What exactly do you mean? In qemu this is not configurable, it's just there.

Re: [libvirt] [PATCH v3 2/3] Add PCI-Express root to ARM virt machine

2015-07-07 Thread Peter Krempa
On Mon, Jul 06, 2015 at 15:59:26 +0300, Pavel Fedin wrote: > Add PCI Express root complex if the corresponding capability is present > > Signed-off-by: Pavel Fedin > --- > src/qemu/qemu_domain.c | 12 > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/src/qemu/qemu_

[libvirt] [PATCH v3 2/3] Add PCI-Express root to ARM virt machine

2015-07-06 Thread Pavel Fedin
Add PCI Express root complex if the corresponding capability is present Signed-off-by: Pavel Fedin --- src/qemu/qemu_domain.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index f9bf32c..36f411d 100644 --- a/src/q