
24 Mar
2011
24 Mar
'11
8:50 a.m.
On Thu, 24 Mar 2011 17:35:19 +0900 KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> wrote:
On Thu, 24 Mar 2011 15:44:05 +0800 Wen Congyang <wency@cn.fujitsu.com> wrote:
Do not report error when qemuDomainAssignPCIAddresses() or virDomainDefAddImplicitControllers() failed, because we have reported the error in these functions.
Hmm, I didn't see any error message at failure caused by this...I'll check again.
It seems qemuDomainAssignPCIAddresses() doesn't return error at address confliction, it just report it by VIR_DEBUG("PCI addr %s already in use", addr), IIUC. Thanks, -Kame