Re: [PATCH 07/37] target/i386: add CPUID[EAX=7, ECX=0].ECX to DisasContext

2022-09-12 Thread Richard Henderson
On 9/12/22 00:03, Paolo Bonzini wrote: TCG will shortly implement VAES instructions, so add the relevant feature word to the DisasContext. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Richard Henderson r~

[PATCH 07/37] target/i386: add CPUID[EAX=7, ECX=0].ECX to DisasContext

2022-09-11 Thread Paolo Bonzini
TCG will shortly implement VAES instructions, so add the relevant feature word to the DisasContext. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c index