Re: [virt-tools-list] [PATCH virt-viewer] session-spice: Remove spice-gtk version checks

2015-04-02 Thread Fabiano Fidêncio
On Thu, Apr 2, 2015 at 9:18 AM, Fabiano Fidêncio fabi...@fidencio.org wrote: On Thu, Apr 2, 2015 at 8:09 AM, Pavel Grunt pgr...@redhat.com wrote: Since 77ac0d8892837a117f9ca10020c1ac7f1944fca7 virt-viewer requires spice-gtk v0.28 --- src/virt-viewer-session-spice.c | 11 --- 1 file

[virt-tools-list] [PATCH virt-viewer] session-spice: Remove spice-gtk version checks

2015-04-02 Thread Pavel Grunt
Since 77ac0d8892837a117f9ca10020c1ac7f1944fca7 virt-viewer requires spice-gtk v0.28 --- src/virt-viewer-session-spice.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/src/virt-viewer-session-spice.c b/src/virt-viewer-session-spice.c index a0acba6..921e613 100644 ---

Re: [virt-tools-list] [PATCH virt-viewer v3] virt-viewer-window: Change zoom of the display only when it is possible

2015-04-02 Thread Fabiano Fidêncio
On Wed, Apr 1, 2015 at 8:25 AM, Pavel Grunt pgr...@redhat.com wrote: On Tue, Mar 31, 2015 at 3:03 PM, Pavel Grunt pgr...@redhat.com wrote: Do not allow to zoom out if it is not possible due to the width of the top menu. It avoids emitting size allocation events that will change the

Re: [virt-tools-list] [virt-manager PATCH] clone: keep the same image format on a cross-pool clone

2015-04-02 Thread Giuseppe Scrivano
Cole Robinson crobi...@redhat.com writes: On 04/01/2015 09:13 AM, Giuseppe Scrivano wrote: Cole Robinson crobi...@redhat.com writes: ACK, but I'm surprised the test suite doesn't need tweaking. maybe we should extend a clone test to use the fake qemu URI so we can validate format copying

Re: [virt-tools-list] [PATCH virt-viewer] session-spice: Remove spice-gtk version checks

2015-04-02 Thread Fabiano Fidêncio
On Thu, Apr 2, 2015 at 8:09 AM, Pavel Grunt pgr...@redhat.com wrote: Since 77ac0d8892837a117f9ca10020c1ac7f1944fca7 virt-viewer requires spice-gtk v0.28 --- src/virt-viewer-session-spice.c | 11 --- 1 file changed, 11 deletions(-) diff --git a/src/virt-viewer-session-spice.c

[virt-tools-list] [PATCH] virt-manager: Don't allow an empty string for a network name

2015-04-02 Thread Charles Arnold
When starting the 'Create virtual network' wizard, you are allowed to proceed without specifying a Network Name. An error only occurs after all else is completed with the wizard. This patch stops the user from proceeding if a network name has not been specified. The check for an empty string is

[virt-tools-list] [PATCH virt-manager 1/5] virtinst: add new vmport domain feature

2015-04-02 Thread Marc-André Lureau
This should be available with libvirt 1.2.15 --- virtinst/domainfeatures.py | 3 +++ virtinst/support.py| 2 ++ 2 files changed, 5 insertions(+) diff --git a/virtinst/domainfeatures.py b/virtinst/domainfeatures.py index bec538b..16d8ee2 100644 --- a/virtinst/domainfeatures.py +++

[virt-tools-list] [virt-viewer][PATCH] Fix crash when disabling last enabled display

2015-04-02 Thread Fabiano Fidêncio
Using virt_viewer_signal_connect_object() instead of g_signal_connect() ensures that menu_display_visible_toggled_cb() won't be executed after the display object be disposed. Backtrace for the crash: #0 0x7070592b in g_type_check_instance_is_a (type_instance=0x8851f0,

Re: [virt-tools-list] Nested VM images fail/freeze during booting

2015-04-02 Thread Steve Amerige
Hi Cole, Both the physical host, L1 VM, and L2 VM are CentOS 7.0 (3.10.0-123.20.1.el7.x86_64). Thanks, Steve Amerige Principal Software Developer, Fraud and Compliance Solutions Development SAS Institute, 100 SAS Campus Dr, Room U3050, Cary, NC 27513-8617 On 4/2/2015 12:00 PM, Cole Robinson

Re: [virt-tools-list] Nested VM images fail/freeze during booting

2015-04-02 Thread Cole Robinson
What distro is your physical host, L1 VM, and L2 VM running? - Cole On 04/02/2015 10:33 AM, Steve Amerige wrote: Hi all, *Problem:* Nested VM images fail/freeze during booting. *Details:* *Hardware:* * Model: Dell R620 * CPU: 2 x 6 x 2 (ht) Intel E5-2667 o flags: fpu vme

[virt-tools-list] Nested VM images fail/freeze during booting

2015-04-02 Thread Steve Amerige
Hi all, *Problem:* Nested VM images fail/freeze during booting. *Details:* *Hardware:* * Model: Dell R620 * CPU: 2 x 6 x 2 (ht) Intel E5-2667 o flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe

Re: [virt-tools-list] Failure to update CPU usage display

2015-04-02 Thread Cole Robinson
On 04/02/2015 02:04 PM, Charles Arnold wrote: On 4/1/2015 at 05:14 PM, Cole Robinson crobi...@redhat.com wrote: On 04/01/2015 05:42 PM, Charles Arnold wrote: Under certain conditions I see the guest CPU usage display not being updated. The problem seems most prevalent when Xen is the

Re: [virt-tools-list] Failure to update CPU usage display

2015-04-02 Thread Charles Arnold
On 4/1/2015 at 05:14 PM, Cole Robinson crobi...@redhat.com wrote: On 04/01/2015 05:42 PM, Charles Arnold wrote: Under certain conditions I see the guest CPU usage display not being updated. The problem seems most prevalent when Xen is the underlying hypervisor but I have seen it occasionally

[virt-tools-list] [PATCH virt-manager 2/5] virtinst: add features.vmport option

2015-04-02 Thread Marc-André Lureau
--- virtinst/cli.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/virtinst/cli.py b/virtinst/cli.py index 93aae3d..44504b0 100644 --- a/virtinst/cli.py +++ b/virtinst/cli.py @@ -1406,6 +1406,8 @@ class ParserFeatures(VirtCLIParser):

[virt-tools-list] [PATCH virt-manager 0/5] Disable vmport with Spice

2015-04-02 Thread Marc-André Lureau
Hi, This is a small series introducing the vmport feature configuration with virt-install (the patches are yet to be reviewed for libvirt). By default, vmport will be disable when the VM is using Spice, since it prevents a Spice client from switching between absolute and relative pointer.

[virt-tools-list] [PATCH virt-manager 3/5] virtinst: set_graphics_defaults() first

2015-04-02 Thread Marc-André Lureau
Some later options may require Spice (or other) to be enabled, so call set_graphics_defaults() earlier. --- virtinst/guest.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/virtinst/guest.py b/virtinst/guest.py index 678f675..6f42775 100644 --- a/virtinst/guest.py +++

[virt-tools-list] [PATCH virt-manager 4/5] virtinst: set vmport off by default when has_spice()

2015-04-02 Thread Marc-André Lureau
Spice is better off without vmport enabled, to be able to switch between absolute and relative mouse mode easily. --- virtinst/guest.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/virtinst/guest.py b/virtinst/guest.py index 6f42775..9eb53b5 100644 --- a/virtinst/guest.py +++