qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] nbd: changes around allocating buffers for requ


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH 0/2] nbd: changes around allocating buffers for requests
Date: Thu, 7 Jan 2016 14:44:24 +0100

Notably, patch 2 introduces blk_try_blockalign.  If it is acked by
the block layer maintainers I can submit the patch myself for
inclusion.

Paolo

Paolo Bonzini (2):
  nbd: do not check request length except for reads and writes
  nbd: do not exit on failed memory allocation

 block/block-backend.c          |  5 +++++
 include/sysemu/block-backend.h |  1 +
 nbd.c                          | 20 ++++++++++++--------
 3 files changed, 18 insertions(+), 8 deletions(-)

-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]