Files
qemu/hw
Eugenio Pérez a89b34be5e util: Make some iova_tree parameters const
As qemu guidelines:
Unless a pointer is used to modify the pointed-to storage, give it the
"const" attribute.

In the particular case of iova_tree_find it allows to enforce what is
requested by its comment, since the compiler would shout in case of
modifying or freeing the const-qualified returned pointer.

Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Acked-by: Peter Xu <peterx@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211013182713.888753-2-eperezma@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-11-02 15:57:21 +01:00
..
2021-10-27 14:45:22 +02:00
2021-10-21 08:03:58 -07:00
2021-10-12 08:20:08 +02:00
2021-10-12 08:20:08 +02:00
2021-10-18 00:41:36 +02:00
2021-10-18 00:41:36 +02:00
2021-10-20 16:18:40 +02:00
2021-10-22 09:52:17 +02:00
2021-10-20 04:44:05 -04:00
2021-10-12 08:20:08 +02:00
2020-08-21 06:30:33 -04:00