diff options
| author | Peter Maydell | 2012-07-09 06:28:30 +0200 |
|---|---|---|
| committer | Blue Swirl | 2012-07-28 11:08:12 +0200 |
| commit | 52d06136bd534d3984fc33497334fd7d808ef2bd (patch) | |
| tree | f5281ef5427d8054fbe53c29b2b4d2a3b24d3fa1 /tests | |
| parent | target-xtensa: fix big-endian BBS/BBC implementation (diff) | |
| download | qemu-52d06136bd534d3984fc33497334fd7d808ef2bd.tar.gz qemu-52d06136bd534d3984fc33497334fd7d808ef2bd.tar.xz qemu-52d06136bd534d3984fc33497334fd7d808ef2bd.zip | |
vl.c: Don't print errno after failed qemu_chr_new()
The qemu_chr_new() function doesn't set errno on failure, so
don't print strerror(errno) on the error handling path when
dealing with the -serial, -parallel and -virtioconsole arguments.
This avoids nonsensical error messages like:
$ ./arm-softmmu/qemu-system-arm -serial wombat
qemu: could not open serial device 'wombat': Success
We also rephrase the message slightly to make it a little clearer
that we're expecting the name of a QEMU chr backend rather than
a host or guest serial/parallel/etc device.
Reported-by: Christian Müller <christian.mueller@heig-vd.ch>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
