Disable xLaw debugging
[qemu-kvm/fedora.git] / qemu-nbd.texi
blob7b6d0cbb59185c3c286d70e8e8634d85bc305179
1 @example
2 @c man begin SYNOPSIS
3 usage: qemu-nbd [OPTION]...  @var{filename}
4 @c man end
5 @end example
7 @c man begin DESCRIPTION
9 Export Qemu disk image using NBD protocol.
11 @c man end
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
35 @c man end
37 @ignore
39 @setfilename qemu-nbd
40 @settitle QEMU Disk Network Block Device Server
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
48 @c man begin SEEALSO
49 qemu-img(1)
50 @c man end
52 @end ignore