Re: [Qemu-devel] [PATCH] hw/pflash_cfi02: Fix lazy reset of ROMD mode

2011-04-09 Thread Aurelien Jarno
On Sun, Apr 03, 2011 at 01:16:26PM -0700, Jordan Justen wrote: > When checking pfl->rom_mode for when to lazily reenter ROMD mode, > the value was check was the opposite of what it should have been. > This prevent the part from returning to ROMD mode after a write > was made to the CFI rom region.

Re: [Qemu-devel] [PATCH] hw/pflash_cfi02: Fix lazy reset of ROMD mode

2011-04-03 Thread Aurelien Jarno
On Mon, Mar 14, 2011 at 02:10:58PM -0700, jordan.l.jus...@intel.com wrote: > From: Jordan Justen > > When checking pfl->rom_mode for when to lazily reenter ROMD mode, > the value was check was the opposite of what it should have been. > This prevent the part from returning to ROMD mode after a wr