[libvirt] [v0.9.12-maint v2 00/12] Debian's 0.9.12 patches

Guido Günther agx at sigxcpu.org
Thu Sep 12 08:18:57 UTC 2013


These are the patches Debian is currently carrying on 0.9.12.  Most are
straight cherry-picks. Since we're maintaining 0.9.12 for our current
stable release I'm happy to push these to v0.9.12-maint.

Daniel P. Berrange (2):
  Don't ignore return value of qemuProcessKill
  Fix race condition when destroying guests

Eric Blake (1):
  build: fix virnetlink on glibc 2.11

Jiri Denemark (3):
  daemon: Fix crash in virTypedParameterArrayClear
  Revert "rpc: Discard non-blocking calls only when necessary"
  qemu: Add support for -no-user-config

Luca Tettamanti (1):
  Make sure regfree is called close to it's usage

Martin Kletzander (1):
  security: Fix libvirtd crash possibility

Peter Krempa (4):
  qemu: Fix off-by-one error while unescaping monitor strings
  rpc: Fix crash on error paths of message dispatching
  conf: Remove callback from stream when freeing entries in console hash
  conf: Remove console stream callback only when freeing console helper

 cfg.mk                                |   3 +-
 daemon/remote.c                       |  16 +-
 src/conf/virconsole.c                 |  13 ++
 src/qemu/qemu_capabilities.c          |   7 +-
 src/qemu/qemu_capabilities.h          |   1 +
 src/qemu/qemu_command.c               |  11 +-
 src/qemu/qemu_driver.c                |  21 ++-
 src/qemu/qemu_monitor.c               |  11 +-
 src/rpc/virnetclient.c                |  21 +--
 src/rpc/virnetserverclient.c          |   3 +
 src/rpc/virnetserverprogram.c         |  11 +-
 src/storage/storage_backend_logical.c |   5 +-
 src/util/virnetlink.h                 |   2 +
 tests/qemuhelpdata/qemu-1.1           | 268 ++++++++++++++++++++++++++++++++++
 tests/qemuhelpdata/qemu-1.1-device    | 160 ++++++++++++++++++++
 tests/qemuhelptest.c                  |  75 ++++++++++
 16 files changed, 586 insertions(+), 42 deletions(-)
 create mode 100644 tests/qemuhelpdata/qemu-1.1
 create mode 100644 tests/qemuhelpdata/qemu-1.1-device

-- 
1.8.4.rc3




More information about the libvir-list mailing list