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)?
From libvirt's point of view, 'virsh edit' is a define,
so it will assing an address for the new device, as well as the existing
ones.
Jan