qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] spapr-pci: change the default PCI bus naming


From: address@hidden
Subject: Re: [Qemu-devel] [PATCH] spapr-pci: change the default PCI bus naming
Date: Fri, 4 Apr 2014 01:59:57 +0000

libvirt need set QEMU_CAPS_PCI_MULTIBUS for PowerPC for QEMU>=2.0.

if (qemuCaps->arch == VIR_ARCH_PPC || qemuCaps->arch == VIR_ARCH_PPC64)
        virQEMUCapsSet(qemuCaps, QEMU_CAPS_PCI_MULTIBUS);

But for QEMU <2.0, how should we judge the machines with different PCI bus name?

BTW, libvirt maintainer would like a general solution for all the architecture 
not limited to PowerPC.

Olivia

> -----Original Message-----
> From: Paolo Bonzini [mailto:address@hidden
> Sent: Thursday, April 03, 2014 7:10 PM
> To: Alexey Kardashevskiy; Andreas Färber; address@hidden
> Cc: Yin Olivia-R63875; Alexander Graf; address@hidden
> Subject: Re: [Qemu-devel] [PATCH] spapr-pci: change the default PCI bus
> naming
> 
> Il 03/04/2014 10:44, Alexey Kardashevskiy ha scritto:
> >
> > Ufff. Does anyone know any workaround how to tell libvirt to use these
> > custom names? Since there is no "pci" (and there is "pci.0"), libvirt
> > cannot put any device onto default PCI bus and I do not see any way to
> > workaround it in XML, am I missing something here?
> 
> Can you just change libvirt (and break libvirt compatibility with QEMU <
> 2.0)?
> 
> Paolo
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]