qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org
Cc: "Andreas Färber" <afaerber@suse.de>, rth@twiddle.net
Subject: [Qemu-devel] [PATCH qom-cpu 0/3] target-i386: log_cpu_state() cleanups
Date: Wed,  3 Jul 2013 20:42:35 +0200	[thread overview]
Message-ID: <1372876958-18186-1-git-send-email-afaerber@suse.de> (raw)

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

             reply	other threads:[~2013-07-03 18:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-03 18:42 Andreas Färber [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1372876958-18186-1-git-send-email-afaerber@suse.de \
    --to=afaerber@suse.de \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).