From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5Cmu-0000cl-9H for qemu-devel@nongnu.org; Tue, 03 Nov 2009 01:22:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5Cmp-0000ZY-Hf for qemu-devel@nongnu.org; Tue, 03 Nov 2009 01:22:39 -0500 Received: from [199.232.76.173] (port=34168 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5Cmp-0000ZE-8v for qemu-devel@nongnu.org; Tue, 03 Nov 2009 01:22:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35014) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5Cmo-0001Fu-PD for qemu-devel@nongnu.org; Tue, 03 Nov 2009 01:22:35 -0500 Message-ID: <4AEFCC18.8030408@redhat.com> Date: Tue, 03 Nov 2009 08:22:16 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1257199910-3197-1-git-send-email-agraf@suse.de> In-Reply-To: <1257199910-3197-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] Add emulation for VirtIO Frame Buffer device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: linux-fbdev-devel@lists.sourceforge.net, qemu-devel@nongnu.org, kvm@vger.kernel.org On 11/03/2009 12:11 AM, Alexander Graf wrote: > Since Linux now understands how to talk to us graphics over VirtIO, let's > add support for it in qemu. > > The good part about graphics over VirtIO is that you don't need PCI to use > it. So if there's any platform out there trying to use graphics, but not > capable of MMIO, it can use this one! > Which platforms are these? -- Do not meddle in the internals of kernels, for they are subtle and quick to panic.