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
|
qemu-system-ppc no longer able to read real cdrom
When I use to send the -cdrom /dev/cdrom option to QEMU, I would be able to use a real cdrom. With QEMU v2.0.0, real cdroms don't work. A quick look at the output from the "info block" command shows this:
ide1-cd0: /dev/cdrom (raw, read-only)
Removable device: not locked, tray closed
This indicates that the cdrom is set to /dev/cdrom. I remember versions of QEMU prior to 1.5 were able to use a real cdrom.
qemu-system-ppc is being run on Mac OS 10.6.8.
According to https://bugs.launchpad.net/qemu/+bug/588691 CD-ROM drives should be working again, so I assume we can close this bug nowadays? Or can you still reproduce it with the latest version of QEMU?
> On Sep 24, 2018, at 5:14 AM, Thomas Huth <email address hidden> wrote:
>
> According to https://bugs.launchpad.net/qemu/+bug/588691 CD-ROM drives
> should be working again, so I assume we can close this bug nowadays? Or
> can you still reproduce it with the latest version of QEMU?
>
> ** Changed in: qemu
> Status: New => Incomplete
I cannot reproduce this issue with QEMU. This report can now be closed. Thank you.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1332234
>
> Title:
> qemu-system-ppc no longer able to read real cdrom
>
> Status in QEMU:
> Incomplete
>
> Bug description:
> When I use to send the -cdrom /dev/cdrom option to QEMU, I would be
> able to use a real cdrom. With QEMU v2.0.0, real cdroms don't work. A
> quick look at the output from the "info block" command shows this:
>
> ide1-cd0: /dev/cdrom (raw, read-only)
> Removable device: not locked, tray closed
>
> This indicates that the cdrom is set to /dev/cdrom. I remember
> versions of QEMU prior to 1.5 were able to use a real cdrom.
>
> qemu-system-ppc is being run on Mac OS 10.6.8.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1332234/+subscriptions
|