qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH qom-cpu 0/3] target-i386: log_cpu_state() cleanups


From: Andreas Färber
Subject: [Qemu-devel] [PATCH qom-cpu 0/3] target-i386: log_cpu_state() cleanups
Date: Wed, 3 Jul 2013 20:42:35 +0200

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 <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]