Re: [Qemu-devel] [PATCH v4 1/3] target-i386:define name of breakpoint bit in dr7

2013-01-13 Thread li guang
在 2013-01-11五的 17:10 +0100,Andreas Färber写道: > Am 10.12.2012 03:22, schrieb liguang: > > Signed-off-by: liguang > > For a patch series consisting of more than 1 patch, please use a cover > letter (e.g., --cover-letter) that details the change history of the > versions. That also facilitates comme

Re: [Qemu-devel] [PATCH v4 1/3] target-i386:define name of breakpoint bit in dr7

2013-01-11 Thread Andreas Färber
Am 10.12.2012 03:22, schrieb liguang: > Signed-off-by: liguang For a patch series consisting of more than 1 patch, please use a cover letter (e.g., --cover-letter) that details the change history of the versions. That also facilitates commenting on the series vs. a single patch. > --- > target-

Re: [Qemu-devel] [PATCH v4 1/3] target-i386:define name of breakpoint bit in dr7

2013-01-11 Thread Andreas Färber
Hi Guang, Am 11.01.2013 02:47, schrieb li guang: > can these patches get an ack from you? I'm waiting on feedback from the previous reviewers... CC'ing. > or they were obsoleted? No, I don't spot any need to rebase. However, patch 3/3 is tab-damaged, please run scripts/checkpatch.pl. That can b

Re: [Qemu-devel] [PATCH v4 1/3] target-i386:define name of breakpoint bit in dr7

2013-01-10 Thread li guang
Hi, Andreas can these patches get an ack from you? or they were obsoleted? 在 2012-12-10一的 10:22 +0800,liguang写道: > Signed-off-by: liguang > --- > target-i386/cpu.h |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/target-i386/cpu.h b/target-i386/cpu.h > index

Re: [Qemu-devel] [PATCH v4 1/3] target-i386:define name of breakpoint bit in dr7

2012-12-13 Thread li guang
Hi, any comment on this version? 在 2012-12-10一的 10:22 +0800,liguang写道: > Signed-off-by: liguang > --- > target-i386/cpu.h |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/target-i386/cpu.h b/target-i386/cpu.h > index 90ef1ff..29245d1 100644 > --- a/target-i3

[Qemu-devel] [PATCH v4 1/3] target-i386:define name of breakpoint bit in dr7

2012-12-09 Thread liguang
Signed-off-by: liguang --- target-i386/cpu.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 90ef1ff..29245d1 100644 --- a/target-i386/cpu.h +++ b/target-i386/cpu.h @@ -231,6 +231,13 @@ #define DR7_TYPE_SHIFT 16 #define