File: qemu-io.1

package info (click to toggle)
qemu 1%3A10.0.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 413,588 kB
  • sloc: ansic: 4,733,205; pascal: 114,769; python: 105,507; asm: 68,431; sh: 52,878; makefile: 27,469; perl: 18,778; cpp: 11,435; xml: 3,404; objc: 2,877; yacc: 2,505; php: 1,299; tcl: 1,296; lex: 1,110; sql: 71; awk: 43; sed: 35; javascript: 7
file content (43 lines) | stat: -rw-r--r-- 1,144 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.TH QEMU-IO 1 "December 18, 2011"
.SH NAME
qemu-io \- QEMU Disk exerciser
.SH SYNOPSIS
.B qemu-io [-h] [-V] [-rsnm] [-c cmd] ... [file]
.SH DESCRIPTION
qemu-io is a command line utility to exercise the QEMU I/O path.
.SH OPTIONS
.TP
.B \-c,\ \-\-cmd\ <cmd>
Command to execute
.TP
.B \-r,\ \-\-read-only
Export read-only
.TP
.B \-s,\ \-\-snapshot
Use snapshot file
.TP
.B \-n,\ \-\-nocache
Disable host cache
.TP
.B \-g,\ \-\-growable
Allow file to grow (only applies to protocols)
.TP
.B \-m,\ \-\-misalign
Misalign allocations for O_DIRECT
.TP
.B \-k,\ \-\-native-aio
Use kernel AIO implementation (on Linux only)
.TP
.B \-h,\ \-\-help
Display help and exit
.TP
.B \-V,\ \-\-version
Output version information and exit
.SH SEE ALSO
.BR qemu-img (1),
.BR qemu-nbd (8)
.SH AUTHOR
QEMU project
.PP
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)
.