aboutsummaryrefslogtreecommitdiff
path: root/target-i386/smm_helper.c
AgeCommit message (Expand)Author
2014-03-13target-i386: Clean up ENV_GET_CPU() usageAndreas Färber
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-07-09target-i386: Change do_smm_enter() argument to X86CPUAndreas Färber
2013-06-15target-i386/helper: remove EDI macroliguang
2013-06-15target-i386/helper: remove ESI macroliguang
2013-06-15target-i386/helper: remove ESP macroliguang
2013-06-15target-i386/helper: remove EBP macroliguang
2013-06-15target-i386/helper: remove EDX macroliguang
2013-06-15target-i386/helper: remove ECX macroliguang
2013-06-15target-i386/helper: remove EBX macroliguang
2013-06-15target-i386/helper: remove EAX macroliguang
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl
2012-06-28x86: split off SMM helpersBlue Swirl