]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix xenstore serial console path for HVM guests
authorJim Fehlig <jfehlig@suse.com>
Tue, 3 Jan 2012 22:39:59 +0000 (15:39 -0700)
committerJim Fehlig <jfehlig@suse.com>
Wed, 4 Jan 2012 17:15:13 +0000 (10:15 -0700)
commitbeeea90a37dc5b4b3993d8cfc9452210261e84a7
tree94ac3da937b1b8737ee6184ee03681f6d5ee6781
parent88ed9ec0018ff7e47c92fa0c8003f397a9910f8c
Fix xenstore serial console path for HVM guests

The console path in xenstore is /local/domain/<id>/console/tty
for PV guests (PV console) and /local/domain/<id>/serial/0/tty
(serial console) for HVM guests.  Similar to Xen's in-tree console
client, read the correct path for PV vs HVM.
src/xen/xend_internal.c
src/xen/xs_internal.c
src/xen/xs_internal.h