summaryrefslogtreecommitdiff
path: root/target-i386/smm_helper.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13target-i386: Clean up ENV_GET_CPU() usageAndreas Färber1-1/+1
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-6/+6
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-50/+50
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias1-16/+17
2014-02-11exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias1-6/+6
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias1-16/+16
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-50/+53
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-2/+3
2013-07-09target-i386: Change do_smm_enter() argument to X86CPUAndreas Färber1-2/+3
2013-06-15target-i386/helper: remove EDI macroliguang1-4/+4
2013-06-15target-i386/helper: remove ESI macroliguang1-4/+4
2013-06-15target-i386/helper: remove ESP macroliguang1-4/+4
2013-06-15target-i386/helper: remove EBP macroliguang1-4/+4
2013-06-15target-i386/helper: remove EDX macroliguang1-4/+4
2013-06-15target-i386/helper: remove ECX macroliguang1-4/+4
2013-06-15target-i386/helper: remove EBX macroliguang1-4/+4
2013-06-15target-i386/helper: remove EAX macroliguang1-4/+4
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-2/+2
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl1-10/+4
2012-06-28x86: split off SMM helpersBlue Swirl1-0/+307