[virt-tools-list] [remote-viewer] Make the progress bar smooth during file-transfer

2017-05-10 Thread Victor Toso
From: Victor Toso When the transfer of a file finishes we stop considering that file's size in the progress bar which makes it move back due the new 'transfer size' and 'transferred bytes' - for all the other files. This patch aims to keep the progress smooth when a file is

Re: [virt-tools-list] [virt-manager PATCH v2] virtManager: UI: add support enable setting multifunction on hostdev

2017-05-10 Thread Pavel Hrdina
On Wed, May 10, 2017 at 06:40:30PM +0800, Chen Hanxiao wrote: > From: Chen Hanxiao > > We could turn on/off multifunction of hostdev > in page details. > > Signed-off-by: Chen Hanxiao > --- > v2: drop irrelevant cli part > > ui/details.ui

[virt-tools-list] [virt-manager PATCH v2] virtManager: UI: add support enable setting multifunction on hostdev

2017-05-10 Thread Chen Hanxiao
From: Chen Hanxiao We could turn on/off multifunction of hostdev in page details. Signed-off-by: Chen Hanxiao --- v2: drop irrelevant cli part ui/details.ui | 74 ++

Re: [virt-tools-list] [virt-manager PATCH 2/2] virtManager: UI: add support enable setting multifunction on hostdev

2017-05-10 Thread Chen Hanxiao
At 2017-05-10 18:04:37, "Pavel Hrdina" wrote: >On Tue, May 09, 2017 at 06:23:57PM +0800, Chen Hanxiao wrote: >> From: Chen Hanxiao >> >> We could turn on/off multifunction of hostdev >> in page details. >> >> Signed-off-by: Chen Hanxiao

Re: [virt-tools-list] [virt-manager PATCH 1/2] virtinst: add support enable setting multifunction on hostdev

2017-05-10 Thread Pavel Hrdina
On Tue, May 09, 2017 at 06:23:56PM +0800, Chen Hanxiao wrote: > From: Chen Hanxiao > > This patch will enable setting multifunction > on hostdev. > This patch adds the "multifunction" for the hostdev which is irrelevant. What you actually need is to set

[virt-tools-list] [virt-manager PATCH] interface: don't print error for active interface without an IP address

2017-05-10 Thread Pavel Hrdina
If there is no IP address for active interface we need to skip probing it. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1449509 Signed-off-by: Pavel Hrdina --- virtManager/interface.py | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff