qemu-block
[Top][All Lists]
Advanced

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

[Qemu-block] [PATCH v2 0/2] Fix incomplete aio_preadv byte conversion in


From: Eric Blake
Subject: [Qemu-block] [PATCH v2 0/2] Fix incomplete aio_preadv byte conversion in mirroring
Date: Mon, 13 Jun 2016 12:56:33 -0600

v2: Split the bug fix from the addition of assertions, add a
BDRV_REQ_MASK constant [famz], stick assertions at the more
common entry points

Eric Blake (2):
  block: Avoid bogus flags during mirroring
  block: Assert that flags are in range

 include/block/block.h | 3 +++
 block/io.c            | 6 ++++++
 block/mirror.c        | 6 ++----
 3 files changed, 11 insertions(+), 4 deletions(-)

-- 
2.5.5




reply via email to

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