commit | 4d714d1a0bf1fca9576ee53a1a5dfa3fd5ddae99 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Jun 16 23:57:30 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 26 10:23:01 2023 +0200 |
tree | eee8cf6e90d72c21329a282052762109d0c93457 | |
parent | 3b6f485275ae95a81eec589d2773b86ca9ddec4d [diff] |
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>