[libvirt] [PATCH v2 0/6] Convert port to unsigned integer

Peter Krempa pkrempa at redhat.com
Thu Jul 20 12:29:57 UTC 2017


Since Michal did not want to finis this I did. I also found a few bugs in
my previous patches which are addressed here.

Peter Krempa (6):
  qemu: command: Rename and move qemuNetworkDriveGetPort
  util: uri: Convert port number to unsigned integer
  qemu: command: Remove condition to use default sheepdog port
  util: storage: fill in default ports when parsing backing chain
  conf: domain: Split up virDomainStorageHostParse and rename it
  virStorageNetHostDef: Turn @port into integer

 src/conf/domain_conf.c                | 133 +++++++++++++++++++---------------
 src/libvirt_private.syms              |   1 +
 src/libxl/libxl_conf.c                |   2 +-
 src/qemu/qemu_block.c                 |   7 +-
 src/qemu/qemu_command.c               |  30 ++------
 src/qemu/qemu_parse_command.c         |  13 ++--
 src/storage/storage_backend_gluster.c |  17 +----
 src/storage/storage_driver.c          |   7 +-
 src/util/virstoragefile.c             |  68 +++++++----------
 src/util/virstoragefile.h             |   4 +-
 src/util/virstring.c                  |  37 ++++++++++
 src/util/virstring.h                  |   4 +
 src/util/viruri.h                     |   2 +-
 src/xenconfig/xen_xl.c                |   2 +-
 tests/virstoragetest.c                |  14 ++--
 15 files changed, 182 insertions(+), 159 deletions(-)

-- 
2.13.2




More information about the libvir-list mailing list