[libvirt] [PATCH v4 0/5] Introduce flags to virDomainGetHostname()

Michal Privoznik mprivozn at redhat.com
Thu Jan 9 12:45:55 UTC 2020


v4 of:

https://www.redhat.com/archives/libvir-list/2019-December/msg01453.html

diff to v3:
- I've split Julio's one patch into 4 smaller ones,
- I've fixed issues I've raised in v3, like new error code (patch 1/5 is
  completely new that's why I'm authoring it), fixed the completer and
  some memleaks.

Julio Faracco (4):
  Introduce source flags to virDomainGetHostname()
  qemu: Implement virDomainGetHostnameFlags
  lxc: Implement virDomainGetHostnameFlags
  virsh: Expose virDomainGetHostnameFlags

Michal Prívozník (1):
  virerror: Make it easier to add new error number

 docs/manpages/virsh.rst          |   7 +-
 include/libvirt/libvirt-domain.h |   6 ++
 include/libvirt/virterror.h      |   1 +
 scripts/apibuild.py              |   6 ++
 src/libvirt-domain.c             |   9 ++-
 src/lxc/lxc_driver.c             |  79 +++++++++++++++++++
 src/qemu/qemu_driver.c           | 125 +++++++++++++++++++++++++++----
 src/remote/remote_daemon.c       |   1 +
 src/util/virerror.c              |   7 +-
 tools/virsh-completer-domain.c   |  19 +++++
 tools/virsh-completer-domain.h   |   4 +
 tools/virsh-domain.c             |  37 ++++++++-
 tools/virsh-domain.h             |   8 ++
 13 files changed, 286 insertions(+), 23 deletions(-)

-- 
2.24.1




More information about the libvir-list mailing list