Do not ignore error, if open file failed (-serial /dev/tty)
authorEvgeniy Dushistov <dushistov@mail.ru>
Thu, 28 Jan 2010 18:44:46 +0000 (21:44 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 10 Feb 2010 17:56:56 +0000 (11:56 -0600)
commitd77504f29baec352bd2c67dead218236b1e39aaf
tree598e37ea6d5db7bff1bb3e4c4178f06a5c48b0c0
parent79047c2b2b6269a35505ba6b01ac1e1d612bc510
Do not ignore error, if open file failed (-serial /dev/tty)

In case, when qemu is executed with option like
-serial /dev/ttyS0, report if there are problems with
opening of devices. At now errors are silently ignoring.

Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c