aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeat Jörg <Beat.Joerg@ssatr.ch>2012-05-23 07:50:02 +0200
committerEric Blake <eblake@redhat.com>2012-06-04 16:46:23 -0600
commit7508338ff3b75b39ee9654e3d83bc58c858dc92a (patch)
tree78ba83f29dca06fb1899a3ca7f5c56d2a3426b21 /AUTHORS
parentmaint: command.c whitespace cleanups (diff)
downloadlibvirt-7508338ff3b75b39ee9654e3d83bc58c858dc92a.tar.gz
libvirt-7508338ff3b75b39ee9654e3d83bc58c858dc92a.tar.bz2
libvirt-7508338ff3b75b39ee9654e3d83bc58c858dc92a.zip
Fix for parallel port passthrough for QEMU
I came across a bug that the command line generated for passthrough of the host parallel port /dev/parport0 by libvirt for QEMU is incorrect. It currently produces: -chardev tty,id=charparallel0,path=/dev/parport0 -device isa-parallel,chardev=charparallel0,id=parallel0 The first parameter is "tty". It sould be "parport". If I launch qemu with -chardev parport,... it works as expected. I have already filled a bug report ( https://bugzilla.redhat.com/show_bug.cgi?id=823879 ), the topic was already on the list some months ago: https://www.redhat.com/archives/libvirt-users/2011-September/msg00095.html Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c91ef35de..66134f4ef 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -240,6 +240,7 @@ Patches have also been contributed by:
David Weber <wb@munzinger.de>
Marti Raudsepp <marti@juffo.org>
Radu Caragea <dmns_serp@yahoo.com>
+ Beat Jörg <Beat.Joerg@ssatr.ch>
[....send patches to get your name here....]