[libvirt] [PATCH 0/3] libxl: misc fixes for migration

Jim Fehlig jfehlig at suse.com
Mon Mar 19 23:28:42 UTC 2018


While working on the {Begin,End}API improvements I noticed a few problems
in the migration code. The first two are trival, but the third describes
a problem I encountered while testing, and provides a potential fix. See
the patch for more details.

Jim Fehlig (3):
  libxl: dont dereference NULL libxlDomainObjPrivatePtr
  libxl: remove needless 'else' in libxlDomainMigrationPrepare
  util: introduce virSocketAddrParseQuiet

 src/libvirt_private.syms    |  1 +
 src/libxl/libxl_migration.c | 10 ++++----
 src/rpc/virnetsocket.c      |  2 +-
 src/util/virsocketaddr.c    | 60 +++++++++++++++++++++++++++++++++------------
 src/util/virsocketaddr.h    |  4 +++
 5 files changed, 55 insertions(+), 22 deletions(-)

-- 
2.16.2




More information about the libvir-list mailing list