Hello, As a follow-up to my CPUState part 11 series changing log_cpu_state[_mask]() argument to CPUState, these patches propagate X86CPU argument where possible. This is in response to rth asking about type/placement of variables.
I note that x86 had me confused in two other places where TCG helpers were not declared using the HELPER() macro. I intend to automate CPUFooState/FooCPU conversion for TCG helpers, but for now those arguments cannot be changed yet. Regards, Andreas Cc: Richard Henderson <r...@twiddle.net> Andreas Färber (3): target-i386: Change LOG_PCALL_STATE() argument to CPUState target-i386: Change do_interrupt_all() argument to X86CPU target-i386: Change do_smm_enter() argument to X86CPU cpu-exec.c | 2 +- target-i386/cpu.h | 2 +- target-i386/seg_helper.c | 19 ++++++++++--------- target-i386/smm_helper.c | 6 +++--- 4 files changed, 15 insertions(+), 14 deletions(-) -- 1.8.1.4