Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / osdep.c
diff --git a/osdep.c b/osdep.c
index 3696601..b300ba1 100644 (file)
--- a/osdep.c
+++ b/osdep.c
@@ -33,6 +33,9 @@
 #include <sys/statvfs.h>
 #endif
 
+/* FIXME: This file should be target independent. However it has kqemu
+   hacks, so must be built for every target.  */
+
 /* Needed early for HOST_BSD etc. */
 #include "config-host.h"