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(-)