~ubuntu-virt/libvirt/+git/libvirt-lp-import:v0.9.11-maint

Last commit made on 2014-01-22
Get this branch:
git clone -b v0.9.11-maint https://git.launchpad.net/~ubuntu-virt/libvirt/+git/libvirt-lp-import

Branch merges

Branch information

Name:
v0.9.11-maint
Repository:
lp:~ubuntu-virt/libvirt/+git/libvirt-lp-import

Recent commits

cd0d348... by Eric Blake

maint: this branch is now dead

Upstream is no longer willing to backport patches to a branch
this old. If you disagree with the policy, please volunteer
to become the branch maintainer on <email address hidden>

Signed-off-by: Eric Blake <email address hidden>

bffb944... by Daniel Berrange

Fix TLS tests with gnutls 3

When given a CA cert with basic constraints to set non-critical,
and key usage of 'key signing', this should be rejected. Version
of GNUTLS < 3 do not rejecte it though, so we never noticed the
test case was broken

Signed-off-by: Daniel P. Berrange <email address hidden>
(cherry picked from commit 0204d6d7a0519377b2e6bc296b00328cd748f55d)
(cherry picked from commit ec5190af86487aca90ecc68df3153a7775f2ff4f)

9dc3c58... by Eric Blake

build: avoid confusing make with raw name 'undefine'

Make has a builtin operator 'undefine', and coupled with latest
automake.git, this test name ended up confusing make into thinking
the file name was meant to be used as the make operator. Renaming
the file avoids the confusion.

* tests/undefine: Rename...
* tests/virsh-undefine: ...to this.
* tests/Makefile.am (test_scripts): Use new name.
Reported by Jim Meyering.

(cherry picked from commit a20f06d9d9b0353d7fb7a8e11a631253d5961b96)

fd62b68... by Zhou Yimin <email address hidden>

remote: fix regression in event deregistration

Introduced by 7b87a3
When I quit the process which only register VIR_DOMAIN_EVENT_ID_REBOOT,
I got error like:
"libvirt: XML-RPC error : internal error: domain event 0 not registered".
Then I add the following code, it fixed.

Signed-off-by: Zhou Yimin <email address hidden>
Signed-off-by: Eric Blake <email address hidden>
(cherry picked from commit 9712c2510ec87a87578576a407768380e250a6a4)

Conflicts:
 src/remote/remote_driver.c - context

7165cbb... by Cole Robinson

spec: Fix script warning when uninstalling libvirt-client

https://bugzilla.redhat.com/show_bug.cgi?id=888071
(cherry picked from commit d60c7f75c2375fd1a2cfc7e3c4c2e7b030b4b886)

324c883... by Daniel Berrange

Don't install legacy initscripts at same time as systemd ones

The Fedora policies don't want us installing the legacy initscripts
in parallel with the systemd ones, so switch to only install the
systemd unit

Signed-off-by: Daniel P. Berrange <email address hidden>
(cherry picked from commit 49e5abb6a62616c0d4555a754e6a11e816b7d2a3)

5dd76a5... by Eric Blake

Merge commit 'v0.9.11.6' into v0.9.11-maint

Done by 'git merge -s ours v0.9.11.6', so that the maint branch
will contain all release tags.

Signed-off-by: Eric Blake <email address hidden>

5399dfe... by Cole Robinson

Prep for release 0.9.11.10

343e6ca... by Christophe Fergeau <email address hidden>

storage: Ensure 'qemu-img resize' size arg is a 512 multiple

qemu-img resize will fail with "The new size must be a multiple of 512"
if libvirt doesn't round it first.
This fixes rhbz#951495

Signed-off-by: Christophe Fergeau <email address hidden>
(cherry picked from commit 9a8f39d097448b2b43c4a05d0edc213eacfc9ea6)

84d7e1f... by Eric Blake

smartcard: spell ccid-card-emulated qemu property correctly

Reported by Anthony Messina in
https://bugzilla.redhat.com/show_bug.cgi?id=904692
Present since introduction of smartcard support in commit f5fd9baa

* src/qemu/qemu_command.c (qemuBuildCommandLine): Match qemu spelling.
* tests/qemuxml2argvdata/qemuxml2argv-smartcard-host-certificates.args:
Fix broken test.
(cherry picked from commit 6f7e4ea359323f9bc413dfb738a5c544d4f9c4f8)