mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Document softmmu templates
Add some comments to describe each file. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
bf4b9889ab
commit
efbf29b681
4 changed files with 33 additions and 1 deletions
|
@ -1,4 +1,14 @@
|
|||
/* Common softmmu definitions and inline routines. */
|
||||
/*
|
||||
* Software MMU support
|
||||
*
|
||||
* Generate inline load/store functions for all MMU modes (typically
|
||||
* at least _user and _kernel) as well as _data versions, for all data
|
||||
* sizes.
|
||||
*
|
||||
* Used by target op helpers.
|
||||
*
|
||||
* MMU mode suffixes are defined in target cpu.h.
|
||||
*/
|
||||
|
||||
/* XXX: find something cleaner.
|
||||
* Furthermore, this is false for 64 bits targets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue