Re: [Qemu-devel] [PATCH 1/2] prep: Remove bogus BIOS size check

2011-01-29 Thread Aurelien Jarno
On Tue, Jan 18, 2011 at 10:43:55PM +0100, Hervé Poussineau wrote: > From: Andreas Färber > > r3480 added this check to account for the entry vector 0xfff00100 to be > available for CPUs that need it. Today however, the NIP is not yet > initialized at this point (zero), so the check always trigger

[Qemu-devel] [PATCH 1/2] prep: Remove bogus BIOS size check

2011-01-18 Thread Hervé Poussineau
From: Andreas Färber r3480 added this check to account for the entry vector 0xfff00100 to be available for CPUs that need it. Today however, the NIP is not yet initialized at this point (zero), so the check always triggers. Moreover, BIOS size check is already done previously, so this part can b