]> git.proxmox.com Git - mirror_qemu.git/commit
qga: move qga_get_host_name()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 20 Apr 2022 13:26:14 +0000 (17:26 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 21 Apr 2022 13:09:09 +0000 (17:09 +0400)
commit548fb0da730072d8c96b40ce29b024dd16cbab92
tree97f39a8685323b6050c51d545299de81b1be1290
parent756a98dd701ec3a9127c700ba9e7e93254b05f28
qga: move qga_get_host_name()

The function is specific to qemu-ga, no need to share it in QEMU.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Message-Id: <20220420132624.2439741-32-marcandre.lureau@redhat.com>
include/qemu/osdep.h
qga/commands-common.h
qga/commands-posix.c
qga/commands-win32.c
qga/commands.c
util/oslib-posix.c
util/oslib-win32.c