From 9ba89decb68d7c71932417e63ec6cc3a0d29e372 Mon Sep 17 00:00:00 2001 From: Chunyu Liao Date: Fri, 30 Mar 2018 16:49:11 +0800 Subject: [PATCH] nmi_bsod_catch: disable pvpanic this case needs system reboot after panic. open pvpanic system will shutdown after panic. Signed-off-by: Chunyu Liao --- qemu/tests/cfg/nmi_bsod_catch.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/tests/cfg/nmi_bsod_catch.cfg b/qemu/tests/cfg/nmi_bsod_catch.cfg index 63f8521e..2b6680f5 100644 --- a/qemu/tests/cfg/nmi_bsod_catch.cfg +++ b/qemu/tests/cfg/nmi_bsod_catch.cfg @@ -2,6 +2,7 @@ type = nmi_bsod_catch only Windows mem_fixed = 2048 + enable_pvpanic = no config_cmds = config_cmd1, config_cmd2, config_cmd3, config_cmd4, config_cmd5, config_cmd6 # enable AutoReboot, guest will reboot after finishing create dump file. config_cmd1 = reg add HKLM\System\CurrentControlSet\Control\CrashControl /v AutoReboot /d 1 /t REG_DWORD /f -- GitLab