[Qemu-devel] Re: [PATCH] ahci: Fix cpu_physical_memory_unmap() argument ordering

2011-01-26 Thread Kevin Wolf
Am 26.01.2011 11:24, schrieb Stefan Hajnoczi: > The len and is_write arguments to cpu_physical_memory_unmap() were > swapped. This patch changes calls to use the correct argument ordering. > > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin

[Qemu-devel] Re: [PATCH] ahci: Fix cpu_physical_memory_unmap() argument ordering

2010-12-23 Thread Alexander Graf
On 23.12.2010, at 09:53, Stefan Hajnoczi wrote: > The len and is_write arguments to cpu_physical_memory_unmap() were > swapped. This patch changes calls to use the correct argument ordering. > > Signed-off-by: Stefan Hajnoczi Ouch :). Acked-by: Alexander Graf Alex