summaryrefslogtreecommitdiff
path: root/target-i386/smm_helper.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-14x86: avoid AREG0 for SMM helpersBlue Swirl1-10/+4
Add an explicit CPUX86State parameter instead of relying on AREG0. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2012-06-28x86: split off SMM helpersBlue Swirl1-0/+307
Move SMM helpers to smm_helper.c. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>