qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: liguang <lig.fnst@cn.fujitsu.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, ehabkost@redhat.com,
	blauwirbel@gmail.com, avi@redhat.com, imammedo@redhat.com,
	pbonzini@redhat.com, afaerber@suse.de,
	liguang <lig.fnst@cn.fujitsu.com>,
	rth@twiddle.net
Subject: [Qemu-devel] [PATCH 00/11] target-i386: remove some macros
Date: Mon, 22 Apr 2013 11:33:18 +0800	[thread overview]
Message-ID: <1366601610-15429-1-git-send-email-lig.fnst@cn.fujitsu.com> (raw)

remove macros EAX, EBX, ECX, EDX, EBP, ESP, ESI, EDI, EIP, DF
as suggested by Richard Henderson <rth@twiddle.net>

Li Guang (12)
	 target-i386/helper: remove EAX macro
	 target-i386/helper: remove EBX macro
	 target-i386/helper: remove ECX macro
	 target-i386/helper: remove EDX macro
	 target-i386/helper: remove EBP macro
	 target-i386/helper: remove ESP macro
	 target-i386/helper: remove ESI macro
	 target-i386/helper: remove EDI macro
	 target-i386/helper: remove EIP macro
	 target-i386/helper: remove DF macro
	 target-i386/helper: remove redundant env->eip assignment
	 target-i386: fix over 80 chars warnings

cpu-exec.c                |   4 ++--
target-i386/cc_helper.c   |   2 +-
target-i386/cpu.h         |  24 -
target-i386/excp_helper.c |   2 +-
target-i386/int_helper.c  |  86 ++++++++++++++++++++++----------------------
target-i386/mem_helper.c  |  24 +++---
target-i386/misc_helper.c | 107 +++---
target-i386/seg_helper.c  | 182 +++---
target-i386/smm_helper.c  |  64 +++---
target-i386/svm_helper.c  |  66 ++++++++--------
10 files changed, 280 insertions(+), 281 deletions(-)

             reply	other threads:[~2013-04-22  3:35 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-22  3:33 liguang [this message]
2013-04-22  3:33 ` [Qemu-devel] [PATCH 01/12] target-i386/helper: remove EAX macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 02/12] target-i386/helper: remove EBX macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 03/12] target-i386/helper: remove ECX macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 04/12] target-i386/helper: remove EDX macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 05/12] target-i386/helper: remove EBP macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 06/12] target-i386/helper: remove ESP macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 07/12] target-i386/helper: remove ESI macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 08/12] target-i386/helper: remove EDI macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 09/12] target-i386/helper: remove EIP macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 10/12] target-i386/helper: remove DF macro liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 11/12] target-i386/helper: remove redundant env->eip assignment liguang
2013-04-22  3:33 ` [Qemu-devel] [PATCH 12/12] target-i386: fix over 80 chars warnings liguang
  -- strict thread matches above, loose matches on Subject: below --
2013-04-22  3:30 [Qemu-devel] [PATCH 00/11] target-i386: remove some macros liguang

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=1366601610-15429-1-git-send-email-lig.fnst@cn.fujitsu.com \
    --to=lig.fnst@cn.fujitsu.com \
    --cc=afaerber@suse.de \
    --cc=avi@redhat.com \
    --cc=blauwirbel@gmail.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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).