Stefan Hajnoczi 9dd6f7c28e util/iov: add iov_discard_undo()
The iov_discard_front/back() operations are useful for parsing iovecs
but they modify the array elements. If the original array is needed
after parsing finishes there is currently no way to restore it.

Although g_memdup() can be used before performing destructive
iov_discard_front/back() operations, this is inefficient.

Introduce iov_discard_undo() to restore the array to the state prior to
an iov_discard_front/back() operation.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Li Qiang <liq3ea@gmail.com>
Message-Id: <20200917094455.822379-2-stefanha@redhat.com>
2020-09-23 13:41:58 +01:00
..
2020-09-09 09:27:09 -04:00
2020-09-22 21:11:10 +01:00
2020-09-23 13:41:58 +01:00
2020-06-18 12:13:36 +02:00
2020-09-01 07:43:30 -07:00
2020-09-22 21:11:10 +01:00
2020-08-12 13:16:27 +10:00