]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: add PV console if not explicitly specified
authorJim Fehlig <jfehlig@suse.com>
Mon, 30 Jun 2014 16:20:38 +0000 (10:20 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 1 Jul 2014 00:56:44 +0000 (18:56 -0600)
commitec7b92257673498d7ba6daa55f9723a421c51da6
tree0422c345618d938e0f6eb1a2b4d521cde7ebca41
parentdc1653421340b69ef4b67ed3b95291001b370f35
libxl: add PV console if not explicitly specified

Xen PV domains always have a PV console, so add one to the domain
config via post-parse callback if not explicitly specified in
the XML.  The legacy Xen driver behaves similarly, causing a
regression when switching to the new Xen toolstack.  I.e.

  virsh console pv-domain

will no longer work after upgrading a xm/xend stack to xl/libxl.
src/libxl/libxl_domain.c