summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAkihiko Odaki2022-06-24 16:50:39 +0200
committerPaolo Bonzini2022-07-13 16:58:57 +0200
commit98753e9a8fc1791b60f1a674452ceb1184eb613a (patch)
tree210b930d9df12468271f97a032d63a15c2871ecb /util
parentdatadir: Use bundle mechanism (diff)
downloadqemu-98753e9a8fc1791b60f1a674452ceb1184eb613a.tar.gz
qemu-98753e9a8fc1791b60f1a674452ceb1184eb613a.tar.xz
qemu-98753e9a8fc1791b60f1a674452ceb1184eb613a.zip
module: Use bundle mechanism
Before this change, the directory of the executable was being added to resolve modules in the build tree. However, get_relocated_path() can now resolve them with the new bundle mechanism. Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> Message-Id: <20220624145039.49929-5-akihiko.odaki@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'util')
-rw-r--r--util/module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/module.c b/util/module.c
index 6bb4ad915a..8ddb0e18f5 100644
--- a/util/module.c
+++ b/util/module.c
@@ -274,7 +274,6 @@ bool module_load_one(const char *prefix, const char *lib_name, bool mayfail)
dirs[n_dirs++] = g_strdup_printf("%s", search_dir);
}
dirs[n_dirs++] = get_relocated_path(CONFIG_QEMU_MODDIR);
- dirs[n_dirs++] = g_strdup(qemu_get_exec_dir());
#ifdef CONFIG_MODULE_UPGRADES
version_dir = g_strcanon(g_strdup(QEMU_PKGVERSION),