]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Support all backend serial devices for pSeries guest
authorLi Zhang <zhlcindy@linux.vnet.ibm.com>
Thu, 20 Dec 2012 06:02:25 +0000 (14:02 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 20 Dec 2012 23:19:49 +0000 (16:19 -0700)
commitda3d40c0eb8919a27ca606abb6e51d5e4b4bdcbe
treec58873f40fb34555820b4e8a6a994a429d148417
parentc4bbaaf8772da4d67092748bebada520bb19debd
Support all backend serial devices for pSeries guest

Currently, it only considers PTY backend serial devices for pseries.
It need to support all kinds of serial devices.

This patch is to fix the problem which is that it doesn't work
when specifying source type as file.

Signed-off-by: Li Zhang <zhlcindy@linux.vnet.ibm.com>
src/qemu/qemu_command.c