]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix port value parsing for serial and parallel ports
authorMichal Novotny <minovotn@redhat.com>
Fri, 25 Feb 2011 14:41:11 +0000 (15:41 +0100)
committerEric Blake <eblake@redhat.com>
Fri, 25 Feb 2011 18:33:27 +0000 (11:33 -0700)
commit79c3fe4d1681cd94598d2bd42e38a98f51cb645d
treeed03960684a82dfda4cbf7d7bcab648f57de3ba4
parent33191b419c8c8b17af7c6100997e64ed18bd5f62
Fix port value parsing for serial and parallel ports

this is the patch to fix the virDomainChrDefParseTargetXML() functionality
to parse the target port from XML if available. This is necessary for
multiple serial port support which is the second part of this patch.

Signed-off-by: Michal Novotny <minovotn@redhat.com>
src/conf/domain_conf.c