OSDN Git Service

target/i386: fix INVD vmexit
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 16 Jun 2023 21:57:30 +0000 (23:57 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Jun 2023 08:23:01 +0000 (10:23 +0200)
commit4d714d1a0bf1fca9576ee53a1a5dfa3fd5ddae99
treeeee8cf6e90d72c21329a282052762109d0c93457
parent3b6f485275ae95a81eec589d2773b86ca9ddec4d
target/i386: fix INVD vmexit

Due to a typo or perhaps a brain fart, the INVD vmexit was never generated.
Fix it (but not that fixing just the typo would break both INVD and WBINVD,
due to a case of two wrongs making a right).

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/tcg/translate.c