From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] libxl: initialize vfb defbools in libxlMakeVfb Date: Fri, 17 Apr 2015 19:59:28 +0200 Message-ID: <20150417175928.GA2516__45327.3605359302$1429293718$gmane$org@aepfle.de> References: <1429291171-23640-1-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1429291171-23640-1-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org, libvir-list@redhat.com Cc: Jim Fehlig List-Id: xen-devel@lists.xenproject.org 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