blob: b863ecfb98c09c20dfcd76083d04db8080c39336 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
id = 2534
title = "Solaris cannot be power offed with system_powerdown on qemu-system-sparc"
state = "opened"
created_at = "2024-08-24T18:36:22.024Z"
closed_at = "n/a"
labels = ["target: sparc"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2534"
host-os = "Ubuntu 24.04"
host-arch = "x86_64"
qemu-version = "8.2.2 (Debian 1:8.2.2+ds-0ubuntu1.2)"
guest-os = "Solaris 2.6"
guest-arch = "SPARC/sun4m"
description = """When a `system_powerdown` is done in the QEMU Monitor, nothing happens. Also happens with `qemu-system-sparc.exe` version 9.1.0-rc3, that is, it's not fixed in newer versions. Looking at [sun4m.c](https://gitlab.com/qemu-project/qemu/-/blob/master/hw/sparc/sun4m.c#L451) code, it registers a system_powerdown handler, but it's not working."""
reproduce = """1. Start the machine with the command line above and wait for the complete OS initialization
2. Open the machine monitor
3. Do a `system_powerdown` command
4. Nothing will happen"""
additional = """"""
|