On 6/18/23 23:51, Paolo Bonzini wrote:
WBNOINVD is the same as INVD or WBINVD as far as TCG is concerned, but it does not generate a vmexit if the processor supports it. If it does not, it is treated as WBINVD and generates a vmexit.Signed-off-by: Paolo Bonzini<pbonz...@redhat.com> --- target/i386/cpu.c | 3 ++- target/i386/tcg/translate.c | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~