summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_sparc/host_missing/accel_missing/2534
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_sparc/host_missing/accel_missing/2534
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_sparc/host_missing/accel_missing/2534')
-rw-r--r--gitlab/issues_text/target_sparc/host_missing/accel_missing/253410
1 files changed, 0 insertions, 10 deletions
diff --git a/gitlab/issues_text/target_sparc/host_missing/accel_missing/2534 b/gitlab/issues_text/target_sparc/host_missing/accel_missing/2534
deleted file mode 100644
index 34b6c9b2e..000000000
--- a/gitlab/issues_text/target_sparc/host_missing/accel_missing/2534
+++ /dev/null
@@ -1,10 +0,0 @@
-Solaris cannot be power offed with system_powerdown on qemu-system-sparc
-Description of problem:
-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.
-Steps to 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 information:
-