From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te60T-0005Y4-6q for qemu-devel@nongnu.org; Thu, 29 Nov 2012 10:26:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Te60O-0006ik-Li for qemu-devel@nongnu.org; Thu, 29 Nov 2012 10:26:29 -0500 Received: from mx4-phx2.redhat.com ([209.132.183.25]:49235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te60O-0006ig-DM for qemu-devel@nongnu.org; Thu, 29 Nov 2012 10:26:24 -0500 Date: Thu, 29 Nov 2012 10:26:22 -0500 (EST) From: Paolo Bonzini Message-ID: <364632493.16253654.1354202782863.JavaMail.root@redhat.com> In-Reply-To: <20121129143608.GB10665@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 03/11] dataplane: add host memory mapping code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Kevin Wolf , Anthony Liguori , Stefan Hajnoczi , qemu-devel@nongnu.org, Blue Swirl , khoa@us.ibm.com, Stefan Hajnoczi , Asias He > > I don't understand. If memory in the VGA region returns true from > > memory_region_is_ram(), why would there be a problem? > > If you change this memory but you don't update the display. > Never happens with non buggy guests but we should catch and fail if > it does. Actually it _could_ happen with an MS-DOS guest that does the oh-so-retro DEF SEG=&HB800 BLOAD "file.pic", 0 (I think). Paolo