From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NupMA-0004i6-4T for qemu-devel@nongnu.org; Thu, 25 Mar 2010 11:52:26 -0400 Received: from [140.186.70.92] (port=45793 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NupLp-0004hL-6R for qemu-devel@nongnu.org; Thu, 25 Mar 2010 11:52:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NupLI-0003kH-Me for qemu-devel@nongnu.org; Thu, 25 Mar 2010 11:51:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49458) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NupLI-0003kA-8v for qemu-devel@nongnu.org; Thu, 25 Mar 2010 11:51:32 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2PFpVs0027440 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Mar 2010 11:51:31 -0400 Message-ID: <4BAB867E.6050706@redhat.com> Date: Thu, 25 Mar 2010 16:51:26 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1269440070-26788-1-git-send-email-kraxel@redhat.com> <4BAA6B93.1090405@redhat.com> <4BAB1D36.6030608@redhat.com> <4BAB288A.3020902@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] update bochs vbe interface List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 03/25/10 13:14, Juan Quintela wrote: > Gerd Hoffmann wrote: >> Hi, >> >>> Then our big problem is migration between read of the 1st register and >>> of the 2nd register, no? >> >> "big"? > > That is why I asked. I have no clue about how many times that register > is read. Once at boot. > If it is only read during startup, once, I think that geting 0 size is > ok. Extra bonus for modifying vgabios to handle this case nicely? I doubt it is worth the trouble. Also note that the current qemu vgabios doesn't care at all. It matters once we actually update vgabios to 0.6c. cheers, Gerd