diff options
author | Paolo Bonzini | 2020-10-28 12:36:57 +0100 |
---|---|---|
committer | Paolo Bonzini | 2020-12-10 18:15:18 +0100 |
commit | 2c65db5e58d2c74921077f6c064ba4c91ebde16a (patch) | |
tree | 2f17d8e6b60cbb621521f2d534dc851e069fd31b /include/sysemu | |
parent | hmp: introduce cmd_available (diff) | |
download | qemu-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.h | 2 |
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); |