From f020d5b25d60715cc82f9c57eec8190ecd832a79 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Tue, 26 Dec 2023 21:58:18 +0000 Subject: [PATCH] qemu mips: enable rebooting --- devices/qemu/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devices/qemu/default.nix b/devices/qemu/default.nix index 7c323d5..b6e860d 100644 --- a/devices/qemu/default.nix +++ b/devices/qemu/default.nix @@ -46,6 +46,9 @@ MIPS_MALTA= "y"; CPU_MIPS32_R2= "y"; + POWER_RESET = "y"; + POWER_RESET_SYSCON = "y"; + SERIAL_8250= "y"; SERIAL_8250_CONSOLE= "y"; };