On Fri, Apr 17, Olaf Hering wrote:
If the domU configu has sdl enabled libvirtd crashes:
libvirtd[5158]: libvirtd: libxl.c:343: libxl_defbool_val: Assertion
`!libxl_defbool_is_default(db)' failed.
Initialize the relevant defbool variables in libxl_device_vfb.
Fix one crash, find another:
Does libvirt have a representation for this one?
libxl_defbool_val(vfb.sdl.opengl));
If not, it should be initialized to false in libxlMakeVfb.
Olaf