From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBMEx-0001sG-KI for qemu-devel@nongnu.org; Tue, 11 Sep 2012 04:54:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBMEm-0001AY-0s for qemu-devel@nongnu.org; Tue, 11 Sep 2012 04:54:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14017) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBMEl-0001AL-Os for qemu-devel@nongnu.org; Tue, 11 Sep 2012 04:54:27 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8B8sQeU030634 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Sep 2012 04:54:26 -0400 Message-ID: <504EFC40.8090501@redhat.com> Date: Tue, 11 Sep 2012 10:54:24 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <303604638.32854461.1347350965011.JavaMail.root@redhat.com> In-Reply-To: <303604638.32854461.1347350965011.JavaMail.root@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] linux framebuffer display driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org On 09/11/12 10:09, Alon Levy wrote: >> Hi, >> >> Undusting an pretty old patch series, rebasing it, testing it, >> fixing a bug or two, fixing codestyle issues: Qemu can run on the >> linux framebuffer console as graphical display now. > > Patch 4 doesn't apply (hmp.h), missing SoB on a few patches. Yea, noticed too this morning while rebasing my stuff. Rebased version is available here: git://git.kraxel.org/qemu rebase/fbdev > Some minor point: To switch to serial: > Ctrl-Alt-1. To switch back to console output you have to release Ctrl > & release Alt, then repress them, i.e. can't just release 1 and press > 0. fbdev resets modifier state on console switches. This causes this effect, but without it other ugly effects can sneak in (like the guest seeing a modifier pressed which isn't pressed any more). cheers, Gerd