convert file+pipe chardevs to QemuOpts.
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 10 Sep 2009 08:58:36 +0000 (10:58 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 11 Sep 2009 15:19:47 +0000 (10:19 -0500)
commit8f8dbe058249b04086b90c6b60f756de64a93ebc
treeb115e1b8fa804f792b05065f1d0d3b4bd14e9bad
parente1a036644760692206a7d8537c569c0c042fce65
convert file+pipe chardevs to QemuOpts.

new cmd line syntax:
    -chardev file,id=name,path=/path/to/file
    -chardev pipe,id=name,path=/path/to/pipe

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