Statistics
| Branch: | Revision:

root / docs / memory.txt @ feature-archipelago

History | View | Annotate | Download (10.9 kB)

# Date Author Comment
6f1ce94a 11/06/2013 05:59 am Peter Maydell

docs/memory.txt: Clarify and expand priority/overlap documentation

The documentation of how overlapping memory regions behave and how
the priority system works was rather brief, and confusion about
priorities seems to be quite common for developers trying to understand...

8002ccd6 10/14/2013 05:11 pm Marcel Apfelbaum

docs/memory: Explictly state that MemoryRegion priority is signed

When memory regions overlap, priority can be used to specify
which of them takes priority. By making the priority values signed
rather than unsigned, we make it more convenient to implement...

2d40178a 05/12/2013 12:25 pm Paolo Bonzini

docs: mention AddressSpaces in docs/memory.txt

Reported-by: David Gibson <>
Signed-off-by: Paolo Bonzini <>
Signed-off-by: Michael Tokarev <>

69ddaf66 12/06/2011 12:10 pm Ademar de Souza Reis Jr

memory: minor documentation fixes/enhancements

Fix typos and minor documentation errors in both memory.h and
docs/memory.txt.

Also add missing documentation formatting tags to transaction
functions.

Reviewed-by: Stefan Weil <>
Signed-off-by: Ademar de Souza Reis Jr <>...

7075ba30 08/12/2011 04:31 pm Avi Kivity

memory: correct documentation typos

Noted by Drew Jones.

Signed-off-by: Avi Kivity <>
Signed-off-by: Anthony Liguori <>

9d3a4736 07/29/2011 04:25 pm Avi Kivity

Add memory API documentation

Signed-off-by: Avi Kivity <>
Signed-off-by: Anthony Liguori <>