summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/graphic/2534
blob: 317e1fd095729fed7241bfe96a6509a3080c7578 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
graphic: 0.919
device: 0.915
instruction: 0.900
boot: 0.769
mistranslation: 0.737
socket: 0.726
vnc: 0.688
other: 0.674
semantic: 0.655
network: 0.426
assembly: 0.221
KVM: 0.076

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: