Re: [Qemu-devel] [PATCH v1 3/7] range: pass const pointer where possible

2018-10-11 Thread Dr. David Alan Gilbert
* David Hildenbrand (da...@redhat.com) wrote: > If there are no changes, let's use a const pointer. > > Signed-off-by: David Hildenbrand Reviewed-by: Dr. David Alan Gilbert > --- > include/qemu/range.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/include/qem

[Qemu-devel] [PATCH v1 3/7] range: pass const pointer where possible

2018-10-09 Thread David Hildenbrand
If there are no changes, let's use a const pointer. Signed-off-by: David Hildenbrand --- include/qemu/range.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/qemu/range.h b/include/qemu/range.h index f28f0c1825..7e75f4e655 100644 --- a/include/qemu/range.h +++ b