Re: [Qemu-devel] [PATCH v2] Fix unassigned memory access handling

2011-08-01 Thread Blue Swirl
On Mon, Aug 1, 2011 at 4:26 PM, Bob Breuer wrote: > Blue Swirl wrote: >> cea5f9a28faa528b6b1b117c9ab2d8828f473fef exposed bugs in unassigned memory >> access handling. Fix them by always passing CPUState to the handlers. >> >> Reported-by: Hervé Poussineau >> Signed-off-by: Blue Swirl >> --- >>

Re: [Qemu-devel] [PATCH v2] Fix unassigned memory access handling

2011-08-01 Thread Blue Swirl
On Mon, Aug 1, 2011 at 4:26 PM, Bob Breuer wrote: > Blue Swirl wrote: >> cea5f9a28faa528b6b1b117c9ab2d8828f473fef exposed bugs in unassigned memory >> access handling. Fix them by always passing CPUState to the handlers. >> >> Reported-by: Hervé Poussineau >> Signed-off-by: Blue Swirl >> --- >>

Re: [Qemu-devel] [PATCH v2] Fix unassigned memory access handling

2011-08-01 Thread Bob Breuer
Blue Swirl wrote: > cea5f9a28faa528b6b1b117c9ab2d8828f473fef exposed bugs in unassigned memory > access handling. Fix them by always passing CPUState to the handlers. > > Reported-by: Hervé Poussineau > Signed-off-by: Blue Swirl > --- > v2: don't try to restore env since all targets eventually a

[Qemu-devel] [PATCH v2] Fix unassigned memory access handling

2011-07-13 Thread Blue Swirl
cea5f9a28faa528b6b1b117c9ab2d8828f473fef exposed bugs in unassigned memory access handling. Fix them by always passing CPUState to the handlers. Reported-by: Hervé Poussineau Signed-off-by: Blue Swirl --- v2: don't try to restore env since all targets eventually always call cpu_loop_exit() which