]> Git Repo - qemu.git/blobdiff - hw/s390x/ipl.c
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into staging
[qemu.git] / hw / s390x / ipl.c
index 75d3c681a42f1b0fdc7ad4727401d931f5b9c7d6..4e6469db0f0476108b69f43e6062c0c29e473b5f 100644 (file)
@@ -396,7 +396,7 @@ void s390_reipl_request(void)
     S390IPLState *ipl = get_ipl_device();
 
     ipl->reipl_requested = true;
-    qemu_system_reset_request();
+    qemu_system_reset_request(SHUTDOWN_CAUSE_GUEST_RESET);
 }
 
 void s390_ipl_prepare_cpu(S390CPU *cpu)
This page took 0.023918 seconds and 4 git commands to generate.