Re: [Qemu-devel] [RFC] ide: multi-profile DVD-ROM support v2

2008-01-07 Thread Paul Brook
> +/* Some generally useful CD-ROM information */ > +#define CD_MINS 99 /* max. minutes per CD */ > +#define CD_SECS 60 /* seconds per minute */ > +#define CD_FRAMES 75 /* frames per second */ > +#define CD_FRAMESIZE204

[Qemu-devel] [RFC] ide: multi-profile DVD-ROM support v2

2008-01-07 Thread Carlo Marcelo Arenas Belon
The following patch re-implements the "GET CONFIGURATION" MMC-6 command to match the published SPEC. This is a re-write of the original patch series published but including the feedback received : http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00849.html Important changes from the pre