diff options
| author | Blue Swirl | 2011-09-21 22:00:18 +0200 |
|---|---|---|
| committer | Blue Swirl | 2011-10-01 11:31:08 +0200 |
| commit | efbf29b6816416731e5dc420901a90430b6ea92d (patch) | |
| tree | 5866e08e0771b614125866f972b8958c4334379a /softmmu_template.h | |
| parent | ESP: convert to trace framework (diff) | |
| download | qemu-efbf29b6816416731e5dc420901a90430b6ea92d.tar.gz qemu-efbf29b6816416731e5dc420901a90430b6ea92d.tar.xz qemu-efbf29b6816416731e5dc420901a90430b6ea92d.zip | |
Document softmmu templates
Add some comments to describe each file.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'softmmu_template.h')
| -rw-r--r-- | softmmu_template.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/softmmu_template.h b/softmmu_template.h index c2df9ec2d4..ae0ccf226c 100644 --- a/softmmu_template.h +++ b/softmmu_template.h @@ -1,6 +1,11 @@ /* * Software MMU support * + * Generate helpers used by TCG for qemu_ld/st ops and code load + * functions. + * + * Included from target op helpers and exec.c. + * * Copyright (c) 2003 Fabrice Bellard * * This library is free software; you can redistribute it and/or |
