summaryrefslogtreecommitdiffstats
path: root/include/sysemu
diff options
context:
space:
mode:
authorPaolo Bonzini2020-10-28 12:36:57 +0100
committerPaolo Bonzini2020-12-10 18:15:18 +0100
commit2c65db5e58d2c74921077f6c064ba4c91ebde16a (patch)
tree2f17d8e6b60cbb621521f2d534dc851e069fd31b /include/sysemu
parenthmp: introduce cmd_available (diff)
downloadqemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.tar.gz
qemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.tar.xz
qemu-2c65db5e58d2c74921077f6c064ba4c91ebde16a.zip
vl: extract softmmu/datadir.c
Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/sysemu')
-rw-r--r--include/sysemu/sysemu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/sysemu.h b/include/sysemu/sysemu.h
index 1336b4264a..c94b2e7159 100644
--- a/include/sysemu/sysemu.h
+++ b/include/sysemu/sysemu.h
@@ -13,8 +13,6 @@ extern const char *qemu_name;
extern QemuUUID qemu_uuid;
extern bool qemu_uuid_set;
-void qemu_add_data_dir(char *path);
-
void qemu_add_exit_notifier(Notifier *notify);
void qemu_remove_exit_notifier(Notifier *notify);