Re: [PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error

2022-03-21 Thread Paolo Bonzini
Queued, thanks. Paolo

答复: [PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error

2022-02-28 Thread 罗飞
ping https://patchew.org/QEMU/20220120084634.131450-1-luo...@unicloud.com/ 发件人: 罗飞 发送时间: 2022年1月20日 16:46 收件人: qemu-devel 抄送: Paolo Bonzini; Marcelo Tosatti; k...@vger.kernel.org; 罗飞 主题: [PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error

答复: [PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error

2022-02-26 Thread 罗飞
ping https://patchew.org/QEMU/20220120084634.131450-1-luo...@unicloud.com/ 发件人: 罗飞 发送时间: 2022年1月20日 16:46:34 收件人: qemu-devel 抄送: Paolo Bonzini; Marcelo Tosatti; k...@vger.kernel.org; 罗飞 主题: [PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error In the physical

[PATCH] i386: Set MCG_STATUS_RIPV bit for mce SRAR error

2022-01-20 Thread luofei
In the physical machine environment, when a SRAR error occurs, the IA32_MCG_STATUS RIPV bit is set, but qemu does not set this bit. When qemu injects an SRAR error into virtual machine, the virtual machine kernel just call do_machine_check() to kill the current task, but not call memory_failure()