[virt-tools-list] ANNOUNCE: virt-manager 1.4.3 released

2017-09-19 Thread Cole Robinson
I'm happy to announce the release of virt-manager 1.4.3! virt-manager is a desktop application for managing KVM, Xen, and LXC virtualization via libvirt. The release can be downloaded from: http://virt-manager.org/download/ This release includes: - Improve install of debian/ubuntu non-x86

Re: [virt-tools-list] [virt-manager PATCH] choosecd: change order of check operations

2017-09-19 Thread Cole Robinson
On 09/19/2017 07:23 PM, Cole Robinson wrote: > On 09/19/2017 10:18 AM, Pavel Hrdina wrote: >> The current order of check operations is wrong. First we set the new >> path for the disk in question and after that we check whether some >> guest already uses a disk with the same path. >> >> The issue

Re: [virt-tools-list] [virt-manager PATCH] domain: invalidate domain caps if machine type is changed

2017-09-19 Thread Cole Robinson
On 09/19/2017 04:41 AM, Pavel Hrdina wrote: > This forces to reload domain capabilities. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1461684 > > Signed-off-by: Pavel Hrdina > --- > virtManager/domain.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[virt-tools-list] [virt-manager PATCH] domain: invalidate domain caps if machine type is changed

2017-09-19 Thread Pavel Hrdina
This forces to reload domain capabilities. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1461684 Signed-off-by: Pavel Hrdina --- virtManager/domain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/virtManager/domain.py b/virtManager/domain.py index