]> Git Repo - qemu.git/blobdiff - hw/char/serial.c
qmp hmp: Make system_wakeup check wake-up support and run state
[qemu.git] / hw / char / serial.c
index 02463e338821807d150b4fdbc32c90c0618f7d29..7c42a2abfc18328cf0f45ffbf6bd402661917fbb 100644 (file)
@@ -611,7 +611,7 @@ static void serial_receive1(void *opaque, const uint8_t *buf, int size)
     SerialState *s = opaque;
 
     if (s->wakeup) {
-        qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER);
+        qemu_system_wakeup_request(QEMU_WAKEUP_REASON_OTHER, NULL);
     }
     if(s->fcr & UART_FCR_FE) {
         int i;
This page took 0.02322 seconds and 4 git commands to generate.