]> git.ipfire.org Git - thirdparty/qemu.git/commit
intel_iommu: fix incorrect device invalidate
authorPeter Xu <peterx@redhat.com>
Tue, 29 Nov 2016 05:43:40 +0000 (13:43 +0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 13 Dec 2016 00:06:43 +0000 (18:06 -0600)
commit0ef167c907c13dc706ac08e96a095ff5c7d75445
tree2634787321d1f7fb2ed940a6d8ebfef4a8b5eeab
parent248a780fd31ca218d2652c8a4ca19ca8abefb472
intel_iommu: fix incorrect device invalidate

"mask" needs to be inverted before use.

Signed-off-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
(cherry picked from commit 6cb99acc2808cc41e2d772a23e9cc564515535cc)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/i386/intel_iommu.c