Re: [PATCH 01/11] hyperv: ambiguous VM names will throw an error

2020-11-26 Thread Daniel P . Berrangé
On Tue, Nov 24, 2020 at 02:48:30PM -0500, Matt Coleman wrote: > Since Hyper-V allows multiple VMs to be created with the same name, > some commands produce unpredictable results due to > hypervDomainLookupByName's WMI query selecting the wrong domain. > > For example, this prevents `virsh dumpxml`

[PATCH 01/11] hyperv: ambiguous VM names will throw an error

2020-11-24 Thread Matt Coleman
Since Hyper-V allows multiple VMs to be created with the same name, some commands produce unpredictable results due to hypervDomainLookupByName's WMI query selecting the wrong domain. For example, this prevents `virsh dumpxml` from outputting XML for the wrong domain. Signed-off-by: Matt Coleman