aboutsummaryrefslogtreecommitdiffstats
path: root/softmmu_defs.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2011-09-21 20:00:18 +0000
committerBlue Swirl <blauwirbel@gmail.com>2011-10-01 09:31:08 +0000
commitefbf29b6816416731e5dc420901a90430b6ea92d (patch)
tree5866e08e0771b614125866f972b8958c4334379a /softmmu_defs.h
parentbf4b9889ab02f528a7e3944d7cf64ddd77f9ad46 (diff)
Document softmmu templates
Add some comments to describe each file. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'softmmu_defs.h')
-rw-r--r--softmmu_defs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/softmmu_defs.h b/softmmu_defs.h
index e38bb752f..c5a2bcd3e 100644
--- a/softmmu_defs.h
+++ b/softmmu_defs.h
@@ -1,3 +1,11 @@
+/*
+ * Software MMU support
+ *
+ * Declare helpers used by TCG for qemu_ld/st ops.
+ *
+ * Used by softmmu_exec.h, TCG targets and exec-all.h.
+ *
+ */
#ifndef SOFTMMU_DEFS_H
#define SOFTMMU_DEFS_H