Am 12.09.2010 23:44, schrieb Christoph Hellwig: > IDE is a bit ugly in this respect. For one it doesn't really keep track > of a sector size - most of the protocol is in units of 512 bytes, and we > assume 2048 bytes for CDROMs which is correct most of the time. > > Second IDE allocates an I/O buffer long before we know if we're dealing > with a CDROM or not, so increase the alignment for the io_buffer > unconditionally. > > Signed-off-by: Christoph Hellwig <h...@lst.de>
I'm not very happy about the last three patches in this series because they mix guest device and backend properties. But it's probably the best we can get without major effort. Applied all to the block branch. Kevin