Re: [libvirt-users] Libvirt 1.2.6 patch for Hyper-V 2012 R2 ?

2014-07-08 Thread Evgeny Vasilchenko
Well... I've integrated this patch into the 1.2.6 source tree, successfully compiled & installed libvirt on a === # virsh -V Virsh command line tool of libvirt 1.2.6 See web site at http://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM LXC UML Hyper-V Test Networking: Remote Ne

Re: [libvirt-users] Libvirt 1.2.6 patch for Hyper-V 2012 R2 ?

2014-07-08 Thread Eric Blake
On 07/08/2014 01:00 PM, Evgeny Vasilchenko wrote: > Hello, > > Does anyone know if the below patch for libvirt 1.2.4 has been integrated > into the libvirt 1.2.6 source code? No, it has not been integrated. We're waiting for a better patch that supports both versions of HyperV at once, for as l

[libvirt-users] Libvirt 1.2.6 patch for Hyper-V 2012 R2 ?

2014-07-08 Thread Evgeny Vasilchenko
Hello, Does anyone know if the below patch for libvirt 1.2.4 has been integrated into the libvirt 1.2.6 source code? http://www.redhat.com/archives/libvir-list/2014-May/msg00509.html https://github.com/vikhyath/libvirt-hyperv-r2-2012 Thank you! Evgeny ___

Re: [libvirt-users] memoryStats question

2014-07-08 Thread Gleb Voronich
In that case, I'd guess that Gleb just forgot to call virDomainSetMemoryStatsPeriod, perhaps? I've just performed the same test with CentOS 7 at the host and CentOS 7 at the guest. Everything works. # virsh dommemstat vm1 actual 1048576 swap_in 0 swap_out 0 major_fault 751 minor_fault 3958627

Re: [libvirt-users] libvirt behind stunnel4

2014-07-08 Thread Parthipan
Answering my own question: virsh expects a byte containing '\1' post ssl handshake. Libvirtd sends that but obviously the ssl offloader wouldn't do that. On 4 July 2014 14:29, Parthipan wrote: > Hi, > > I'm trying this setup where an stunnel4 (listening for clients on port > 16514) connects to

Re: [libvirt-users] memoryStats question

2014-07-08 Thread Claudio Bley
At Fri, 04 Jul 2014 16:18:45 +0200, Ján Tomko wrote: > > [1 ] > On 07/04/2014 03:18 PM, Claudio Bley wrote: > > At Thu, 03 Jul 2014 17:46:14 +0300, > > Gleb Voronich wrote: > >> > >> > >>> virDomainMemoryStats() gets those stats, if qemu is new enough to > >>> provide them, and if the guest coope

Re: [libvirt-users] How to get uuid info inside a lxc container created by libvirt_lxc

2014-07-08 Thread Qiang Guan
于 2014年07月08日 14:54, Claudio Bley 写道: At Tue, 08 Jul 2014 12:19:40 +0800, Qiang Guan wrote: 于 2014年07月08日 12:06, Eric Blake 写道: On 07/07/2014 10:02 PM, Qiang Guan wrote: Hi , Is there anyway to get uuid info inside a lxc container which is created by libvirt_lxc? For kvm, we can use dmideco