]> Git Repo - qemu.git/blobdiff - hw/ppc/ppc405_uc.c
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20170614-1' into staging
[qemu.git] / hw / ppc / ppc405_uc.c
index d5df94aa6eb1e467b7fbf8fdacf391e995df24e0..fc32e96bf4b1db707f9d210b1fbfd9073a2ea6bd 100644 (file)
@@ -1807,7 +1807,7 @@ void ppc40x_chip_reset(PowerPCCPU *cpu)
 void ppc40x_system_reset(PowerPCCPU *cpu)
 {
     printf("Reset PowerPC system\n");
-    qemu_system_reset_request();
+    qemu_system_reset_request(SHUTDOWN_CAUSE_GUEST_RESET);
 }
 
 void store_40x_dbcr0 (CPUPPCState *env, uint32_t val)
This page took 0.023545 seconds and 4 git commands to generate.