]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Use cpu_exec_enter/exit qom hooks
authorRichard Henderson <rth@twiddle.net>
Sat, 13 Sep 2014 16:45:14 +0000 (09:45 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Sep 2014 17:54:21 +0000 (18:54 +0100)
commit374e0cd4db321d51ed5fa24498a974085e3f1b6d
tree369b58030ab7078ced9fcfa56d64e1430e015c80
parent1039e1290feb03b331af55d939554bd03ffd3906
target-i386: Use cpu_exec_enter/exit qom hooks

Note that the code that was within the "exit" ifdef block
was identical to the cpu_compute_eflags inline, so make that
simplification at the same time.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 1410626734-3804-4-git-send-email-rth@twiddle.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
cpu-exec.c
target-i386/cpu-qom.h
target-i386/cpu.c
target-i386/helper.c