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

2011-01-26 Thread Kevin Wolf
Am 26.01.2011 11:10, schrieb Alexander Graf: > Kevin Wolf wrote: >> Am 23.12.2010 09:53, 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 H

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

2011-01-26 Thread Alexander Graf
Kevin Wolf wrote: > Am 23.12.2010 09:53, 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 >> --- >> This patch applies to agraf's ahci

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

2011-01-26 Thread 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 --- hw/ide/ahci.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Rebased on qemu.git/master. diff --gi

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

2011-01-26 Thread Kevin Wolf
Am 23.12.2010 09:53, 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 > --- > This patch applies to agraf's ahci tree at git://repo.or.cz/qemu

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

2010-12-23 Thread 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 --- This patch applies to agraf's ahci tree at git://repo.or.cz/qemu/ahci.git. hw/ide/ahci.c | 16 1 file