Re: [Qemu-devel] [PATCH v3 4/7] monitor: use cc->get_arch_id as the cpu index

2015-01-29 Thread Peter Krempa
On Thu, Jan 29, 2015 at 15:12:49 +0100, Igor Mammedov wrote: > On Wed, 14 Jan 2015 15:27:27 +0800 > Zhu Guihua wrote: > > > From: Gu Zheng > > > > Use cc->get_arch_id as the cpu index to avoid the cpu index duplicated > > issue in the QMP/HMP command output. > > > > Signed-off-by: Gu Zheng >

Re: [Qemu-devel] [PATCH v3 4/7] monitor: use cc->get_arch_id as the cpu index

2015-01-29 Thread Igor Mammedov
On Wed, 14 Jan 2015 15:27:27 +0800 Zhu Guihua wrote: > From: Gu Zheng > > Use cc->get_arch_id as the cpu index to avoid the cpu index duplicated > issue in the QMP/HMP command output. > > Signed-off-by: Gu Zheng > Signed-off-by: Zhu Guihua > --- > cpus.c| 4 +++- > monitor.c | 4 +++- >

[Qemu-devel] [PATCH v3 4/7] monitor: use cc->get_arch_id as the cpu index

2015-01-13 Thread Zhu Guihua
From: Gu Zheng Use cc->get_arch_id as the cpu index to avoid the cpu index duplicated issue in the QMP/HMP command output. Signed-off-by: Gu Zheng Signed-off-by: Zhu Guihua --- cpus.c| 4 +++- monitor.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cpus.c b/cpus