other versions
- bookworm 1:7.2+dfsg-7+deb12u7
- bookworm-backports 1:9.1.2+ds-1~bpo12+1
- testing 1:9.1.2+ds-1
- unstable 1:9.2.0+ds-2
QEMU-IO(1) | General Commands Manual | QEMU-IO(1) |
NAME¶
qemu-io - QEMU Disk exerciser
SYNOPSIS¶
qemu-io [-h] [-V] [-rsnm] [-c cmd] ... [file]
DESCRIPTION¶
qemu-io is a command line utility to exercise the QEMU I/O path.
OPTIONS¶
- -c, --cmd <cmd>
- Command to execute
- -r, --read-only
- Export read-only
- -s, --snapshot
- Use snapshot file
- -n, --nocache
- Disable host cache
- -g, --growable
- Allow file to grow (only applies to protocols)
- -m, --misalign
- Misalign allocations for O_DIRECT
- -k, --native-aio
- Use kernel AIO implementation (on Linux only)
- -h, --help
- Display help and exit
- -V, --version
- Output version information and exit
SEE ALSO¶
AUTHOR¶
QEMU project
This manual page was written by Asias He <asias.hejun@gmail.com>, for the Debian project (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the Creative Commons Attribution-Share Alike 3.0 United States License. (See http://creativecommons.org/licenses/by-sa/3.0/us/legalcode)
December 18, 2011 |