qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] block: three optimizations
@ 2014-12-17 15:09 Paolo Bonzini
  2014-12-17 15:09 ` [Qemu-devel] [PATCH 1/3] block: mark AioContext as recursive Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paolo Bonzini @ 2014-12-17 15:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf

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_new0 with g_new for bottom half allocation.

 async.c | 11 +++++++----
 block.c | 12 +++++-------
 2 files changed, 12 insertions(+), 11 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-18 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-17 15:09 [Qemu-devel] [PATCH 0/3] block: three optimizations Paolo Bonzini
2014-12-17 15:09 ` [Qemu-devel] [PATCH 1/3] block: mark AioContext as recursive Paolo Bonzini
2014-12-17 15:09 ` [Qemu-devel] [PATCH 2/3] block: do not allocate an iovec per read of a growable/zero_after_eof BDS Paolo Bonzini
2014-12-17 15:10 ` [Qemu-devel] [PATCH 3/3] block: replace g_new0 with g_new for bottom half allocation Paolo Bonzini
2014-12-18 12:35 ` [Qemu-devel] [PATCH 0/3] block: three optimizations Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).