summaryrefslogtreecommitdiffstats
path: root/storage-daemon
diff options
context:
space:
mode:
authorMarc-André Lureau2022-05-25 16:41:26 +0200
committerMarc-André Lureau2022-05-28 11:42:56 +0200
commit06680b15b4ee3184b57c9c910886a9ff8a7e58c0 (patch)
tree627126d7b88d195950f785c3344f5d53cc0f1768 /storage-daemon
parentMerge tag 'ak-pull-request' of https://gitlab.com/berrange/qemu into staging (diff)
downloadqemu-06680b15b4ee3184b57c9c910886a9ff8a7e58c0.tar.gz
qemu-06680b15b4ee3184b57c9c910886a9ff8a7e58c0.tar.xz
qemu-06680b15b4ee3184b57c9c910886a9ff8a7e58c0.zip
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>
Diffstat (limited to 'storage-daemon')
-rw-r--r--storage-daemon/qemu-storage-daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage-daemon/qemu-storage-daemon.c b/storage-daemon/qemu-storage-daemon.c
index 9b8b17f52e..c104817cdd 100644
--- a/storage-daemon/qemu-storage-daemon.c
+++ b/storage-daemon/qemu-storage-daemon.c
@@ -44,6 +44,7 @@
#include "qemu/help-texts.h"
#include "qemu-version.h"
+#include "qemu/cutils.h"
#include "qemu/config-file.h"
#include "qemu/error-report.h"
#include "qemu/help_option.h"