Re: [virt-tools-list] [virt-manager PATCH] details: show port number of console device in typelabel

2014-01-28 Thread Chen Hanxiao
> -Original Message- > From: Cole Robinson [mailto:crobi...@redhat.com] > Sent: Tuesday, January 28, 2014 10:23 PM > To: Chen Hanxiao; virt-tools-list@redhat.com > Subject: Re: [virt-tools-list] [virt-manager PATCH] details: show port number of > console device in typelabel > > > > ACK,

[virt-tools-list] [virt-manager PATCH] man: fix a small typo in virt-manager man page

2014-01-28 Thread Chen Hanxiao
From: Chen Hanxiao s/supportted/supported Signed-off-by: Chen Hanxiao --- Note: pushed as trivial. man/virt-manager.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/virt-manager.pod b/man/virt-manager.pod index 02d26f3..9b0d6e7 100644 --- a/man/virt-manager.pod +++

Re: [virt-tools-list] [libvirt] ANNOUNCE: virt-xml: Edit libvirt XML with command line options

2014-01-28 Thread Michal Privoznik
On 26.01.2014 19:24, Cole Robinson wrote: I've just pushed a new tool to virt-manager.git called virt-xml. virt-xml uses virt-install's command line options to allow building and editing domain XML. Best way to describe what it can do is with a bunch of examples: See a list of all suboptions th

Re: [virt-tools-list] [virt-manager PATCH] details: disable config disk with readonly and shareable at the same time

2014-01-28 Thread Eric Blake
On 01/28/2014 08:21 AM, Cole Robinson wrote: >> f919cf691735535dedc66a2cae244350ebb6c5e5 >> >> virsh # attach-disk aa 1.img sdd --shareable --mode=readonly --print-xml >> error: option --mode already seen >> >> If throwing errors is not acceptable, do we have some better metod to avoid >> this? >

Re: [virt-tools-list] [virt-manager PATCH] details: disable config disk with readonly and shareable at the same time

2014-01-28 Thread Cole Robinson
On 01/28/2014 10:16 AM, Chen Hanxiao wrote: > At 2014-01-28 22:21:26,"Cole Robinson" wrote: > >>On 01/28/2014 02:09 AM, Chen Hanxiao wrote: >>> From: Chen Hanxiao >>> >>> Currently we could config disk with readonly and >>> shareable at the same time, which is meaningless. >>> virsh had already

Re: [virt-tools-list] [virt-manager PATCH] details: disable config disk with readonly and shareable at the same time

2014-01-28 Thread Chen Hanxiao
At 2014-01-28 22:21:26,"Cole Robinson" wrote: >On 01/28/2014 02:09 AM, Chen Hanxiao wrote: >> From: Chen Hanxiao >> >> Currently we could config disk with readonly and >> shareable at the same time, which is meaningless. >> virsh had already discouraged users doing this. >> This patch will disa

Re: [virt-tools-list] [virt-manager PATCH RFC] Remove the difference between VirtIO-SCSI and pure SCSI disks

2014-01-28 Thread Cole Robinson
On 01/28/2014 07:32 AM, Martin Kletzander wrote: > On Mon, Jan 27, 2014 at 10:37:44AM -0500, Cole Robinson wrote: >> On 01/27/2014 09:01 AM, Martin Kletzander wrote: >>> These disk types are differentiated by the *model* of the controller >>> they are connected to. I added a patch that ensures the

Re: [virt-tools-list] [virt-manager PATCH] Don't use SCSI or USB disks with stable_defaults

2014-01-28 Thread Martin Kletzander
On Tue, Jan 28, 2014 at 09:23:21AM -0500, Cole Robinson wrote: > On 01/28/2014 05:27 AM, Martin Kletzander wrote: > > One more fix I forgot to ammend into commit dc0b9bb. > > > > Signed-off-by: Martin Kletzander > > --- > > virtManager/addhardware.py | 2 +- > > 1 file changed, 1 insertion(+), 1

Re: [virt-tools-list] [virt-manager PATCH] details: disable config disk with readonly and shareable at the same time

2014-01-28 Thread Cole Robinson
On 01/28/2014 02:09 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > Currently we could config disk with readonly and > shareable at the same time, which is meaningless. > virsh had already discouraged users doing this. > This patch will disable users to config both > readonly and shareable at th

Re: [virt-tools-list] [virt-manager PATCH] details: show port number of console device in typelabel

2014-01-28 Thread Cole Robinson
On 01/28/2014 04:18 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > We could set multi console for VM and containers. > But our UI did not show the number of it. > It would bring troubles when we want to delete one. > This patch will show port number of console device > int typelabel. > > Signe

Re: [virt-tools-list] [virt-manager PATCH] Don't use SCSI or USB disks with stable_defaults

2014-01-28 Thread Cole Robinson
On 01/28/2014 05:27 AM, Martin Kletzander wrote: > One more fix I forgot to ammend into commit dc0b9bb. > > Signed-off-by: Martin Kletzander > --- > virtManager/addhardware.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/virtManager/addhardware.py b/virtManager/addha

Re: [virt-tools-list] Typo on the download page for virt-viewer

2014-01-28 Thread Christophe Fergeau
Hey, On Tue, Jan 28, 2014 at 01:10:17PM +, Daniel P. Berrange wrote: > On Tue, Jan 28, 2014 at 11:10:31AM -0200, Fernando Lozano wrote: > > Hi, > > >>And the links at http://www.spice-space.org/download.html still > > >>point to the 0.57 release MSIs. > > >I've suggested to spice people that i

Re: [virt-tools-list] Typo on the download page for virt-viewer

2014-01-28 Thread Fernando Lozano
Hi, PS: The windows binaries still don't include virt-manager, right? As there are woring virsh and virt-manager, what prevents virt-manager from working on Windows? virt-manager is a much more complex application than virt-viewer/virsh and is written in python. This makes life even harder becau

Re: [virt-tools-list] Typo on the download page for virt-viewer

2014-01-28 Thread Daniel P. Berrange
On Tue, Jan 28, 2014 at 11:10:31AM -0200, Fernando Lozano wrote: > Hi, > >>And the links at http://www.spice-space.org/download.html still > >>point to the 0.57 release MSIs. > >I've suggested to spice people that it just link to the virt-manager > >download page so it doesn't get out of date. > >

Re: [virt-tools-list] Typo on the download page for virt-viewer

2014-01-28 Thread Fernando Lozano
Hi, And the links at http://www.spice-space.org/download.html still point to the 0.57 release MSIs. I've suggested to spice people that it just link to the virt-manager download page so it doesn't get out of date. The problem is they link directly to the MSI files from virt-manager.org so they

Re: [virt-tools-list] [virt-manager PATCH RFC] Remove the difference between VirtIO-SCSI and pure SCSI disks

2014-01-28 Thread Martin Kletzander
On Mon, Jan 27, 2014 at 10:37:44AM -0500, Cole Robinson wrote: > On 01/27/2014 09:01 AM, Martin Kletzander wrote: > > These disk types are differentiated by the *model* of the controller > > they are connected to. I added a patch that ensures the controller > > which these disk are connected to ha

Re: [virt-tools-list] Typo on the download page for virt-viewer

2014-01-28 Thread Daniel P. Berrange
On Tue, Jan 28, 2014 at 09:38:42AM -0200, Fernando Lozano wrote: > Hi, > >I am happy to announce a new release of virt-viewer, version 0.6.0: > > > > > > http://virt-manager.org/download/sources/virt-viewer/virt-viewer-0.6.0.tar.gz > > > >This release also includes semi-experimental MSI installe

[virt-tools-list] Typo on the download page for virt-viewer

2014-01-28 Thread Fernando Lozano
Hi, I am happy to announce a new release of virt-viewer, version 0.6.0: http://virt-manager.org/download/sources/virt-viewer/virt-viewer-0.6.0.tar.gz This release also includes semi-experimental MSI installers for the Win32 (x86) and Win64 (x64) platforms: http://virt-manager.org/downlo

[virt-tools-list] [virt-manager PATCH] Don't use SCSI or USB disks with stable_defaults

2014-01-28 Thread Martin Kletzander
One more fix I forgot to ammend into commit dc0b9bb. Signed-off-by: Martin Kletzander --- virtManager/addhardware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py index 36174e9..1148d14 100644 --- a/virtManager/addhard

[virt-tools-list] [virt-manager PATCH] details: show port number of console device in typelabel

2014-01-28 Thread Chen Hanxiao
From: Chen Hanxiao We could set multi console for VM and containers. But our UI did not show the number of it. It would bring troubles when we want to delete one. This patch will show port number of console device int typelabel. Signed-off-by: Chen Hanxiao --- virtManager/details.py | 3 +++ 1