]> Git Repo - qemu.git/blobdiff - hw/ppc/ppc.c
spapr: fix migration of ICPState objects from/to older QEMU
[qemu.git] / hw / ppc / ppc.c
index 5f93083d4a1656efbf19ffdecbca8395ce201aa0..224184d66d0c4231022b2d693c159ec314306b59 100644 (file)
@@ -412,7 +412,7 @@ static void ppce500_set_irq(void *opaque, int pin, int level)
             if (level) {
                 LOG_IRQ("%s: reset the PowerPC system\n",
                             __func__);
-                qemu_system_reset_request();
+                qemu_system_reset_request(SHUTDOWN_CAUSE_GUEST_RESET);
             }
             break;
         case PPCE500_INPUT_RESET_CORE:
This page took 0.022961 seconds and 4 git commands to generate.