~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to qemu-nbd.texi

  • Committer: Blue Swirl
  • Date: 2009-08-31 15:14:40 UTC
  • Revision ID: git-v1:528e93a9787ccfc59582a44035f5f342caf5b84f
Fix breakage due to __thread

Thread-local storage is not supported on all hosts.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
@c man end
12
12
 
13
13
@c man begin OPTIONS
14
 
@table @var
15
 
@item filename
 
14
@table @option
 
15
@item @var{filename}
16
16
 is a disk image filename
17
 
@item -p, --port=PORT
18
 
  port to listen on (default `1024')
19
 
@item -o, --offset=OFFSET
 
17
@item -p, --port=@var{port}
 
18
  port to listen on (default @samp{1024})
 
19
@item -o, --offset=@var{offset}
20
20
  offset into the image
21
 
@item -b, --bind=IFACE
22
 
  interface to bind to (default `0.0.0.0')
 
21
@item -b, --bind=@var{iface}
 
22
  interface to bind to (default @samp{0.0.0.0})
 
23
@item -k, --socket=@var{path}
 
24
  Use a unix socket with path @var{path}
23
25
@item -r, --read-only
24
26
  export read-only
25
 
@item -P, --partition=NUM
26
 
  only expose partition NUM
 
27
@item -P, --partition=@var{num}
 
28
  only expose partition @var{num}
 
29
@item -s, --snapshot
 
30
  use snapshot file
 
31
@item -n, --nocache
 
32
  disable host cache
 
33
@item -c, --connect
 
34
  connect FILE to NBD device DEV
 
35
@item -d, --disconnect
 
36
  disconnect the specified device
 
37
@item -e, --shared=@var{num}
 
38
  device can be shared by @var{num} clients (default @samp{1})
 
39
@item -t, --persistent
 
40
  don't exit on the last connection
27
41
@item -v, --verbose
28
42
  display extra debugging information
29
43
@item -h, --help