]> git.ipfire.org Git - thirdparty/qemu.git/commit
vfio/common: Remove redundant copy of local variable
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Tue, 6 Feb 2018 18:08:27 +0000 (11:08 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Tue, 6 Feb 2018 18:08:27 +0000 (11:08 -0700)
commita5b04f7c5380340342ad5623b34c57fe3bab9b29
treec8695199c4c8add29ca231cfe3b790f5c24767ea
parent89202c6fa87d4f181111901bb08dcd1538f8ab35
vfio/common: Remove redundant copy of local variable

There is already @hostwin in vfio_listener_region_add() so there is no
point in having the other one.

Fixes: 2e4109de8e58 ("vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)")
Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio/common.c