Re: [virt-tools-list] [PATCH virt-viewer 1/2] virt-viewer: Allow more precise VM selection

2017-03-01 Thread Pavel Grunt
On Wed, 2017-03-01 at 15:36 -0600, Jonathon Jongsma wrote: > On Fri, 2017-02-24 at 15:57 +0100, Pavel Grunt wrote: > > Theoretically a VM name can be a valid VM id or uuid. In that case > > connecting to the VMs may be problematic since virt-viewer selects > > the VM by its id then by uuid if not

Re: [virt-tools-list] [PATCH 12/12] virtManager/ui: add 3d acceleration checkbox to virtio video

2017-03-01 Thread Cole Robinson
On 02/21/2017 08:01 AM, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Signed-off-by: Marc-André Lureau > --- > ui/details.ui | 203 > + >

Re: [virt-tools-list] [PATCH virt-viewer 1/2] virt-viewer: Allow more precise VM selection

2017-03-01 Thread Jonathon Jongsma
On Fri, 2017-02-24 at 15:57 +0100, Pavel Grunt wrote: > Theoretically a VM name can be a valid VM id or uuid. In that case > connecting to the VMs may be problematic since virt-viewer selects > the VM by its id then by uuid if not found then by its name. > > Introduce new command line options to

Re: [virt-tools-list] [virt-manager PATCH v2 0/9] Inspection: rework queue, allow refresh

2017-03-01 Thread Cole Robinson
On 02/23/2017 05:22 AM, Pino Toscano wrote: > Hi, > > this patch series cleans up the queue used to inspect the various VMs, > reacting also to additions/removals of connections and VMs. > Other than for making the inspection code better, also it hels for > implemeting the possibility to refresh

Re: [virt-tools-list] [PATCH] inspection: try harder to show a pkg summary

2017-03-01 Thread Cole Robinson
On 02/27/2017 05:29 AM, Pino Toscano wrote: > If a package has no summary, try to use the description (if available): > - if it is just one line (mostly because the package manager only has > a single line as description of a package), then use it fully > - if it contains more lines, then take

Re: [virt-tools-list] [PATCH v3 1/6] Add GUI to create wizzard for virtuozzo containers

2017-03-01 Thread Cole Robinson
On 02/21/2017 09:27 AM, Mikhail Feoktistov wrote: > Add virtuozzo hypervisor to connection list. > Add radio buttons for choosing VM or container virtualization type. > New wizzard window for setting template name for containers. > --- > ui/create.ui | 149 >

Re: [virt-tools-list] [PATCH v3 6/6] Add tests for Virtuozzo hypervisor

2017-03-01 Thread Cole Robinson
On 02/21/2017 09:28 AM, Mikhail Feoktistov wrote: > UI and CLI tests > --- > tests/capabilities-xml/vz.xml | 53 > ++ > .../compare/virt-install-vz-ct-template.xml| 26 +++ > tests/clitest.py | 15 ++ >

Re: [virt-tools-list] [PATCH v3 5/6] Do not use createXML for non transient domains

2017-03-01 Thread Cole Robinson
On 02/21/2017 09:27 AM, Mikhail Feoktistov wrote: > For these domains use defineXML > Also do not call secocd defineXML if install_xml == final_xml > --- > virtinst/guest.py | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/virtinst/guest.py

Re: [virt-tools-list] [PATCH v3 2/6] Set default action in case of on_crash as destroy

2017-03-01 Thread Cole Robinson
On 02/21/2017 09:27 AM, Mikhail Feoktistov wrote: > Virtuozzo hypervisor doesn't support restart on_crash for containers. > Also for common qemu usage it's not going to have any functional difference. > --- > virtinst/guest.py | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff