diff options
author | David Gibson | 2016-07-12 08:54:03 +0200 |
---|---|---|
committer | David Gibson | 2016-07-18 02:40:27 +0200 |
commit | 21bb3093e6accd2d7d60531a472a34e40911acd9 (patch) | |
tree | 6f043b059e94452ae07890a5866206c8f04edb33 /scripts/analyse-9p-simpletrace.py | |
parent | ppc: Fix support for odd MSR combinations (diff) | |
download | qemu-21bb3093e6accd2d7d60531a472a34e40911acd9.tar.gz qemu-21bb3093e6accd2d7d60531a472a34e40911acd9.tar.xz qemu-21bb3093e6accd2d7d60531a472a34e40911acd9.zip |
vfio/spapr: Remove stale ioctl() call
This ioctl() call to VFIO_IOMMU_SPAPR_TCE_REMOVE was left over from an
earlier version of the code and has since been folded into
vfio_spapr_remove_window().
It wasn't caught because although the argument structure has been removed,
the libc function remove() means this didn't trigger a compile failure.
The ioctl() was also almost certain to fail silently and harmlessly with
the bogus argument, so this wasn't caught in testing.
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'scripts/analyse-9p-simpletrace.py')
0 files changed, 0 insertions, 0 deletions