Re: [Qemu-devel] [PATCH 2/3] bitops: Add rotate functions (rol8, ror8, ...)

2013-09-12 Thread Richard Henderson
On 09/12/2013 12:13 PM, Stefan Weil wrote: > These functions were copies from include/linux/bitopts.h. > > Signed-off-by: Stefan Weil > --- > include/qemu/bitops.h | 82 > + > 1 file changed, 82 insertions(+) Reviewed-by: Richard Henderson r

[Qemu-devel] [PATCH 2/3] bitops: Add rotate functions (rol8, ror8, ...)

2013-09-12 Thread Stefan Weil
These functions were copies from include/linux/bitopts.h. Signed-off-by: Stefan Weil --- include/qemu/bitops.h | 82 + 1 file changed, 82 insertions(+) diff --git a/include/qemu/bitops.h b/include/qemu/bitops.h index 06e2e6f..5c0fa0a 100644 ---