From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH] kvm tools, ui: Optimize SDL updates Date: Mon, 06 Jun 2011 09:02:47 +0200 Message-ID: <4DEC7B97.8090607@redhat.com> References: <1307136023-16693-1-git-send-email-penberg@kernel.org> <20110604095451.GA15349@elte.hu> <11EB6DEC-41E9-4C0A-A057-7E88EBA2A008@suse.de> <20110604104245.GF16292@elte.hu> <34B8A15A-AEF2-4E2D-99F5-0EDB41447C31@suse.de> <20110604105443.GH16292@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ingo Molnar , Pekka Enberg , KVM list , Cyrill Gorcunov , John Floren , Sasha Levin To: Alexander Graf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:12944 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506Ab1FFHDe (ORCPT ); Mon, 6 Jun 2011 03:03:34 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hi, > Also, I'm fairly sure vesafb implements scrolling almost > unconditionally. Check for "ypan" in drivers/video/vesafb.c. ypan uses the protected mode interface provided by the vesa bios. It is not used by default works on 32bit only. >> If you think qxl-fb can be done gradually in that context then >> that's probably the right solution. Is there *any* QXL code in the >> kernel that would allow us to get started? I really know nothing >> about QXL. > > I don't think there is. CC'ing Gerd for that discussion. He's taking > care of all the upstreaming work and community efforts around QXL. No kernel code right now. cheers, Gerd