qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] target-i386:make breakpoint more cleaner


From: li guang
Subject: [Qemu-devel] [PATCH 0/3] target-i386:make breakpoint more cleaner
Date: Tue, 04 Dec 2012 16:09:50 +0800

try to make breakpoint related functions
more cleaner.
originally, these functions implicit use
0,1,2,3 as name of breakpoint, really
hard to understand, so name them readable,
and also refactor the statement to
check these types for clean reason.


 target-i386/cpu.h         |    11 ++--
 target-i386/helper.c      |    70 ++++++++++++++++++++--------------
 target-i386/machine.c     |    2  +-
 target-i386/misc_helper.c |    4  +-
 target-i386/seg_helper.c  |    6  ++--
 5 files changed, 60 insertions(+), 33 deletions(-)

-- 
regards!
li guang




reply via email to

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