summaryrefslogtreecommitdiffstats
path: root/target-i386/smm_helper.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Invert the inclusion of helper.hRichard Henderson2014-05-281-1/+1
* target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in ...Kevin O'Connor2014-05-131-17/+17
* target-i386: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-131-1/+1
* exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-6/+6
* exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-50/+50
* exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-16/+17
* exec: Make lduw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-6/+6
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-16/+16
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-50/+53
* log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber2013-07-091-2/+3
* target-i386: Change do_smm_enter() argument to X86CPUAndreas Färber2013-07-091-2/+3
* target-i386/helper: remove EDI macroliguang2013-06-151-4/+4
* target-i386/helper: remove ESI macroliguang2013-06-151-4/+4
* target-i386/helper: remove ESP macroliguang2013-06-151-4/+4
* target-i386/helper: remove EBP macroliguang2013-06-151-4/+4
* target-i386/helper: remove EDX macroliguang2013-06-151-4/+4
* target-i386/helper: remove ECX macroliguang2013-06-151-4/+4
* target-i386/helper: remove EBX macroliguang2013-06-151-4/+4
* target-i386/helper: remove EAX macroliguang2013-06-151-4/+4
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-2/+2
* x86: avoid AREG0 for SMM helpersBlue Swirl2012-08-141-10/+4
* x86: split off SMM helpersBlue Swirl2012-06-281-0/+307
OpenPOWER on IntegriCloud