Paolo Bonzini 1f4e496e1f exec: introduce MemoryRegionCache
Device models often have to perform multiple access to a single
memory region that is known in advance, but would to use "DMA-style"
functions instead of address_space_map/unmap.  This can happen
for example when the data has to undergo endianness conversion.
Introduce a new data structure to cache the result of
address_space_translate without forcing usage of a host address
like address_space_map does.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-12-22 16:00:23 +01:00
..
2016-12-22 16:00:23 +01:00
2016-12-22 16:00:23 +01:00
2016-08-05 21:44:18 +05:30
2016-06-07 18:19:23 +03:00
2016-05-19 16:42:30 +02:00
2016-12-22 16:00:23 +01:00
2016-10-13 17:23:53 +02:00
2016-09-27 11:57:30 +02:00