summaryrefslogtreecommitdiff
path: root/target-i386/svm_helper.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-15target-i386: fix over 80 chars warningsliguang1-2/+4
2013-06-15target-i386/helper: remove redundant env->eip assignmentliguang1-1/+1
2013-06-15target-i386/helper: remove EIP macroliguang1-8/+8
2013-06-15target-i386/helper: remove ESP macroliguang1-4/+4
2013-06-15target-i386/helper: remove ECX macroliguang1-5/+5
2013-06-15target-i386/helper: remove EAX macroliguang1-12/+12
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-3/+6
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-2/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-3/+3
2012-08-14x86: switch to AREG0 free modeBlue Swirl1-0/+4
2012-08-14x86: avoid AREG0 for SVM helpersBlue Swirl1-93/+88
2012-06-28x86: split off SVM helpersBlue Swirl1-0/+716