Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-05 | cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic | Peter Maydell | |
Move the DUMP_FPU and DUMP_CCOP flags for cpu_dump_state() from being x86-specific flags to being generic ones. This allows us to drop some TARGET_I386 ifdefs in various places, and means that we can (potentially) be more consistent across architectures about which monitor commands or debug abort printouts include FPU register contents and info about QEMU's condition-code optimisations. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | |||
2012-08-14 | x86: avoid AREG0 for SMM helpers | Blue Swirl | |
Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||
2012-06-28 | x86: split off SMM helpers | Blue Swirl | |
Move SMM helpers to smm_helper.c. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> |