[libvirt] Release Candidate 2 for libvirt-1.2.19

2015-08-30 Thread Daniel Veillard
It's out, I tagged it in git and pushed signed tarball and rpms to the usual place: ftp://libvirt.org/libvirt/ This seems to work fine in my limited testing, and if nobody raise any serious issue I plan to make the final release on Wednesday. But please give it a try :-) Daniel -- Dan

Re: [libvirt] [libvirt-test-api][PATCH] Add new test case for allocPages API

2015-08-30 Thread hongming
On 08/28/2015 05:02 PM, Luyao Huang wrote: Signed-off-by: Luyao Huang --- cases/test_connection.conf | 4 ++ repos/virconn/connection_allocPages.py | 88 ++ 2 files changed, 92 insertions(+) create mode 100644 repos/virconn/connection_allocPage

Re: [libvirt] [libvirt-test-api][PATCH 3/3] Add a new test case for ioThreadInfo

2015-08-30 Thread hongming
On 08/13/2015 11:09 AM, Luyao Huang wrote: Signed-off-by: Luyao Huang --- cases/linux_domain.conf | 6 repos/domain/info_iothread.py | 80 +++ 2 files changed, 86 insertions(+) create mode 100644 repos/domain/info_iothread.py diff --git

[libvirt] [PATCH] virsh: Enhance the detailed output of domblklist for networked source

2015-08-30 Thread Lin Ma
Format & Output more detailed information about networked source e.g: The output without the patch: $ virsh domblklist $DOMAIN --details Type Device Target Source networkdisk vdatest-pool/image networkdisk v

Re: [libvirt] [PATCH] apparmor: Adjust path to domain monitor socket

2015-08-30 Thread Guido Günther
On Sun, Aug 30, 2015 at 01:51:28PM +0200, Martin Kletzander wrote: > On Sat, Aug 29, 2015 at 06:16:29PM +0200, Guido Günther wrote: > >f1f68ca33 moved the monitor socket to a per domain directory. Adjust the > >path accordingly. > >--- > >It'd be nice to have this in 1.2.19 since it unbreaks starti

Re: [libvirt] [PATCH] apparmor: Adjust path to domain monitor socket

2015-08-30 Thread Martin Kletzander
On Sat, Aug 29, 2015 at 06:16:29PM +0200, Guido Günther wrote: f1f68ca33 moved the monitor socket to a per domain directory. Adjust the path accordingly. --- It'd be nice to have this in 1.2.19 since it unbreaks starting qemu based domains. ACK && safe for freeze, sorry for that. src/securi