qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [update][PATCH 00/12] target-i386: remove some macros
@ 2013-04-23  8:16 liguang
  2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 01/12] target-i386/helper: remove EAX macro liguang
                   ` (14 more replies)
  0 siblings, 15 replies; 23+ messages in thread
From: liguang @ 2013-04-23  8:16 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, ehabkost, blauwirbel, imammedo, pbonzini, afaerber,
	liguang, rth

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(-)

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

end of thread, other threads:[~2013-05-28  7:49 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-23  8:16 [Qemu-devel] [update][PATCH 00/12] target-i386: remove some macros liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 01/12] target-i386/helper: remove EAX macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 02/12] target-i386/helper: remove EBX macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 03/12] target-i386/helper: remove ECX macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 04/12] target-i386/helper: remove EDX macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 05/12] target-i386/helper: remove EBP macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 06/12] target-i386/helper: remove ESP macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 07/12] target-i386/helper: remove ESI macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 08/12] target-i386/helper: remove EDI macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 09/12] target-i386/helper: remove EIP macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 10/12] target-i386/helper: remove DF macro liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 11/12] target-i386/helper: remove redundant env->eip assignment liguang
2013-04-23  8:16 ` [Qemu-devel] [update][PATCH 12/12] target-i386: fix over 80 chars warnings liguang
2013-05-08  5:43 ` [Qemu-devel] [update][PATCH 00/12] target-i386: remove some macros li guang
2013-05-08 13:48   ` Eduardo Habkost
2013-05-08 23:54     ` li guang
2013-05-24  2:52 ` li guang
2013-05-24 11:37 ` Andreas Färber
2013-05-26 15:55   ` Andreas Färber
2013-05-27  0:25     ` li guang
2013-05-28  2:11     ` li guang
2013-05-28  7:41       ` Andreas Färber
2013-05-28  7:48         ` li guang

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).