commit | 88e020e55e8fcfee0ca2428fb3654469abbd21ae | [log] [tgz] |
---|---|---|
author | Ingo van Lil <inguin@gmx.de> | Fri Dec 20 14:44:53 2013 +0100 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Wed Jan 01 18:03:55 2014 +0400 |
tree | 0dcf389ddde3aa46406f1984a06bed92b3c0d85c | |
parent | f6f0b7d90fe0c481d33165334b4a595fa514c202 [diff] |
doc: Mention chardev:id in available devices for -serial It is possible to pre-define a character device with the -chardev option and reference its id as serial device. The man page does not mention this feature. Use case: Use stdio as serial, but do not terminate VM on Ctrl-C -chardev stdio,id=mystdio,signal=off -serial chardev:mystdio Signed-off-by: Ingo van Lil <inguin@gmx.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>