]> git.proxmox.com Git - qemu.git/commit - target-i386/smm_helper.c
x86: avoid AREG0 for SMM helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 17:54:21 +0000 (17:54 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 14 Aug 2012 19:01:25 +0000 (19:01 +0000)
commit608badfc660b1c4d20e67a64b639c7bcd2d5ba16
treed1e35ca0f6026be0b35c4b69f6135d543afe7892
parent052e80d5e026a5414a02d5d979c37521eb33e07d
x86: avoid AREG0 for SMM helpers

Add an explicit CPUX86State parameter instead of relying on AREG0.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/Makefile.objs
target-i386/helper.h
target-i386/smm_helper.c
target-i386/translate.c