Re: [libvirt] [PATCH v3 4/5] qemu: auto-add pci-root controller for pc machine types

2013-04-25 Thread Ján Tomko
On 04/22/2013 10:37 PM, Laine Stump wrote: > On 04/22/2013 02:43 PM, Ján Tomko wrote: >> diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c >> index a7aabdf..ab99538 100644 >> --- a/src/qemu/qemu_domain.c >> +++ b/src/qemu/qemu_domain.c >> @@ -673,6 +673,37 @@ qemuDomainDefPostParse(virDo

Re: [libvirt] [PATCH v3 4/5] qemu: auto-add pci-root controller for pc machine types

2013-04-22 Thread Eric Blake
On 04/22/2013 02:37 PM, Laine Stump wrote: > On 04/22/2013 02:43 PM, Ján Tomko wrote: >> >> is auto-added to pc* machine types. >> Without this controller PCI bus 0 is not available and >> no PCI addresses are assigned by default. >> >> Since older libvirt supported PCI bus 0 even without >> this

Re: [libvirt] [PATCH v3 4/5] qemu: auto-add pci-root controller for pc machine types

2013-04-22 Thread Laine Stump
On 04/22/2013 02:43 PM, Ján Tomko wrote: > > is auto-added to pc* machine types. > Without this controller PCI bus 0 is not available and > no PCI addresses are assigned by default. > > Since older libvirt supported PCI bus 0 even without > this controller, it is removed from the XML when migratin