
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. All code change for libvirt-cim are in this serial, Please use it for 6.2, ignoring V2 serials. 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 allow ssh based migration with non root's key file libvirt-cim.conf | 14 + libvirt-cim.spec.in | 12 +- libxkutil/device_parsing.c | 11 +- libxkutil/misc_util.c | 119 ++++- libxkutil/misc_util.h | 3 + libxkutil/xmlgen.c | 9 +- src/Virt_ComputerSystem.c | 46 ++- src/Virt_ComputerSystemIndication.c | 581 +++++++++++++++++++- src/Virt_DevicePool.c | 41 +- src/Virt_ResourceAllocationSettingDataIndication.c | 6 +- src/Virt_VSMigrationService.c | 114 ++++- src/Virt_VSSD.c | 72 ++- src/Virt_VirtualSystemManagementService.c | 36 ++- 13 files changed, 996 insertions(+), 68 deletions(-)