Re: [Qemu-devel] Block driver and constant sector size

2007-05-20 Thread Jonathan Phenix
Paul Brook wrote: On Saturday 12 May 2007, Jonathan Phenix wrote: Hi, currently the block driver in qemu only handles blocks (or sectors) which are 512 bytes long, ... Then, each probe functions should be modified to reject sector size which is not 512 bytes, except for the raw block

Re: [Qemu-devel] Block driver and constant sector size

2007-05-18 Thread Paul Brook
On Saturday 12 May 2007, Jonathan Phenix wrote: Hi, currently the block driver in qemu only handles blocks (or sectors) which are 512 bytes long, ... Then, each probe functions should be modified to reject sector size which is not 512 bytes, except for the raw block driver, which will be

[Qemu-devel] Block driver and constant sector size

2007-05-12 Thread Jonathan Phenix
Hi, currently the block driver in qemu only handles blocks (or sectors) which are 512 bytes long, this is ideal if the device you are emulating have a block size which is a multiple of 512. Unfortunately, this is not always the case, for example an audio CD (CD-DA) or a CD in mode 2 have a