Re: [Qemu-block] [PATCH 01/11] block: Use writeback in .bdrv_create() implementations

2016-03-09 Thread Kevin Wolf
Am 09.03.2016 um 13:14 hat Paolo Bonzini geschrieben: > > > On 08/03/2016 17:34, Kevin Wolf wrote: > > There's no reason to use a writethrough cache mode while creating an > > image. > > There's no reason to do flushes in fact, so you could use > BDRV_O_NO_FLUSH too. :) That's true. On the

Re: [Qemu-block] [PATCH 01/11] block: Use writeback in .bdrv_create() implementations

2016-03-09 Thread Paolo Bonzini
On 08/03/2016 17:34, Kevin Wolf wrote: > There's no reason to use a writethrough cache mode while creating an > image. There's no reason to do flushes in fact, so you could use BDRV_O_NO_FLUSH too. :) Paolo > Signed-off-by: Kevin Wolf > --- > block/parallels.c | 3 ++- >