qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 00/12] target-i386: remove some macros


From: li guang
Subject: Re: [Qemu-devel] [PATCH 00/12] target-i386: remove some macros
Date: Mon, 22 Apr 2013 11:39:58 +0800

sorry, please see new 12 patches,
for previous sent patches have
little manual-changed errors.

在 2013-04-22一的 11:37 +0800,liguang写道:
> remove macros EAX, EBX, ECX, EDX, EBP, ESP, ESI, EDI, EIP, DF
> as suggested by Richard Henderson <address@hidden>
> 
> 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 via email to

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