Re: [PATCH 1/7] target/i386: fix INVD vmexit

2023-06-19 Thread Richard Henderson
On 6/18/23 23:51, Paolo Bonzini wrote: 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). Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate

[PATCH 1/7] target/i386: fix INVD vmexit

2023-06-18 Thread Paolo Bonzini
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). Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 2 +- 1 file changed, 1 insertions(+