Re: [PATCH] target/i386: Fix BZHI instruction

2023-02-23 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH] target/i386: Fix BZHI instruction

2023-02-22 Thread Richard Henderson
Ping 2. r~ On 2/15/23 20:50, Richard Henderson wrote: Ping. r~ On 1/14/23 13:32, Richard Henderson wrote: We did not correctly handle N >= operand size. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1374 Signed-off-by: Richard Henderson ---   tests/tcg/i386/test-i386-bmi2.c |  3

Re: [PATCH] target/i386: Fix BZHI instruction

2023-02-15 Thread Richard Henderson
Ping. r~ On 1/14/23 13:32, Richard Henderson wrote: We did not correctly handle N >= operand size. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1374 Signed-off-by: Richard Henderson --- tests/tcg/i386/test-i386-bmi2.c | 3 +++ target/i386/tcg/emit.c.inc | 14 +++---

[PATCH] target/i386: Fix BZHI instruction

2023-01-14 Thread Richard Henderson
We did not correctly handle N >= operand size. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1374 Signed-off-by: Richard Henderson --- tests/tcg/i386/test-i386-bmi2.c | 3 +++ target/i386/tcg/emit.c.inc | 14 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff