Re: [libvirt] [PATCH v3 07/10] conf: Add function virDomainUSBAddressIsAttachedToHub

2018-11-15 Thread John Ferlan
On 11/11/18 10:59 PM, Han Han wrote: > Add this function to check if the a usb address is attached to a hub device. > > Signed-off-by: Han Han > --- > src/conf/domain_addr.c | 22 ++ > src/conf/domain_addr.h | 5 + > src/libvirt_private.syms | 1 + > 3 files

[libvirt] [PATCH v3 07/10] conf: Add function virDomainUSBAddressIsAttachedToHub

2018-11-11 Thread Han Han
Add this function to check if the a usb address is attached to a hub device. Signed-off-by: Han Han --- src/conf/domain_addr.c | 22 ++ src/conf/domain_addr.h | 5 + src/libvirt_private.syms | 1 + 3 files changed, 28 insertions(+) diff --git