Re: [PATCH v2 07/17] qemu/bitops.h: Limit rotate amounts

2023-04-18 Thread Richard Henderson
On 4/17/23 15:58, Lawrence Hunter wrote: From: Dickon Hood Rotates have been fixed up to only allow for reasonable rotate amounts (ie, no rotates >7 on an 8b value etc.) This fixes a problem with riscv vector rotate instructions. Signed-off-by: Dickon Hood --- include/qemu/bitops.h | 24

[PATCH v2 07/17] qemu/bitops.h: Limit rotate amounts

2023-04-17 Thread Lawrence Hunter
From: Dickon Hood Rotates have been fixed up to only allow for reasonable rotate amounts (ie, no rotates >7 on an 8b value etc.) This fixes a problem with riscv vector rotate instructions. Signed-off-by: Dickon Hood --- include/qemu/bitops.h | 24 1 file changed, 16