summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/118/boot/1745
blob: b07461ebc394fff6a8fda18070d12f46156bb2a9 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
boot: 0.935
device: 0.921
files: 0.865
performance: 0.861
ppc: 0.783
hypervisor: 0.772
architecture: 0.730
graphic: 0.710
permissions: 0.710
kernel: 0.707
network: 0.689
socket: 0.689
PID: 0.649
debug: 0.601
user-level: 0.600
x86: 0.597
peripherals: 0.578
i386: 0.568
VMM: 0.527
risc-v: 0.522
vnc: 0.515
KVM: 0.492
semantic: 0.486
mistranslation: 0.468
register: 0.465
TCG: 0.457
arm: 0.452
virtual: 0.435
assembly: 0.283

qemu-system-sparc64 v8.0.2 failed to read the file system.
Steps to reproduce:
1. Run qemu-system-sparc64 with the following command line.
  `qemu-system-sparc64 -M niagara -L S10image/ -nographic -m 256 -drive if=pflash,readonly=on,file=S10image/disk.s10hw2`
2. The system will report a issue "Could not open option rom 'pflash0': No such file or directory"
3. Then, enter the boot command on the boot loader.
4. The command failed with following message.
```
Boot device: vdisk  File and args:
Bad magic number in disk label
Can't open disk label package

Can't open boot device
```
Additional information:
```
$ qemu-system-sparc64 -M niagara -L S10image/ -nographic -m 256 -drive if=pflash,readonly=on,file=S10image/disk.s10hw2
Could not open option rom 'pflash0': No such file or directory
cpu Probing I/O buses


Sun Fire T2000, No Keyboard
Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
OpenBoot 4.20.0, 256 MB memory available, Serial #1122867.
[mo23723 obp4.20.0 #0]
Ethernet address 0:80:3:de:ad:3, Host ID: 80112233.



ok boot
Boot device: vdisk  File and args:
Bad magic number in disk label
Can't open disk label package

Can't open boot device

ok
```

It works fine with the previous qemu-system-sparc64 version.

```
$ qemu-7.2.3/build/qemu-system-sparc64 -M niagara -L S10image/ -nographic -m 256 -drive if=pflash,readonly=on,file=S10image/disk.s10hw2
cpu Probing I/O buses


Sun Fire T2000, No Keyboard
Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
OpenBoot 4.20.0, 256 MB memory available, Serial #1122867.
[mo23723 obp4.20.0 #0]
Ethernet address 0:80:3:de:ad:3, Host ID: 80112233.



ok boot
Boot device: vdisk  File and args:
Loading ufs-file-system package 1.4 04 Aug 1995 13:02:54.
FCode UFS Reader 1.12 00/07/17 15:48:16.
Loading: /platform/SUNW,Sun-Fire-T2000/ufsboot
Loading: /platform/sun4v/ufsboot
SunOS Release 5.10 Version Generic_118822-23 64-bit
Copyright 1983-2005 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Hostname: unknown

unknown console login:
```