From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nuj5Q-00046x-Ue for qemu-devel@nongnu.org; Thu, 25 Mar 2010 05:10:44 -0400 Received: from [140.186.70.92] (port=59900 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nuj5O-00046R-0o for qemu-devel@nongnu.org; Thu, 25 Mar 2010 05:10:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nuj5M-0006CD-Kf for qemu-devel@nongnu.org; Thu, 25 Mar 2010 05:10:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65494) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nuj5M-0006C4-9l for qemu-devel@nongnu.org; Thu, 25 Mar 2010 05:10:40 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o2P9AdWt017919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 25 Mar 2010 05:10:39 -0400 Message-ID: <4BAB288A.3020902@redhat.com> Date: Thu, 25 Mar 2010 10:10:34 +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> 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 Hi, > Then our big problem is migration between read of the 1st register and > of the 2nd register, no? "big"? The window is quite small, and I think we have a bunch of simliar issues elsewhere in qemu. They are hardly avoidable for new -> old migration when adding new features to emulated devices. Well, maybe sections can fix it, but probably only in case the old qemu is new enougth that it can handle sections too. > Furthermore, older vga bios, seing VBE_DISPI_ID5, what are they going to > do? Work as they did before ;) >> So when migrating from new to old qemu: Before reset >> vgabios will have the video memory size saved somewhere. After reset >> ID will reset to ID0, and in case you are running vgabios 0.6c vesa >> gfx modes will stop working. > > I see this part, but I still think that we have a window where we can be > in very bad shape, no? I guess that we don't support anything different > that vgabios, so .... See above. Worst case is that vesa graphics modes stop working, even if you hit the race window (vgabios will think you have 0 MB video ram then and refuse all gfx modes). cheers, Gerd