Re: [libvirt] [PATCH] dosc: schema: fix usb source address device attribute format

2019-02-06 Thread Laine Stump
On 1/26/19 9:16 AM, John Ferlan wrote: On 1/21/19 3:57 AM, Nikolay Shirokovskiy wrote: Device attribute does not have dotted "portAddr" format. Instead it has single number format described but "usbAddr" which corresponds to device parsing code in virDomainHostdevSubsysUSBDefParseXML. Looks li

Re: [libvirt] [PATCH] dosc: schema: fix usb source address device attribute format

2019-02-05 Thread Nikolay Shirokovskiy
On 26.01.2019 17:16, John Ferlan wrote: > > > On 1/21/19 3:57 AM, Nikolay Shirokovskiy wrote: >> Device attribute does not have dotted "portAddr" format. Instead it >> has single number format described but "usbAddr" which corresponds >> to device parsing code in virDomainHostdevSubsysUSBDefPa

Re: [libvirt] [PATCH] dosc: schema: fix usb source address device attribute format

2019-01-26 Thread John Ferlan
On 1/21/19 3:57 AM, Nikolay Shirokovskiy wrote: > Device attribute does not have dotted "portAddr" format. Instead it > has single number format described but "usbAddr" which corresponds > to device parsing code in virDomainHostdevSubsysUSBDefParseXML. > > Looks like [1] mistakenly changed devi

[libvirt] [PATCH] dosc: schema: fix usb source address device attribute format

2019-01-21 Thread Nikolay Shirokovskiy
Device attribute does not have dotted "portAddr" format. Instead it has single number format described but "usbAddr" which corresponds to device parsing code in virDomainHostdevSubsysUSBDefParseXML. Looks like [1] mistakenly changed device format for hostdev devices. And [2] copy-n-paste this for