summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/111/review/1230232
blob: a6446e483b2b2dde33699fdf823b90b09b3ff01a (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
graphic: 0.184
semantic: 0.142
boot: 0.123
device: 0.120
other: 0.085
PID: 0.074
debug: 0.044
vnc: 0.044
performance: 0.043
files: 0.032
network: 0.031
permissions: 0.029
socket: 0.029
KVM: 0.019
boot: 0.821
debug: 0.039
files: 0.022
PID: 0.020
other: 0.016
device: 0.015
network: 0.013
performance: 0.011
socket: 0.011
semantic: 0.010
graphic: 0.007
vnc: 0.006
permissions: 0.006
KVM: 0.003

mac99 does not find mac os x 10.4 dvd

Hi there,

I've compiled qemu 1.6.0 and ripped my Mac OS X 10.4 dvd to iso format.
Now I'm trying to get qemu to boot the dvd and install the OS with:

qemu-system-ppc64 -M mac99 -m 256 -cdrom ./tiger.iso -boot d -sdl -display sdl -net nic -net user -prom-env 'boot-args=-v' -cpu G4 -hda ./tiger.img

It shows the grey apple logo for a few seconds and then I get the following boot prompt:
-------------------------------------------------
standard timeslicing quantum is 10000 us
vm_page_bootstrap: 60198 free pages
mig_table_max_displ = 70
Copyright (c) 1982, 1986, 1989, 1991, 1993
                The Regents of the University of California. All rights reserved.

using 655 buffer headers and 655 cluster IO buffer headers
ApplePlatformExpert::getGMTTimeOfDay can not provide time of day RTC did not show up
Security auditing service present
BSM auditing present
disabled
rooting via boot-uuid from /chosen: 8ABB5AFF-FC7A-310A-9BFE-8A263F654562
Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResource
Match</key><string ID="2">boot-uuid-media</string></dict>
Still waiting for root device
Still waiting for root device
Still waiting for root device
Still waiting for root device
Still waiting for root device
-------------------------------------------------

It keeps repeating the "Still waiting for root device" ?

I've set this to "Fix released"  since this bug was fixed with the last set of macio rewrites which were released with QEMU 2.6, although both 2.7 and the upcoming 2.8 release include further fixes in this area.