Re: [Qemu-devel] [PATCH v7 0/5] Geometry and blocksize detection for backing devices.

2015-02-24 Thread Stefan Hajnoczi
On Mon, Feb 16, 2015 at 12:47:53PM +0100, Ekaterina Tumanova wrote: > > Updates v6 -> v7: > > Fix > 1. Set default blocksizes via blkconf_blocksizes call in ide_dev_initfn > and scsi_hd_realise before using these values. > 2. Remove asserts in bdrv functions, check drv for being NULL instead. >

Re: [Qemu-devel] [PATCH v7 0/5] Geometry and blocksize detection for backing devices.

2015-02-24 Thread Christian Borntraeger
Am 16.02.2015 um 12:47 schrieb Ekaterina Tumanova: > Updates v6 -> v7: > > Fix > 1. Set default blocksizes via blkconf_blocksizes call in ide_dev_initfn > and scsi_hd_realise before using these values. > 2. Remove asserts in bdrv functions, check drv for being NULL instead. > 3. Adjust logic in

[Qemu-devel] [PATCH v7 0/5] Geometry and blocksize detection for backing devices.

2015-02-16 Thread Ekaterina Tumanova
Updates v6 -> v7: Fix 1. Set default blocksizes via blkconf_blocksizes call in ide_dev_initfn and scsi_hd_realise before using these values. 2. Remove asserts in bdrv functions, check drv for being NULL instead. 3. Adjust logic in blkconf_blocksizes to use command-line blocksize values (if they