Re: [Qemu-devel] [PATCH] exec.c: Drop TARGET_HAS_ICE define and checks

2015-01-05 Thread Richard Henderson
On 01/05/2015 11:09 AM, Peter Maydell wrote: > The TARGET_HAS_ICE #define is intended to indicate whether a target-* > guest CPU implementation supports the breakpoint handling. However, > all our guest CPUs have that support (the only two which do not > define TARGET_HAS_ICE are unicore32 and open

[Qemu-devel] [PATCH] exec.c: Drop TARGET_HAS_ICE define and checks

2015-01-05 Thread Peter Maydell
The TARGET_HAS_ICE #define is intended to indicate whether a target-* guest CPU implementation supports the breakpoint handling. However, all our guest CPUs have that support (the only two which do not define TARGET_HAS_ICE are unicore32 and openrisc, and in both those cases the bp support is prese