]> git.proxmox.com Git - qemu.git/commit - cpu-exec.c
x86: avoid AREG0 for exceptions
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 28 Apr 2012 19:35:10 +0000 (19:35 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jun 2012 20:28:08 +0000 (20:28 +0000)
commit77b2bc2c096be44a36c45d777abb81a298c05c98
tree6b102bf6993d28825d37938b3c26939c3ef33b7d
parent20054ef03e0bd051178edd9d1378aa59570dbcf5
x86: avoid AREG0 for exceptions

Add an explicit CPUX86State parameter instead of relying on AREG0.

Merge raise_exception_env() to raise_exception(), likewise with
raise_exception_err_env() and raise_exception_err().

Introduce cpu_svm_check_intercept_param() and cpu_vmexit()
as wrappers.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
cpu-exec.c
target-i386/cpu.h
target-i386/helper.c
target-i386/helper.h
target-i386/op_helper.c
target-i386/translate.c
user-exec.c