Re: [Qemu-devel] [PATCH 1/1] Use "pci.0" as bus->name for PCI-busses like qemu-kvm does already

2011-01-30 Thread Niels de Vos
On Sat, Jan 29, 2011 at 9:44 PM, Blue Swirl wrote: > On Fri, Jan 28, 2011 at 3:54 PM, Niels de Vos wrote: >> From: Niels de Vos >> >> This should fix issues with qemu-system-{arm,ppc} and possibly others >> where libvirt passes bus=pci.0 in the -device options. > > Nack, please see the list arch

Re: [Qemu-devel] [PATCH 1/1] Use "pci.0" as bus->name for PCI-busses like qemu-kvm does already

2011-01-29 Thread Blue Swirl
On Fri, Jan 28, 2011 at 3:54 PM, Niels de Vos wrote: > From: Niels de Vos > > This should fix issues with qemu-system-{arm,ppc} and possibly others > where libvirt passes bus=pci.0 in the -device options. Nack, please see the list archives for discussion.

[Qemu-devel] [PATCH 1/1] Use "pci.0" as bus->name for PCI-busses like qemu-kvm does already

2011-01-28 Thread Niels de Vos
From: Niels de Vos This should fix issues with qemu-system-{arm,ppc} and possibly others where libvirt passes bus=pci.0 in the -device options. Reference: - https://bugzilla.redhat.com/show_bug.cgi?id=667345 Signed-off-by: Niels de Vos --- hw/apb_pci.c |2 +- hw/bonito.c|