[libvirt] [PATCH 00/11] Fix disk dst/wwn/serial checks in hotplug case

Peter Krempa pkrempa at redhat.com
Thu Feb 4 14:49:37 UTC 2016


Peter Krempa (11):
  qemu: hotplug: Use typecasted switch
  qemu: hotplug: Remove unnecessary variable
  qemu: hotplug: Break up if/else statement into switch
  qemu: hotplug: Use more common 'cleanup' label in
    qemuDomainAttachDeviceDiskLive
  qemu: hotplug: Extract common code to qemuDomainAttachDeviceDiskLive
  conf: Extract code that checks disk serial/wwn conflict
  qemu: hotplug: Check duplicate disk serial/wwn on hotplug too
  qemu: process: Reorder operations on early VM startup
  qemu: process: Extract pre-start checks into a function
  tests: Integrate startup checks to qemuxml2argvtest
  conf: Move and optimize disk target duplicity checking

 src/conf/domain_conf.c    | 82 +++++++++++++++++++--------------------------
 src/conf/domain_conf.h    |  4 ++-
 src/libvirt_private.syms  |  2 +-
 src/qemu/qemu_command.c   |  3 --
 src/qemu/qemu_hotplug.c   | 85 +++++++++++++++++++++--------------------------
 src/qemu/qemu_migration.c |  2 +-
 src/qemu/qemu_process.c   | 57 +++++++++++++++++++++----------
 src/qemu/qemu_process.h   |  9 ++++-
 tests/qemuxml2argvtest.c  | 13 ++++++--
 9 files changed, 136 insertions(+), 121 deletions(-)

-- 
2.6.2




More information about the libvir-list mailing list