I've been building up several (unrelated) patches that haven't been
reviewed yet; here they are in no particular order except that
6 depends on 5, and that 4 depends on 3.
Eric Blake (6):
datatypes: avoid redundant __FUNCTION__
maint: improve sc_prohibit_strncmp syntax check
build: let xgettext see strings in libvirt-guests
qemu: use -incoming fd:n to avoid qemu holding fd indefinitely
qemu: use lighter-weight fd:n on incoming tunneled migration
qemu: improve efficiency of dd during snapshots
Laurent LĂ©onard (1):
libvirt-guests: remove bashisms
.gnulib | 2 +-
.x-sc_prohibit_strcmp | 1 -
.x-sc_prohibit_strncmp | 1 -
Makefile.am | 2 -
cfg.mk | 7 +-
po/POTFILES.in | 1 +
src/datatypes.c | 129 +++++++++++++++-----
src/qemu/qemu_command.c | 82 ++++++++-----
src/qemu/qemu_command.h | 1 +
src/qemu/qemu_driver.c | 56 +++------
src/qemu/qemu_monitor_json.c | 5 +-
src/qemu/qemu_monitor_text.c | 5 +-
.../qemuxml2argv-restore-v2-fd.args | 1 +
.../qemuxml2argv-restore-v2-fd.xml | 25 ++++
tests/qemuxml2argvtest.c | 30 +++--
tools/Makefile.am | 13 ++-
...bvirt-guests.init.in => libvirt-guests.init.sh} | 72 +++++++-----
17 files changed, 279 insertions(+), 154 deletions(-)
delete mode 100644 .x-sc_prohibit_strcmp
delete mode 100644 .x-sc_prohibit_strncmp
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-restore-v2-fd.args
create mode 100644 tests/qemuxml2argvdata/qemuxml2argv-restore-v2-fd.xml
rename tools/{libvirt-guests.init.in => libvirt-guests.init.sh} (76%)
--
1.7.3.4