Re: [libvirt] [PATCH v2] qemu: Assign device address before qemuDomainSupportsNicdev

2019-01-16 Thread wang.yechao255
> $SUBJ: > > s/address before qemuDomainSupportsNicdev/addresses earlier in > qemuDomainAttachNetDevice/ > > > On 12/17/18 6:30 AM, Wang Yechao wrote: > > qemuDomainSupportsNicdev will check the device address type on > > aarch64. If it is invoked before device address assigned, hotadd > >

Re: [libvirt] [PATCH v2] qemu: Assign device address before qemuDomainSupportsNicdev

2019-01-16 Thread John Ferlan
$SUBJ: s/address before qemuDomainSupportsNicdev/addresses earlier in qemuDomainAttachNetDevice/ On 12/17/18 6:30 AM, Wang Yechao wrote: > qemuDomainSupportsNicdev will check the device address type on > aarch64. If it is invoked before device address assigned, hotadd > vhostuser interface

Re: [libvirt] [PATCH v2] qemu: Assign device address before qemuDomainSupportsNicdev

2019-01-14 Thread wang.yechao255
ping. > qemuDomainSupportsNicdev will check the device address type on > aarch64. If it is invoked before device address assigned, hotadd > vhostuser interface with no address specified will get error. > Let qemuDomainEnsurePCIAddress run before qemuDomainSupportsNicdev. > > Signed-off-by: Wang

Re: [libvirt] [PATCH v2] qemu: Assign device address before qemuDomainSupportsNicdev

2018-12-23 Thread wang.yechao255
ping this patch. > qemuDomainSupportsNicdev will check the device address type on > aarch64. If it is invoked before device address assigned, hotadd > vhostuser interface with no address specified will get error. > Let qemuDomainEnsurePCIAddress run before qemuDomainSupportsNicdev. > >

[libvirt] [PATCH v2] qemu: Assign device address before qemuDomainSupportsNicdev

2018-12-17 Thread Wang Yechao
qemuDomainSupportsNicdev will check the device address type on aarch64. If it is invoked before device address assigned, hotadd vhostuser interface with no address specified will get error. Let qemuDomainEnsurePCIAddress run before qemuDomainSupportsNicdev. Signed-off-by: Wang Yechao --- v1