mbox series

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

Message ID cover.1592846572.git.mprivozn@redhat.com
Headers show
Series qga: Ditch g_get_host_name() | expand

Message

Michal Prívozník June 22, 2020, 5:25 p.m. UTC
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(-)