[Bug 1459600] [NEW] libxl guest fails to start due to incorrect emulator setting
Launchpad Bug Tracker
1459600 at bugs.launchpad.net
Thu May 28 09:42:37 UTC 2015
You have been subscribed to a public bug:
Recent versions of libvirt are using the contents of the emulator option in the devices section. For a while we were using qemu-dm which was correct when the deprecated xm toolstack was in use. Since the option was not really used, there was no need to change this and using the xl stack (through libxl) was automatically picking up the right qemu path.
But now we have to be correct. Upstream assumes a Xen specific binary and path which will at some point be provided through the pkg-config mechanism by libxen-dev. This is not needed for Deabian/Ubuntu because we make use of the qemu binary provided by the qemu package. So we only need to change two things (and they are not upstream-able because they are special):
1. for new configs always use /usr/bin/qemu-system-i386
2. when loading old configs replace qemu-dm by the new path
** Affects: libvirt (Ubuntu)
Importance: High
Assignee: Stefan Bader (smb)
Status: Triaged
--
libxl guest fails to start due to incorrect emulator setting
https://bugs.launchpad.net/bugs/1459600
You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu.
More information about the Ubuntu-server-bugs
mailing list