Re: [libvirt] [PATCH] reserve slot 1 on pci bus0

2011-09-01 Thread Wen Congyang
At 08/31/2011 08:59 AM, Eric Blake Write: On 08/30/2011 06:16 PM, Wen Congyang wrote: At 08/31/2011 06:28 AM, Eric Blake Write: On 08/23/2011 08:47 PM, Wen Congyang wrote: After supporting multi function pci device, we only reserve function 1 on slot 1. The user can use the other function on

Re: [libvirt] [PATCH] reserve slot 1 on pci bus0

2011-08-30 Thread Eric Blake
On 08/23/2011 08:47 PM, Wen Congyang wrote: After supporting multi function pci device, we only reserve function 1 on slot 1. The user can use the other function on slot 1 in the xml config file. We should detect this wrong usage. --- src/qemu/qemu_command.c | 12 +--- 1 files

Re: [libvirt] [PATCH] reserve slot 1 on pci bus0

2011-08-30 Thread Wen Congyang
At 08/31/2011 06:28 AM, Eric Blake Write: On 08/23/2011 08:47 PM, Wen Congyang wrote: After supporting multi function pci device, we only reserve function 1 on slot 1. The user can use the other function on slot 1 in the xml config file. We should detect this wrong usage. ---

Re: [libvirt] [PATCH] reserve slot 1 on pci bus0

2011-08-30 Thread Eric Blake
On 08/30/2011 06:16 PM, Wen Congyang wrote: At 08/31/2011 06:28 AM, Eric Blake Write: On 08/23/2011 08:47 PM, Wen Congyang wrote: After supporting multi function pci device, we only reserve function 1 on slot 1. The user can use the other function on slot 1 in the xml config file. We should

[libvirt] [PATCH] reserve slot 1 on pci bus0

2011-08-23 Thread Wen Congyang
After supporting multi function pci device, we only reserve function 1 on slot 1. The user can use the other function on slot 1 in the xml config file. We should detect this wrong usage. --- src/qemu/qemu_command.c | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff