]> git.proxmox.com Git - mirror_qemu.git/commit
include: move qemu_*_exec_dir() to cutils
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 25 May 2022 14:41:26 +0000 (16:41 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 28 May 2022 09:42:56 +0000 (11:42 +0200)
commit06680b15b4ee3184b57c9c910886a9ff8a7e58c0
tree627126d7b88d195950f785c3344f5d53cc0f1768
parent2417cbd5916d043e0c56408221fbe9935d0bc8da
include: move qemu_*_exec_dir() to cutils

The function is required by get_relocated_path() (already in cutils),
and used by qemu-ga and may be generally useful.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20220525144140.591926-2-marcandre.lureau@redhat.com>
include/qemu/cutils.h
include/qemu/osdep.h
qemu-io.c
storage-daemon/qemu-storage-daemon.c
tests/qtest/fuzz/fuzz.c
util/cutils.c
util/oslib-posix.c
util/oslib-win32.c