Re: [libvirt] [PATCH 14/17] Assign addresses to USB devices

2016-06-21 Thread Ján Tomko
On Mon, Jun 20, 2016 at 09:02:54AM +0200, Gerd Hoffmann wrote: On Fr, 2016-06-17 at 20:07 +0200, Ján Tomko wrote: Automatically assign addresses to USB devices. Just like reserving, this is only done for newly defined domains. What happens if I add a device to a guest (using virsh edit)?

Re: [libvirt] [PATCH 14/17] Assign addresses to USB devices

2016-06-20 Thread Gerd Hoffmann
On Fr, 2016-06-17 at 20:07 +0200, Ján Tomko wrote: > Automatically assign addresses to USB devices. > > Just like reserving, this is only done for newly defined domains. What happens if I add a device to a guest (using virsh edit)? cheers, Gerd -- libvir-list mailing list

[libvirt] [PATCH 14/17] Assign addresses to USB devices

2016-06-17 Thread Ján Tomko
Automatically assign addresses to USB devices. Just like reserving, this is only done for newly defined domains. https://bugzilla.redhat.com/show_bug.cgi?id=1215968 --- src/conf/domain_addr.c | 109 +++-- src/conf/domain_addr.h