qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/3] block: warn about aio=native if libaio is un


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH v3 0/3] block: warn about aio=native if libaio is unavailable
Date: Thu, 23 Jul 2015 13:48:33 +0100

v3:
 * Fix Patch 2 commit description because the mention of raw-posix.c ignored
   Windows [Markus]
 * Drop #ifdef CONFIG_LINUX_AIO from qemu-nbd.c

v2:
 * Banish CONFIG_LINUX_AIO from blockdev.c, that is raw-posix.c's business
   [Kevin]
 * Print the warning in the same way as the aio=native,cache.direct=off
   deprecation warning [Kevin]

Stefan Hajnoczi (3):
  raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailable
  blockdev: always compile in -drive aio= parsing
  qemu-nbd: always compile in --aio=MODE option

 block/raw-posix.c | 11 ++++++++++-
 blockdev.c        |  2 --
 qemu-nbd.c        |  8 --------
 3 files changed, 10 insertions(+), 11 deletions(-)

-- 
2.4.3




reply via email to

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