Re: [Qemu-devel] [PATCH] Document how x86 gdb_num_core_regs is computed.

2016-11-07 Thread Paolo Bonzini
On 03/11/2016 22:48, Doug Evans wrote: > Hi. > > It helps when reading the code to see how the number is arrived at. > > Signed-off-by: Doug Evans > --- > target-i386/cpu.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/target-i386/cpu.c b/target-i386/cpu.c > index 14c5186..01f1a

[Qemu-devel] [PATCH] Document how x86 gdb_num_core_regs is computed.

2016-11-03 Thread Doug Evans
Hi. It helps when reading the code to see how the number is arrived at. Signed-off-by: Doug Evans --- target-i386/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target-i386/cpu.c b/target-i386/cpu.c index 14c5186..01f1ab0 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -