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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to