]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix setup of compatability serial devices from console device
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 22 Jan 2010 13:19:24 +0000 (13:19 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Jan 2010 17:08:37 +0000 (17:08 +0000)
commit7d8f5eb3bc349161d9cf32c9d5222d3fd0382a22
tree06dcbeb7f609057cd889883617d4b5a987c6ed54
parent3dc4268669cd1149539919c869ebbf769ab5fc35
Fix setup of compatability serial devices from console device

The <console> tag is supposed to result in addition of a single
<serial> device for HVM guests. The 'targetType' attribute was
missing though causing the compatibility code to add a second
<console> device

* src/conf/domain_conf.c: Set targetType for serial device
src/conf/domain_conf.c