~davewalker/ubuntu/maverick/qemu-kvm/623830

« back to all changes in this revision

Viewing changes to qemu-options.hx

  • Committer: Bazaar Package Importer
  • Author(s): Serge Hallyn
  • Date: 2010-08-10 08:51:54 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810085154-ok0jzlkr75dplmc7
Tags: 0.12.5+noroms-0ubuntu1
* New upstream release
* Removed patch which is now upstream:
  0001-Fix-missing-symbols-in-.rel-.rela.plt-sections.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1115
1115
    "-chardev serial,id=id,path=path\n"
1116
1116
#else
1117
1117
    "-chardev pty,id=id\n"
1118
 
    "-chardev stdio,id=id\n"
 
1118
    "-chardev stdio,id=id,[,signal=on|off]\n"
1119
1119
#endif
1120
1120
#ifdef CONFIG_BRLAPI
1121
1121
    "-chardev braille,id=id\n"
1291
1291
 
1292
1292
@option{pty} is not available on Windows hosts.
1293
1293
 
1294
 
@item -chardev stdio ,id=@var{id}
 
1294
@item -chardev stdio ,id=@var{id} [,signal=on|off]
1295
1295
Connect to standard input and standard output of the qemu process.
1296
 
@option{stdio} does not take any options. @option{stdio} is not available on
1297
 
Windows hosts.
 
1296
 
 
1297
@option{signal} controls if signals are enabled on the terminal, that includes
 
1298
exiting QEMU with the key sequence @key{Control-c}. This option is enabled by
 
1299
default, use @option{signal=off} to disable it.
 
1300
 
 
1301
@option{stdio} is not available on Windows hosts.
1298
1302
 
1299
1303
@item -chardev braille ,id=@var{id}
1300
1304