From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gGW04-0003Pr-CK for guix-patches@gnu.org; Sat, 27 Oct 2018 17:20:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gGW03-000745-0r for guix-patches@gnu.org; Sat, 27 Oct 2018 17:20:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41590) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gGW02-00073r-QD for guix-patches@gnu.org; Sat, 27 Oct 2018 17:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gGW02-0003aB-F9 for guix-patches@gnu.org; Sat, 27 Oct 2018 17:20:02 -0400 Subject: [bug#33172] [PATCH] gnu: linux-libre: Enable BOCHS DRM support. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181027083051.7817-1-m.othacehe@gmail.com> <871s8bye6v.fsf@gmail.com> Date: Sat, 27 Oct 2018 23:18:59 +0200 In-Reply-To: <871s8bye6v.fsf@gmail.com> (Mathieu Othacehe's message of "Sat, 27 Oct 2018 17:41:12 +0900") Message-ID: <87y3aj5br0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: Mark H Weaver , 33172@debbugs.gnu.org Hello Mathieu, Mathieu Othacehe skribis: > This article might help to understand what's new in QEMU 3.0 with VGA > emulation. > > https://www.kraxel.org/blog/2018/10/qemu-vga-emulation-and-bochs-display/ Looks interesting. >> * gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Build DRM BOCHS s= upport >> as a module. It adds DRM support for BOCHS dispi vga interface used by >> qemu (-vga std option). It will also be useful for QEMU 3.0 to enable th= e new >> "bochs-display" display device. >> * gnu/packages/aux-files/linux-libre/4.19-i686.conf: Ditto. Perhaps we should enable it on AArch64 as well? Mostly so that configs don=E2=80=99t diverge too much. Otherwise it LGTM. Mark, WDYT? Thanks, Ludo=E2=80=99.