From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b34Wp-0004T3-7K for qemu-devel@nongnu.org; Wed, 18 May 2016 12:41:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b34Wk-0001l7-99 for qemu-devel@nongnu.org; Wed, 18 May 2016 12:40:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b34Wk-0001ky-3U for qemu-devel@nongnu.org; Wed, 18 May 2016 12:40:54 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 02DD515567 for ; Wed, 18 May 2016 16:40:53 +0000 (UTC) From: Cole Robinson Date: Wed, 18 May 2016 12:40:48 -0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] ui: improve feedback if gl setup fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , Gerd Hoffmann , Cole Robinson patch 1 is just a cleanup, patch 2-3 improves feedback for invalid gl configs (which would have saved me an hour of head scratching) Cole Robinson (3): ui: egl: Replace fprintf with error_report ui: spice: Exit if gl=on EGL init fails virtio-gpu: Warn if UI config will disable virgl hw/display/virtio-gpu.c | 5 +++++ ui/egl-helpers.c | 27 ++++++++++++++------------- ui/spice-core.c | 6 ++++-- 3 files changed, 23 insertions(+), 15 deletions(-) -- 2.7.4