[PATCH v2 0/2] qga: Ditch g_get_host_name()

Michal Privoznik posted 2 patches 3 years, 9 months ago
Test asan passed
Test FreeBSD passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1592846572.git.mprivozn@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Stefan Weil <sw@weilnetz.de>, Michael Roth <mdroth@linux.vnet.ibm.com>
There is a newer version of this series
include/qemu/osdep.h | 10 ++++++++++
qga/commands.c       | 17 +++++++++++++----
util/oslib-posix.c   | 32 ++++++++++++++++++++++++++++++++
util/oslib-win32.c   | 13 +++++++++++++
4 files changed, 68 insertions(+), 4 deletions(-)
[PATCH v2 0/2] qga: Ditch g_get_host_name()
Posted by Michal Privoznik 3 years, 9 months ago
v2 of:

https://lists.nongnu.org/archive/html/qemu-devel/2020-06/msg04457.html

diff to v1:
- Move implementation out from qga/ to util/oslib-*

Michal Privoznik (2):
  util: Introduce qemu_get_host_name()
  qga: Use qemu_get_host_name() instead of g_get_host_name()

 include/qemu/osdep.h | 10 ++++++++++
 qga/commands.c       | 17 +++++++++++++----
 util/oslib-posix.c   | 32 ++++++++++++++++++++++++++++++++
 util/oslib-win32.c   | 13 +++++++++++++
 4 files changed, 68 insertions(+), 4 deletions(-)

-- 
2.26.2