[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v9 12/17] qemu-img: adds option to use aio engin
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v9 12/17] qemu-img: adds option to use aio engine for benchmarking |
Date: |
Fri, 2 Aug 2019 07:42:44 +0100 |
User-agent: |
Mutt/1.12.0 (2019-05-25) |
On Fri, Aug 02, 2019 at 05:10:26AM +0530, Aarushi Mehta wrote:
> diff --git a/qemu-img.texi b/qemu-img.texi
> index c8e9bba515..0a2eccea85 100644
> --- a/qemu-img.texi
> +++ b/qemu-img.texi
> @@ -206,7 +206,7 @@ Command description:
> Amends the image format specific @var{options} for the image file
> @var{filename}. Not all file formats support this operation.
>
> -@item bench [-c @var{count}] [-d @var{depth}] [-f @var{fmt}]
> [--flush-interval=@var{flush_interval}] [-n] [--no-drain] [-o @var{offset}]
> [--pattern=@var{pattern}] [-q] [-s @var{buffer_size}] [-S @var{step_size}]
> [-t @var{cache}] [-w] [-U] @var{filename}
> +@item bench [-c @var{count}] [-d @var{depth}] [-f @var{fmt}]
> [--flush-interval=@var{flush_interval}] [-n] [-i @var{aio}][--no-drain] [-o
> @var{offset}] [--pattern=@var{pattern}] [-q] [-s @var{buffer_size}] [-S
> @var{step_size}] [-t @var{cache}] [-w] [-U] @var{filename}
Please add a space:
[-i @var{aio}] [--no-drain]
signature.asc
Description: PGP signature
- [Qemu-devel] [PATCH v9 07/17] blockdev: adds bdrv_parse_aio to use io_uring, (continued)
- [Qemu-devel] [PATCH v9 08/17] block/file-posix.c: extend to use io_uring, Aarushi Mehta, 2019/08/01
- [Qemu-devel] [PATCH v9 09/17] block: add trace events for io_uring, Aarushi Mehta, 2019/08/01
- [Qemu-devel] [PATCH v9 10/17] block/io_uring: adds userspace completion polling, Aarushi Mehta, 2019/08/01
- [Qemu-devel] [PATCH v9 11/17] qemu-io: adds option to use aio engine, Aarushi Mehta, 2019/08/01
- [Qemu-devel] [PATCH v9 12/17] qemu-img: adds option to use aio engine for benchmarking, Aarushi Mehta, 2019/08/01
- Re: [Qemu-devel] [PATCH v9 12/17] qemu-img: adds option to use aio engine for benchmarking,
Stefan Hajnoczi <=
- [Qemu-devel] [PATCH v9 13/17] qemu-nbd: adds option for aio engines, Aarushi Mehta, 2019/08/01
- [Qemu-devel] [PATCH v9 14/17] tests/qemu-iotests: enable testing with aio options, Aarushi Mehta, 2019/08/01
- [Qemu-devel] [PATCH v9 15/17] tests/qemu-iotests: use AIOMODE with various tests, Aarushi Mehta, 2019/08/01
- [Qemu-devel] [PATCH v9 16/17] block/io_uring: adds fd registration, Aarushi Mehta, 2019/08/01
- [Qemu-devel] [PATCH v9 17/17] block/io_uring: enable kernel submission polling, Aarushi Mehta, 2019/08/01