[virt-tools-list] virt-manager password management

2017-05-05 Thread Jason Staudenmayer
I'd like to connect to two different KVM servers with two different accounts (systems are not on the same network) without using keys. Unless I have the two systems passwords exactly the same I can only connect to one. Where does the virt-manager store the passwords it uses? Thanks Jason

[virt-tools-list] How to force em1 during virt-install?

2017-05-05 Thread William D. Colburn
I want to use virt-install on a raw hard disk to kickstart a machine. It all works fine, but the intitial install has an eth0, and when I move the disk to physical hardware the ethernet is em1 instead. Admittedly, I already have to delete the HWADDR line out of the ifcg-em1, so I could just rename

Re: [virt-tools-list] [virt-manager PATCH 0/3] add support for memory device

2017-05-05 Thread Pavel Hrdina
On Fri, May 05, 2017 at 11:32:43AM -0400, Cole Robinson wrote: > On 05/05/2017 06:22 AM, Pavel Hrdina wrote: > > Pavel Hrdina (3): > > virtinst.cpu: don't validate "cpus" for NUMA cells > > virtinst: introduce support for element > > virtinst: add support for memory device > > > > man/virt

Re: [virt-tools-list] [virt-manager PATCH 0/3] add support for memory device

2017-05-05 Thread Cole Robinson
On 05/05/2017 06:22 AM, Pavel Hrdina wrote: > Pavel Hrdina (3): > virtinst.cpu: don't validate "cpus" for NUMA cells > virtinst: introduce support for element > virtinst: add support for memory device > > man/virt-install.pod | 14 +- > man/virt-xml.pod

Re: [virt-tools-list] virt-manager Start Manager error : unsupported format character '�(0xffffffef) at index 30

2017-05-05 Thread Cole Robinson
On 05/04/2017 10:12 PM, zhao...@foxmail.com wrote: > hello,friends > > I have a kvm host, the virtual machine is running normally, I can use > the |virsh| command to manage the virtual machine, but > start |virt-manager| error, the error message is as follows: |unsupported > format character ' (0x

Re: [virt-tools-list] [PATCH virt-viewer v2] window: Allow to control zoom using keypad

2017-05-05 Thread Victor Toso
Hi, On Thu, May 04, 2017 at 01:43:43PM +0200, Pavel Grunt wrote: > Support for more than one key combo for accelerator is available > since GTK 3.12 through GAction. It is currently not possible to > use mnemonics also for numpad keys, for more info see: > https://bugzilla.gnome.org/show_bug.cgi?

Re: [virt-tools-list] GSoC Project

2017-05-05 Thread Cedric Bosdonnat
Welcome Radostin! On Fri, 2017-05-05 at 10:29 +0100, Radostin Stoyanov wrote: > I would like to introduce myself. > My name is Radostin Stoyanov and I am Computing Science student at > University of Aberdeen. > > After the announcement form Google yesterday, I'm excited that my > proposal for the

[virt-tools-list] [virt-manager PATCH 2/3] virtinst: introduce support for element

2017-05-05 Thread Pavel Hrdina
This element controls hot(un)plugable memory for the guest in addition to the initial memory configured by element. One has to configure and guest numa nodes using element to enable hot(un)plug of memory modules. Signed-off-by: Pavel Hrdina --- man/virt-install.pod

[virt-tools-list] [virt-manager PATCH 3/3] virtinst: add support for memory device

2017-05-05 Thread Pavel Hrdina
This is the actual memory device that is used to hot(un)plug memory to(from) a guest. Signed-off-by: Pavel Hrdina --- man/virt-install.pod | 7 +++ man/virt-xml.pod | 2 + .../compare/virt-install-memory-device-dimm.xml| 53 ++

[virt-tools-list] [virt-manager PATCH 0/3] add support for memory device

2017-05-05 Thread Pavel Hrdina
Pavel Hrdina (3): virtinst.cpu: don't validate "cpus" for NUMA cells virtinst: introduce support for element virtinst: add support for memory device man/virt-install.pod | 14 +- man/virt-xml.pod | 2 + .../compare/virt-i

[virt-tools-list] [virt-manager PATCH 1/3] virtinst.cpu: don't validate "cpus" for NUMA cells

2017-05-05 Thread Pavel Hrdina
This attribute doesn't set pinning to host CPUs, it configures which guest vCPUs should belong to that guest NUMA node. If a guest has more vCPUs than host you wouldn't be able to configure all guest vCPUs to the NUMA nodes for guest. Signed-off-by: Pavel Hrdina --- virtinst/cpu.py | 6 +-

[virt-tools-list] GSoC Project

2017-05-05 Thread Radostin Stoyanov
Hi list, I would like to introduce myself. My name is Radostin Stoyanov and I am Computing Science student at University of Aberdeen. After the announcement form Google yesterday, I'm excited that my proposal for the GSoC project "Ease creation of containers" has been accepted. http://wiki.libvir