]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Remove dead console compat formatting
authorCole Robinson <crobinso@redhat.com>
Wed, 22 Jun 2016 18:07:03 +0000 (14:07 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 23 Jun 2016 00:14:31 +0000 (20:14 -0400)
commit03ce1328086d6937d2647d616efff29941a3e80a
tree0c3b5684811658b3f1ff2fe90cd93ca422de4234
parent76d58716483c665e927b04063456b58a186a6f6c
conf: Remove dead console compat formatting

This code was attempting to handle some implicit <console> XML
formatting for manually assembled DomainDef, since previously the
console<->serial compat copying was only done at XML parse time.

Nowadays it's done via virDomainDefPostParse ->
virDomainDefAddConsoleCompat, which all manual DomainDef builders
already call, so we can drop this workaround.
src/conf/domain_conf.c