[Libvirt-cim] [PATCH V2 00/11] bug fix and enhancement patch rebase for 6.2

Wenchao Xia xiawenc at linux.vnet.ibm.com
Mon Dec 17 11:10:08 UTC 2012


  These are the patches rebased which fix bugs reported for 6.1 or potential
problem. Last patch is an enhancement for migration usage. Each patch is
stand alone can can be applied independendly.

Wenchao Xia (11):
  remove script for bridge network
  do not deregister virt classes in yum upgrade
  CSI, fix debug print crash
  CSI, add lock to protect shared data
  DevicePool, fix debug print crash
  DevicePool, reimplement get_diskpool_config with libvirt
  RASDIndication, fix debug print crash
  device parsing, add debug print
  CSI Discard libvirt event by default
  VSSD, fix a error report issue in VSSD enum
  provide a hack to borrow non-root ssh keys in migration

 libvirt-cim.spec.in                                |   12 +-
 libxkutil/device_parsing.c                         |   11 +-
 libxkutil/xmlgen.c                                 |    9 +-
 src/Virt_ComputerSystem.c                          |   46 ++-
 src/Virt_ComputerSystemIndication.c                |  581 +++++++++++++++++++-
 src/Virt_DevicePool.c                              |   43 ++-
 src/Virt_ResourceAllocationSettingDataIndication.c |    6 +-
 src/Virt_VSMigrationService.c                      |   96 +++-
 src/Virt_VSSD.c                                    |   72 ++-
 src/Virt_VirtualSystemManagementService.c          |   36 ++-
 10 files changed, 859 insertions(+), 53 deletions(-)





More information about the Libvirt-cim mailing list