On 6 September 2012 11:41, Peter Maydell <peter.mayd...@linaro.org> wrote: > This is a small cleanup patchset which moves some cpu_dump_state > flags from being x86 only to being generic, since the extra info > they ask for is not particularly x86 specific (many of our > target architectures have an fpu, and similarly several implement > the TCG condition-code optimisation). This allows us to remove > some ugly TARGET_I386 ifdefs from target-independent code. > > I've also implemented the DUMP_FPU flag for ARM, by reinstating > (somewhat modified) some code which had been #if'd out for years. > There should be no behaviour change for other architectures.
In the absence of any review commentary I plan to put these into my next target-arm pullreq. - -PMM