Re: [Qemu-devel] [PATCH] target-i386: clarify logic of breakpoint functions

2013-01-14 Thread li guang
在 2013-01-15二的 04:26 +0100,Andreas Färber写道: > Am 15.01.2013 03:13, schrieb 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 breakpo

Re: [Qemu-devel] [PATCH] target-i386: clarify logic of breakpoint functions

2013-01-14 Thread Andreas Färber
Am 15.01.2013 03:13, schrieb 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. > it's just the squashed one for previous slig

[Qemu-devel] [PATCH] target-i386: clarify logic of breakpoint functions

2013-01-14 Thread 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. it's just the squashed one for previous slightly refactor dr7 related functions patches. Sign