[libvirt] Enhancing block/disk migration in libvirt

2015-02-15 Thread Tony Breeds
Hello all, I'm new to both openstack and libvirt so I may get some of this slightly wrong[1]. Here is some context form the openstack world (which at least some of you are aware of). There are at least 2 open bug against openstack (nova) in the area of block/disk migration. 1) Live migration

[libvirt] [PATCH] virsh: fix IP address in vncdisplay for listen type='network'

2015-02-15 Thread Luyao Huang
Just like the fix for domdisplay in commit 1ba815. --- tools/virsh-domain.c | 12 1 file changed, 12 insertions(+) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index dc4a863..2506b89 100644 --- a/tools/virsh-domain.c +++ b/tools/virsh-domain.c @@ -10269,6 +10269,18 @@ cmd

[libvirt] [libvirt-test-API][PATCH 0/2] Add securitylabel test case

2015-02-15 Thread jiahu
The test case will check securityLabel() and securityLabelList() APIs. jiahu (2): Add securitylabel test case to linux_domain.conf Add securitylabel test case cases/linux_domain.conf | 4 + repos/domain/securitylabel.py | 170 ++ 2 files change

[libvirt] [libvirt-test-API][PATCH 1/2] Add securitylabel test case to linux_domain.conf

2015-02-15 Thread jiahu
--- cases/linux_domain.conf | 4 1 file changed, 4 insertions(+) diff --git a/cases/linux_domain.conf b/cases/linux_domain.conf index a5ada35..552f001 100644 --- a/cases/linux_domain.conf +++ b/cases/linux_domain.conf @@ -34,6 +34,10 @@ domain:start guestname $defaultname +do

[libvirt] [libvirt-test-API][PATCH 2/2] Add securitylabel test case

2015-02-15 Thread jiahu
2 new APIs securityLabel and securityLabelList will be covered in securitylabel.py --- repos/domain/securitylabel.py | 170 ++ 1 file changed, 170 insertions(+) create mode 100644 repos/domain/securitylabel.py diff --git a/repos/domain/securitylabel.py b/r