[SeaBIOS] [PATCH 0/1] stacks: disable NMIs during state restore on call32_post()

Heitor Alves de Siqueira posted 1 patch 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20210527122501.70478-1-halves@canonical.com
src/stacks.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[SeaBIOS] [PATCH 0/1] stacks: disable NMIs during state restore on call32_post()
Posted by Heitor Alves de Siqueira 2 years, 10 months ago
Hi all,

We've had reports of users hitting KVM emulation failures in certain workloads
and were able to track down a missing NMI_DISABLE_BIT in call32_post() when
accessing CMOS ports. This patch disables NMIs on state restore, following other
accesses to CMOS_PORT_INDEX throughout the seabios code.

Heitor Alves de Siqueira (1):
  stacks: fix missing NMI_DISABLE_BIT on call32_post()

 src/stacks.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.31.1

_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org