From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH] kvm tools, ui: Optimize SDL updates Date: Sat, 4 Jun 2011 11:54:51 +0200 Message-ID: <20110604095451.GA15349@elte.hu> References: <1307136023-16693-1-git-send-email-penberg@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Cyrill Gorcunov , John Floren , Sasha Levin To: Pekka Enberg Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:56936 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754991Ab1FDJzC (ORCPT ); Sat, 4 Jun 2011 05:55:02 -0400 Content-Disposition: inline In-Reply-To: <1307136023-16693-1-git-send-email-penberg@kernel.org> Sender: kvm-owner@vger.kernel.org List-ID: * Pekka Enberg wrote: > This patch optimizes SDL updates by keeping track of which parts of the guest > screen have been written since last update and calling SDL_BlitSurface() and > SDL_UpdateRect() for only changed parts of the screen. > > Cc: Cyrill Gorcunov > Cc: Ingo Molnar > Cc: John Floren > Cc: Sasha Levin > Signed-off-by: Pekka Enberg I tried this one and updates got a bit faster. We really need accelerated scrolling support though, i.e. framebuffer combined with virtio-fb for operations such as scrolling. Could we merge the repo up to v3.0-rc1 and write virtio-fb based on the virtio-gl patch? Thanks, Ingo