convert mux chardev to QemuOpts.
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Sep 2009 08:58:50 +0000 (10:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Sep 2009 15:19:49 +0000 (10:19 -0500)
commit7591c5c19951def341139c3874bdc7289f9813d1
tree74200b7e910ead8627262b22c39bbf5faf1c212b
parent6ea314d91439741e95772dfbab98b4135e04bebb
convert mux chardev to QemuOpts.

new cmd line syntax:  you can add mux=1 to any chardev to enable muxing,
then attach it multiple times, like this:

-chardev pty,name=mux,mux=on

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
qemu-char.c