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_header.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_header.h')
| -rw-r--r-- | softmmu_header.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/softmmu_header.h b/softmmu_header.h index 2f95c33409..818d7b662e 100644 --- a/softmmu_header.h +++ b/softmmu_header.h @@ -1,6 +1,15 @@ /* * Software MMU support * + * Generate inline load/store functions for one MMU mode and data + * size. + * + * Generate a store function as well as signed and unsigned loads. For + * 32 and 64 bit cases, also generate floating point functions with + * the same size. + * + * Not used directly but included from softmmu_exec.h and exec-all.h. + * * Copyright (c) 2003 Fabrice Bellard * * This library is free software; you can redistribute it and/or |
