Package: virt-manager / 1:1.4.0-5

Metadata

Package Version Patches format
virt-manager 1:1.4.0-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
virtinst/fix path to hvmloader.patch | (download)

virtinst/guest.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix path to hvmloader

Closes: #685749

virtinst/Fix patch to pygrub.patch | (download)

virtinst/guest.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix patch to pygrub

Closes: #685749

Mark Jessie as having qemu guest agent.patch | (download)

virtinst/osdict.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 mark jessie as having qemu-guest-agent


osdict Don t return virtio1.0 net as a valid device name.patch | (download)

virtinst/osdict.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 osdict: don't return virtio1.0-net as a valid device name

We can't depend on libosinfo device names being valid libvirt network
model names, so use a whitelist

https://bugzilla.redhat.com/show_bug.cgi?id=1399083

Closes: #846356

We can t clone a VM in some scenarios.patch | (download)

virtManager/domain.py | 4 4 + 0 - 0 !
virtManager/vmmenu.py | 2 1 + 1 - 0 !
2 files changed, 5 insertions(+), 1 deletion(-)

 we can't clone a vm in some scenarios, such as a vm is active.

This patch will disable 'Clone' label in VMActionMenu
if we can't clone a VM,
as same as we did for 'Clone' button in clone ui page.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>

Use usr bin python.patch | (download)

setup.py | 2 1 + 1 - 0 !
tests/test_inject.py | 2 1 + 1 - 0 !
virt-clone | 2 1 + 1 - 0 !
virt-convert | 2 1 + 1 - 0 !
virt-install | 2 1 + 1 - 0 !
virt-manager | 2 1 + 1 - 0 !
virt-xml | 2 1 + 1 - 0 !
7 files changed, 7 insertions(+), 7 deletions(-)

 use /usr/bin/python

so we don't have to worry about picking up the wrong version

osdict Fix incorrect usage of virtio input.patch | (download)

virtinst/guest.py | 11 5 + 6 - 0 !
virtinst/osdict.py | 28 12 + 16 - 0 !
2 files changed, 17 insertions(+), 22 deletions(-)

 osdict: fix incorrect usage of virtio input

Regression reported with latest libosinfo, when the OS reports
virtio-input support:

http://www.redhat.com/archives/virt-tools-list/2016-July/msg00109.html

Really our code presently only cares about the USB tablet, so adjust
our libosinfo lookup to explicitly check for it