Re: [Qemu-devel] [PATCH v2 2/4] gdbstub: rename cpu_index -> cpu_gdb_index

2017-06-01 Thread Philippe Mathieu-Daudé
On 06/01/2017 11:49 AM, Alex Bennée wrote: This is to make it clear the index is purely a gdbstub function and should not be confused with the value of cpu->cpu_index. Signed-off-by: Alex Bennée Reviewed-by: Philippe Mathieu-Daudé --- gdbstub.c

Re: [Qemu-devel] [PATCH v2 2/4] gdbstub: rename cpu_index -> cpu_gdb_index

2017-06-01 Thread Claudio Imbrenda
On Thu, 1 Jun 2017 15:49:13 +0100 Alex Bennée wrote: > This is to make it clear the index is purely a gdbstub function and > should not be confused with the value of cpu->cpu_index. > > Signed-off-by: Alex Bennée > --- > gdbstub.c

Re: [Qemu-devel] [PATCH v2 2/4] gdbstub: rename cpu_index -> cpu_gdb_index

2017-06-01 Thread Greg Kurz
On Thu, 1 Jun 2017 15:49:13 +0100 Alex Bennée wrote: > This is to make it clear the index is purely a gdbstub function and > should not be confused with the value of cpu->cpu_index. > > Signed-off-by: Alex Bennée > --- Reviewed-by: Greg Kurz

[Qemu-devel] [PATCH v2 2/4] gdbstub: rename cpu_index -> cpu_gdb_index

2017-06-01 Thread Alex Bennée
This is to make it clear the index is purely a gdbstub function and should not be confused with the value of cpu->cpu_index. Signed-off-by: Alex Bennée --- gdbstub.c | 12 ++-- include/exec/gdbstub.h | 7 ++- 2 files changed, 12 insertions(+), 7