[libvirt] [PATCH v2] Fix disability to run on systems with no PCI bus

2011-04-22 Thread Michal Privoznik
The patch which moved libpciaccess initialization to one place caused regression - we were not able to run on system with no PCI bus, like s390(x). --- src/node_device/node_device_udev.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/node_device/node_device_ud

Re: [libvirt] [PATCH v2] Fix disability to run on systems with no PCI bus

2011-04-22 Thread Diego Elio Pettenò
Il giorno ven, 22/04/2011 alle 14.24 +0200, Michal Privoznik ha scritto: > +/* On x390(x) system there is no PCI bus. > Looks like a typo? -- Diego Elio Pettenò — Flameeyes http://blog.flameeyes.eu/ -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/

Re: [libvirt] [PATCH v2] Fix disability to run on systems with no PCI bus

2011-05-03 Thread Daniel P. Berrange
On Fri, Apr 22, 2011 at 02:24:54PM +0200, Michal Privoznik wrote: > The patch which moved libpciaccess initialization to one place caused > regression - we were not able to run on system with no PCI bus, like > s390(x). > --- > src/node_device/node_device_udev.c |9 + > 1 files changed