Re: [Qemu-devel] [PATCH] Clarify error message when a PCI slot is already in use (v2)

2010-06-14 Thread Anthony Liguori
On 06/08/2010 09:24 AM, Daniel P. Berrange wrote: When mistakenly configuring two devices in the same PCI slot, QEMU gives a not entirely obvious message about a 'devfn' being in use: $ qemu -device rtl8139 -device virtio-balloon-pci,bus=pci.0,addr=0x3 qemu-kvm: -device virtio-balloon-pci,bus=pc

Re: [Qemu-devel] [PATCH] Clarify error message when a PCI slot is already in use (v2)

2010-06-08 Thread Markus Armbruster
"Daniel P. Berrange" writes: > When mistakenly configuring two devices in the same PCI slot, > QEMU gives a not entirely obvious message about a 'devfn' being > in use: > > $ qemu -device rtl8139 -device virtio-balloon-pci,bus=pci.0,addr=0x3 > qemu-kvm: -device virtio-balloon-pci,bus=pci.0,addr=0

Re: [Qemu-devel] [PATCH] Clarify error message when a PCI slot is already in use

2010-06-08 Thread Daniel P. Berrange
On Tue, Jun 08, 2010 at 11:16:48PM +0900, Isaku Yamahata wrote: > On Tue, Jun 08, 2010 at 02:58:25PM +0100, Daniel P. Berrange wrote: > > When mistakenly configuring two devices in the same PCI slot, > > QEMU gives a not entirely obvious message about a 'devfn' being > > in use: > > > > $ qemu -de

[Qemu-devel] [PATCH] Clarify error message when a PCI slot is already in use (v2)

2010-06-08 Thread Daniel P. Berrange
When mistakenly configuring two devices in the same PCI slot, QEMU gives a not entirely obvious message about a 'devfn' being in use: $ qemu -device rtl8139 -device virtio-balloon-pci,bus=pci.0,addr=0x3 qemu-kvm: -device virtio-balloon-pci,bus=pci.0,addr=0x3: PCI: devfn 24 not available for virti

Re: [Qemu-devel] [PATCH] Clarify error message when a PCI slot is already in use

2010-06-08 Thread Isaku Yamahata
On Tue, Jun 08, 2010 at 02:58:25PM +0100, Daniel P. Berrange wrote: > When mistakenly configuring two devices in the same PCI slot, > QEMU gives a not entirely obvious message about a 'devfn' being > in use: > > $ qemu -device rtl8139 -device virtio-balloon-pci,bus=pci.0,addr=0x3 > qemu-kvm: -devi

[Qemu-devel] [PATCH] Clarify error message when a PCI slot is already in use

2010-06-08 Thread Daniel P. Berrange
When mistakenly configuring two devices in the same PCI slot, QEMU gives a not entirely obvious message about a 'devfn' being in use: $ qemu -device rtl8139 -device virtio-balloon-pci,bus=pci.0,addr=0x3 qemu-kvm: -device virtio-balloon-pci,bus=pci.0,addr=0x3: PCI: devfn 24 not available for virti