qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH qom-cpu 0/3] target-i386: log_cpu_state() cleanups
@ 2013-07-03 18:42 Andreas Färber
  2013-07-03 18:42 ` [Qemu-devel] [PATCH qom-cpu 1/3] target-i386: Change LOG_PCALL_STATE() argument to CPUState Andreas Färber
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andreas Färber @ 2013-07-03 18:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, rth

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 <rth@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-07-06  0:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 18:42 [Qemu-devel] [PATCH qom-cpu 0/3] target-i386: log_cpu_state() cleanups Andreas Färber
2013-07-03 18:42 ` [Qemu-devel] [PATCH qom-cpu 1/3] target-i386: Change LOG_PCALL_STATE() argument to CPUState Andreas Färber
2013-07-03 18:42 ` [Qemu-devel] [PATCH qom-cpu 2/3] target-i386: Change do_interrupt_all() argument to X86CPU Andreas Färber
2013-07-03 18:42 ` [Qemu-devel] [PATCH qom-cpu 3/3] target-i386: Change do_smm_enter() " Andreas Färber
2013-07-06  0:33 ` [Qemu-devel] [PATCH qom-cpu 0/3] target-i386: log_cpu_state() cleanups Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).