KVM: Fix order passed to iommu_unmap
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 26 May 2010 19:36:33 +0000 (21:36 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 9 Jun 2010 15:48:38 +0000 (18:48 +0300)
commit05b782ab951a896d7da41775999821f692dc9e01
tree72bec64a713b0f1c4f2acd2cc6722ce9dab3c297
parent69325a122580d3a7b26589e8efdd6663001c3297
KVM: Fix order passed to iommu_unmap

This is obviously a left-over from the the old interface taking the
size. Apparently a mostly harmless issue with the current iommu_unmap
implementation.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Acked-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
virt/kvm/iommu.c