Re: [PATCH 1/6] bitops.h: add deposit16 function

2024-11-13 Thread Peter Maydell
On Thu, 7 Nov 2024 at 19:54, Titus Rwantare wrote: > > Makes it more explicit that 16 bit values are being used > > Signed-off-by: Titus Rwantare > --- > include/qemu/bitops.h | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/include/qemu/bitops.h b/include/qem

Re: [PATCH 1/6] bitops.h: add deposit16 function

2024-11-11 Thread Miles Glenn
Reviewed-by: Glenn Miles On Thu, 2024-11-07 at 19:54 +, Titus Rwantare wrote: > Makes it more explicit that 16 bit values are being used > > Signed-off-by: Titus Rwantare > --- > include/qemu/bitops.h | 26 ++ > 1 file changed, 26 insertions(+) > > diff --git a/inc

[PATCH 1/6] bitops.h: add deposit16 function

2024-11-07 Thread Titus Rwantare
Makes it more explicit that 16 bit values are being used Signed-off-by: Titus Rwantare --- include/qemu/bitops.h | 26 ++ 1 file changed, 26 insertions(+) diff --git a/include/qemu/bitops.h b/include/qemu/bitops.h index 2c0a2fe751..05179e3ded 100644 --- a/include/qemu/bi