diff options
author | Avi Kivity <avi@redhat.com> | 2011-07-26 14:26:01 +0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-29 08:25:42 -0500 |
commit | 093bc2cd885e4e3420509a80a1b9e81848e4b8fe (patch) | |
tree | a75dc34dbddaeb5283025f182eb9a84022b1bfff /qfloat.c | |
parent | 9d3a4736cb86f0ad7904b223eccb165de8d4327b (diff) |
Hierarchical memory region API
The memory API separates the attributes of a memory region (its size, how
reads or writes are handled, dirty logging, and coalescing) from where it
is mapped and whether it is enabled. This allows a device to configure
a memory region once, then hand it off to its parent bus to map it according
to the bus configuration.
Hierarchical registration also allows a device to compose a region out of
a number of sub-regions with different properties; for example some may be
RAM while others may be MMIO.
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qfloat.c')
0 files changed, 0 insertions, 0 deletions