]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix parsing 'info chardev'
authorCole Robinson <crobinso@redhat.com>
Wed, 8 Jun 2011 16:25:11 +0000 (12:25 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 14 Jun 2011 14:41:19 +0000 (10:41 -0400)
commitc0980a3a6e74f76e71f06bc90a58ff6b526b98c7
treeec4b2d876240c1f7068b8d053343e5ed1b6827eb
parentd0b1a9a08741eadb7f9b98543376b6a0d20d4cac
qemu: Fix parsing 'info chardev'

If qemu supports -chardev, our char frontend aliases are ex. 'charserial0'
not just 'serial0'. Typically we don't use this code path because the
pty's are scraped from stdout.
src/qemu/qemu_process.c