Re: [Qemu-devel] [PATCH] smc91c111: mask register offset

2010-04-08 Thread Aurelien Jarno
On Mon, Mar 29, 2010 at 03:16:58PM +0200, Lars Munch wrote: > this fixes the smc91c111 emulation which has been broken for gumstix and > mainstone and maybe others since the "MMIO callback interface changes" > 8da3ff180974732fc4272cb4433fef85c1822961 where commited, see: > > http://thread.gmane.or

[Qemu-devel] [PATCH] smc91c111: mask register offset

2010-03-29 Thread Lars Munch
this fixes the smc91c111 emulation which has been broken for gumstix and mainstone and maybe others since the "MMIO callback interface changes" 8da3ff180974732fc4272cb4433fef85c1822961 where commited, see: http://thread.gmane.org/gmane.comp.emulators.qemu/33607/focus=35194 Signed-off-by: Lars Mun