From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH][HVM] remove qemu shadow_vram patch for performance Date: Thu, 15 Mar 2007 10:50:13 +0000 Message-ID: References: <20070315033005.GD12238@edwin-srv.sh.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070315033005.GD12238@edwin-srv.sh.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Zhai, Edwin" , Ian Pratt Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 15/3/07 03:30, "Zhai, Edwin" wrote: > remove qemu shadow_vram patch and force a whole screen update each time for > performance. > > W/O this patch, there is huge performance drop in HVM domain when adding other > guest(windows or linux with xwindow). > > shadow_vram_revert.patch - revert the shadow_vram patch > shadow_vram_force_update.patch - explictly redraw screen each time How can updating the whole screen 30 times a second be faster than the memcmp() that we do currently? -- Keir