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 s...@weilnetz.de --- include/qemu/bitops.h | 82 + 1 file changed, 82 insertions(+) Reviewed-by: Richard

[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 s...@weilnetz.de --- include/qemu/bitops.h | 82 + 1 file changed, 82 insertions(+) diff --git a/include/qemu/bitops.h b/include/qemu/bitops.h index