Re: [virt-tools-list] [PATCH virt-viewer] Disable CSD to avoid rendering issues

2016-08-09 Thread Fabiano FidĂȘncio
Pavel, On Tue, Aug 9, 2016 at 5:29 PM, Pavel Grunt wrote: > On Tue, 2016-08-09 at 15:57 +0100, Daniel P. Berrange wrote: >> On Tue, Aug 09, 2016 at 04:40:02PM +0200, Pavel Grunt wrote: >> > >> > On Tue, 2016-08-09 at 15:12 +0100, Daniel P. Berrange wrote: >> > > >> > > On Tue, Aug 09, 2016 at 04:

Re: [virt-tools-list] virt-install looking for i386 installer but should be looking for amd64 installer

2016-08-09 Thread Dave Hein
[snip] What could help track it down is: > > - See if latest virt-install --location works with a ubuntu-14.04 era ISO > - If so, compare the file layout of 14.04 and 16.04 and list the > differences > here. Maybe the file layout changed and virtinst/urlfetcher.py needs to be > extended to handl

Re: [virt-tools-list] [PATCH] Update initrd and kernel path for ppc64le platform.

2016-08-09 Thread Manjunath A Kumatagi
This is how I tested : 1. Download - http://mirror.centos.org/altarch/7/isos/ppc64le/CentOS-7-AltArch-ppc64le-NetInstall-1511.iso to /root 2. Save the content from https://da.gd/NLuP to /root/centos-7ppc64le.ks 3. Loop mount /root/CentOS-7-AltArch-ppc64le-NetInstall-1511.iso to /mnt/cdrom 4. Th

Re: [virt-tools-list] [PATCH] enable zvol creation

2016-08-09 Thread Cole Robinson
On 07/28/2016 10:43 AM, Cole Robinson wrote: > On 07/28/2016 07:51 AM, Tristan Helmich wrote: >> Hi, >> >> just a quick patch to allow creation of ZFS zvol via virt-manager. >> Please let me know if anything else needs to be changed. >> > > Thanks Tristan, patch looks fine to me, but can you provi

Re: [virt-tools-list] [PATCH virt-viewer] display: Do not override size-allocate handler

2016-08-09 Thread Christophe Fergeau
On Tue, Aug 09, 2016 at 05:17:31PM +0200, Pavel Grunt wrote: > Just connect to the signal I'm tempted to ask "why?". I think it's recommended (more efficient) to just override the vfunc directly when you can (ie when you derive a new widget) rather than connecting to a signal. Christophe signat

Re: [virt-tools-list] [PATCH] Update initrd and kernel path for ppc64le platform.

2016-08-09 Thread Cole Robinson
On 08/09/2016 06:21 AM, Manjunath A Kumatagi wrote: > In CentOS 7 ppc64le platform initrd and kernel files are present under > ppc/ppc64 folder. Currently GenericDistro module will find only under > images/pxeboot folder. So to support custom boot the CentOS 7 ppc64le > platform I've added the c

Re: [virt-tools-list] [PATCH] Use node device lifecycle events

2016-08-09 Thread Cole Robinson
Please add something like this to the commit message body: API will be available in upcoming libvirt 2.2.0 On 08/08/2016 03:41 PM, Jovanka Gulicoska wrote: > --- > virtManager/connection.py | 37 + > virtManager/nodedev.py| 3 +++ > 2 files changed, 40

Re: [virt-tools-list] [PATCH virt-viewer] Disable CSD to avoid rendering issues

2016-08-09 Thread Pavel Grunt
On Tue, 2016-08-09 at 15:57 +0100, Daniel P. Berrange wrote: > On Tue, Aug 09, 2016 at 04:40:02PM +0200, Pavel Grunt wrote: > > > > On Tue, 2016-08-09 at 15:12 +0100, Daniel P. Berrange wrote: > > > > > > On Tue, Aug 09, 2016 at 04:09:15PM +0200, Pavel Grunt wrote: > > > > > > > > > > > > Due t

[virt-tools-list] [PATCH virt-viewer] display: Do not override size-allocate handler

2016-08-09 Thread Pavel Grunt
Just connect to the signal --- src/virt-viewer-display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/virt-viewer-display.c b/src/virt-viewer-display.c index 2dbaba1..20ae9af 100644 --- a/src/virt-viewer-display.c +++ b/src/virt-viewer-display.c @@ -91,7 +91,6 @@ vir

Re: [virt-tools-list] [PATCH virt-viewer] Disable CSD to avoid rendering issues

2016-08-09 Thread Daniel P. Berrange
On Tue, Aug 09, 2016 at 04:40:02PM +0200, Pavel Grunt wrote: > On Tue, 2016-08-09 at 15:12 +0100, Daniel P. Berrange wrote: > > On Tue, Aug 09, 2016 at 04:09:15PM +0200, Pavel Grunt wrote: > > > > > > Due to recent changes in gtk+ the content of window is not rendered > > > properly in Windows 10

Re: [virt-tools-list] [PATCH virt-viewer] Disable CSD to avoid rendering issues

2016-08-09 Thread Pavel Grunt
On Tue, 2016-08-09 at 15:12 +0100, Daniel P. Berrange wrote: > On Tue, Aug 09, 2016 at 04:09:15PM +0200, Pavel Grunt wrote: > > > > Due to recent changes in gtk+ the content of window is not rendered > > properly in Windows 10 when the client side decorations are used. > > > > It is possible to d

Re: [virt-tools-list] [PATCH virt-viewer] Disable CSD to avoid rendering issues

2016-08-09 Thread Daniel P. Berrange
On Tue, Aug 09, 2016 at 04:09:15PM +0200, Pavel Grunt wrote: > Due to recent changes in gtk+ the content of window is not rendered > properly in Windows 10 when the client side decorations are used. > > It is possible to disable the client side decorations using > the GTK_CSD="0" environment variab

[virt-tools-list] [PATCH virt-viewer] Disable CSD to avoid rendering issues

2016-08-09 Thread Pavel Grunt
Due to recent changes in gtk+ the content of window is not rendered properly in Windows 10 when the client side decorations are used. It is possible to disable the client side decorations using the GTK_CSD="0" environment variable. Keep them disabled to avoid issues. Related: https://bugzilla.re

[virt-tools-list] [PATCH] Update initrd and kernel path for ppc64le platform.

2016-08-09 Thread Manjunath A Kumatagi
In CentOS 7 ppc64le platform initrd and kernel files are present under ppc/ppc64 folder. Currently GenericDistro module will find only under images/pxeboot folder. So to support custom boot the CentOS 7 ppc64le platform I've added the code to search under ppc/ppc64 folder as well. --- virtinst/