qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v5 0/2] target-i386: define dr7 bit filed and change dr7 related functions
@ 2013-01-15  5:39 liguang
  2013-01-15  5:39 ` [Qemu-devel] [PATCH v5 1/2] target-i386: define dr7 bit field liguang
  2013-01-15  5:39 ` [Qemu-devel] [PATCH v5 2/2] target-i386: change some dr7 related functions liguang
  0 siblings, 2 replies; 4+ messages in thread
From: liguang @ 2013-01-15  5:39 UTC (permalink / raw)
  To: afaerber, peter.maydell, imammedo, qemu-devel; +Cc: liguang

the breakpoint related functions are a little
hard to read for their implicit dr7 bit filed
and not well organized logic, so try to define
more readable bit filed for dr7 and clarify
the breakpoint logic.

changes v4->v5

- fix some not well formated changes.
- split functional and non-functional changes for cherry-picking
suggested by Andreas Färber <afaerber@suse.de>

changes v3->v4

- fix wrong logic of hw_{global,local}_breakpoint_enabled usage
suggested by Peter Maydell <peter.maydell@linaro.org>

changes v2->v3

- split hw_breakpoint_enabled into hw_{global,local}_breakpoint_enabled

changes v1->v2

- add _TYPE_ to the name of dr7 bit field
- fix some coding styles
suggested by Peter Maydell <peter.maydell@linaro.org>


 target-i386/cpu.h         |    19 ++++++
 target-i386/helper.c      |    76 +++++++++++++++++++++++++++++++++----------------
 target-i386/machine.c     |    5 +++--
 target-i386/misc_helper.c |    4 ++--
 target-i386/seg_helper.c  |    9 +++++----
 5 files changed, 79 insertions(+), 34 deletions(-)


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

end of thread, other threads:[~2013-01-15  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15  5:39 [Qemu-devel] [PATCH v5 0/2] target-i386: define dr7 bit filed and change dr7 related functions liguang
2013-01-15  5:39 ` [Qemu-devel] [PATCH v5 1/2] target-i386: define dr7 bit field liguang
2013-01-15  8:28   ` Andreas Färber
2013-01-15  5:39 ` [Qemu-devel] [PATCH v5 2/2] target-i386: change some dr7 related functions liguang

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