[Qemu-devel] Suggested stubs for coming a bit closer to functional native sparcv9 HOST support:

2006-10-05 Thread Martin Bochnig
Hi, qemu-0.8.2-solaris20060930__v9_stubs.gdiff ## only a messy personal testing-snapshot FYI, with no compatibility or clarity in mind ## a gdiff -Nurb against 20060930's http://www.opensolaris.org/os/project/qemu/downloads/qemu-0.8.2-solaris.tar.gz Current Status: = This is still

[Qemu-devel] Patch to see all tracks on CDROM

2006-10-05 Thread Pascal Terjan
Hello, Here is a dirty patch to see all tracks of a CD-ROM as I need it. It basically reads TOC in the cdrom_read_toc function. The patch only works for Linux (but adding support for other OS should not be difficult) What would be needed is to have a BlockDriverState parameter for cdrom_read_toc