]> git.proxmox.com Git - mirror_qemu.git/blobdiff - os-win32.c
memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType
[mirror_qemu.git] / os-win32.c
index c9c3afe648b75affee90845c9577974a7945c254..fd1137bab1fab40057df048acbfcaf64d496eb29 100644 (file)
@@ -57,17 +57,6 @@ void os_setup_early_signal_handling(void)
     atexit(os_undo_timer_resolution);
 }
 
-/*
- * Look for support files in the same directory as the executable.
- *
- * The caller must use g_free() to free the returned data when it is
- * no longer required.
- */
-char *os_find_datadir(void)
-{
-    return qemu_get_exec_dir();
-}
-
 void os_set_line_buffering(void)
 {
     setbuf(stdout, NULL);