[PATCH v2 0/1] util: Make some iova_tree functions parameters const

Eugenio Pérez posted 1 patch 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211013182713.888753-1-eperezma@redhat.com
include/qemu/iova-tree.h |  8 ++++----
hw/i386/intel_iommu.c    |  2 +-
util/iova-tree.c         | 12 ++++++------
3 files changed, 11 insertions(+), 11 deletions(-)
[PATCH v2 0/1] util: Make some iova_tree functions parameters const
Posted by Eugenio Pérez 2 years, 6 months ago
Some guidelines misses I found while working on Shadow Virtqueue, that
uses these functions at this moment.

v2:
* Add a missed const in iova_tree_find_address.

Eugenio Pérez (1):
  util: Make some iova_tree parameters const

 include/qemu/iova-tree.h |  8 ++++----
 hw/i386/intel_iommu.c    |  2 +-
 util/iova-tree.c         | 12 ++++++------
 3 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.27.0