qemu-nbd tool (Anthony Liguori)
[qemu] / qemu-nbd.texi
1 @example
2 @c man begin SYNOPSIS
3 usage: qemu-nbd [OPTION]...  @var{filename}
4 @c man end
5 @end example
6
7 @c man begin DESCRIPTION
8
9 Export Qemu disk image using NBD protocol.
10
11 @c man end
12
13 @c man begin OPTIONS
14 @table @var
15 @item filename
16  is a disk image filename
17 @item -p, --port=PORT
18   port to listen on (default `1024')
19 @item -o, --offset=OFFSET
20   offset into the image
21 @item -b, --bind=IFACE
22   interface to bind to (default `0.0.0.0')
23 @item -r, --read-only
24   export read-only
25 @item -P, --partition=NUM
26   only expose partition NUM
27 @item -v, --verbose
28   display extra debugging information
29 @item -h, --help
30   display this help and exit
31 @item -V, --version
32   output version information and exit
33 @end table
34
35 @c man end
36
37 @ignore
38
39 @setfilename qemu-nbd
40 @settitle QEMU Disk Network Block Device Server
41
42 @c man begin AUTHOR
43 Copyright (C) 2006 Anthony Liguori <anthony@codemonkey.ws>.
44 This is free software; see the source for copying conditions.  There is NO
45 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
46 @c man end
47
48 @c man begin SEEALSO
49 qemu-img(1)
50 @c man end
51
52 @end ignore