[libvirt] [RFC] driver's persistent connection closed event

2015-06-06 Thread Nikolay Shirokovskiy
Hello. I have a question concerning hypervisor driver persistent

[libvirt] ANNOUNCE: virt-manager 1.2.1 released

2015-06-06 Thread Cole Robinson
I'm happy to announce the release of virt-manager 1.2.1! virt-manager is a desktop application for managing KVM, Xen, and LXC virtualization via libvirt. The release can be downloaded from: http://virt-manager.org/download/ The direct download links are:

Re: [libvirt] [PATCH 3/3] qemu: caps: Advertise arm 32-on-64 KVM option

2015-06-06 Thread Cole Robinson
On 05/28/2015 07:31 AM, Daniel P. Berrange wrote: On Thu, May 21, 2015 at 07:03:28PM -0400, Cole Robinson wrote: We need to use qemu-system-aarch64 to run armv7l KVM VMs on an aarch64 host. --- src/qemu/qemu_capabilities.c | 42 ++ 1 file changed, 22

Re: [libvirt] [PATCH 0/3] qemu: Allow arm 32-on-64 KVM

2015-06-06 Thread Cole Robinson
On 05/28/2015 07:26 AM, John Ferlan wrote: On 05/21/2015 07:03 PM, Cole Robinson wrote: qemu 2.3.0 added support for enabling armv7l VMs to run on aarch64 hosts with KVM. First patch handles the special command line bit, last two patches are about advertising things in virsh capabilities.

[libvirt] [PATCH] rpc: RH1026137: Fix slow volume download (virsh vol-download)

2015-06-06 Thread Ossi Herrala
Use I/O vector (iovec) instead of one huge memory buffer as suggested in https://bugzilla.redhat.com/show_bug.cgi?id=1026137#c7. This avoids doing memmove() to big buffers and performance doesn't degrade if source (virNetClientStreamQueuePacket()) is faster than sink

Re: [libvirt] [CFT][PATCH 00/10] Making new mounts of proc and sysfs as safe as bind mounts (take 2)

2015-06-06 Thread Eric W. Biederman
Richard Weinberger rich...@nod.at writes: [CC'ing libvirt-lxc folks] Am 28.05.2015 um 23:32 schrieb Eric W. Biederman: Richard Weinberger rich...@nod.at writes: Am 28.05.2015 um 21:57 schrieb Eric W. Biederman: FWIW, it breaks also libvirt-lxc: Error: internal error: guest failed to