[libvirt] [PATCH] build: update to latest gnulib

2016-11-12 Thread Eric Blake
In particular, pull in gnulib's fix for the broken SIZE_MAX on s390. * .gnulib: Update to latest. * bootstrap: Resync to upstream. Signed-off-by: Eric Blake --- A buildbot on an s390 platform was complaining: CC util/libvirt_setuid_rpc_client_la-virconf.lo util/virconf.c: In function '

[libvirt] [PATCH] Changes to support Veritas HyperScale (VxHS) block device protocol with qemu-kvm

2016-11-12 Thread Ashish Mittal
Sample XML for a vxhs vdisk is as follows: eb90327c-8302-4725-9e1b-4e85ed4dc251 Signed-off-by: Ashish Mittal --- docs/formatdomain.html.in | 12 ++-- docs/schemas/domaincommon.rng | 1 + src/qemu/qemu_command.c

[libvirt] [PATCH] Pass GPG_TTY env var to the ssh binary

2016-11-12 Thread Guido Günther
This came in via the Debian BTS: http://bugs.debian.org/43863 and it looks good to me. >From 7eeec0664ed2c4986172b67815d2ecf5432d0a40 Mon Sep 17 00:00:00 2001 Message-Id: <7eeec0664ed2c4986172b67815d2ecf5432d0a40.1478956627.git@sigxcpu.org> From: Guilhem Moulin Date: Thu, 10 Nov 2016 11:17

[libvirt] [PATCH v3] storage_backend_rbd: check the return value of rados_conf_set

2016-11-12 Thread Chen Hanxiao
From: Chen Hanxiao We forget to check the return value of some rados_conf_set. Signed-off-by: Chen Hanxiao --- v2: add another missing return value check v3: fix a copy-paste error src/storage/storage_backend_rbd.c | 28 1 file changed, 24 insertions(+), 4 deletio