Re: [Qemu-devel] [PATCH 0/3] block: three optimizations

2014-12-18 Thread Kevin Wolf
Am 17.12.2014 um 16:09 hat Paolo Bonzini geschrieben: > These are three unrelated micro-optimizations of the block layer. > The first is only visible on non-dataplane operation, the others > are generic. Thanks, applied all to the block branch. Kevin

[Qemu-devel] [PATCH 0/3] block: three optimizations

2014-12-17 Thread Paolo Bonzini
These are three unrelated micro-optimizations of the block layer. The first is only visible on non-dataplane operation, the others are generic. Paolo Bonzini (3): block: mark AioContext as recursive block: do not allocate an iovec per read of a growable/zero_after_eof BDS block: replace g_ne