Re: [Qemu-devel] [PATCH 4/4] milkymist: use cpu_physical_memory_map_fast

2011-05-04 Thread Michael Walle
Am Dienstag 03 Mai 2011, 18:49:34 schrieb Paolo Bonzini: > This patch adds proper unmapping of the memory when the addresses > cross multiple memory blocks, and it also uses a single map_fast > operation for the RMW access to the destination frame buffer. > > Cc: Michael Walle > Signed-off-by: Pa

[Qemu-devel] [PATCH 4/4] milkymist: use cpu_physical_memory_map_fast

2011-05-03 Thread Paolo Bonzini
This patch adds proper unmapping of the memory when the addresses cross multiple memory blocks, and it also uses a single map_fast operation for the RMW access to the destination frame buffer. Cc: Michael Walle Signed-off-by: Paolo Bonzini --- Compile-tested only. hw/milkymist-tmu2.c |