[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-30 Thread Thomas Huth
All right, so this was the known issue. Let's close this bug :-) ** Changed in: qemu Status: New => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1845580 Title: issue with QEMU

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-30 Thread Chris Schneider
Thank you for the info. I installed the gtk2 and sdl2 development libraries recompiled and 4.1.0 now runs successfully and that also fixed the original issue I was seeing. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-29 Thread Thomas Huth
Looks like you've compiled your binary without graphical user interface. Either use a VNC-viewer to have a look at ":1", or try to install gtk2-devel or sdl2-devel, and run "configure" and "make" again. Alternatively, not sure whether it works, but maybe worth a try, you could also try to use the

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-28 Thread Chris Schneider
I compiled 4.1.0 on the Raspberry, everything seemed to compile. I have verified with qemu-system-i386 --version displays 4.1.0 Using the below basic command line: qemu-system-i386 -hda c.hda -cdrom FD12CD.iso -boot order=d now when I try to execute the qemu I get only below as it just seems to

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-27 Thread Chris Schneider
I checked with qemu-system-i386 --version and it reports version 3.1.0 I installed via sudo apt-get install qemu, does this mean I will have to compile qemu 4.1 for the raspberry or is the a binary somewhere I can install? -- You received this bug notification because you are a member of qemu- d

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-27 Thread Thomas Huth
Which version of QEMU are you using? If it's anything older than 4.1, please update to 4.1. There was a bug in QEMU somewhen between 2.12 and 4.0 which looks like the one you reported. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. h

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-27 Thread Chris Schneider
The command line I am using is: qemu-system-i386 -hda freedos.hd -cdrom FD12CD.iso -boot order=d The above command works on a x86 Linux Ubuntu 18.04LTS system without issues. 1. I downloaded FreeDOS1.2 iso 2. created a blank image with 'qemu-img create freedos.hd 200M' command 3. Started qemu wi

[Bug 1845580] Re: issue with QEMU on Raspberry Pi failing to access CDROM

2019-09-27 Thread Peter Maydell
Can you provide the full QEMU command line, please, and any other instructions/information/images that would be needed to reproduce the bug. Does the same command work on an x86 Linux host? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to Q