Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-22 Thread Zhu Guihua
On Mon, 2014-09-22 at 09:03 -0400, Luiz Capitulino wrote: > On Mon, 22 Sep 2014 11:29:00 +0200 > Markus Armbruster wrote: > > > Igor Mammedov writes: > > > > > On Mon, 22 Sep 2014 09:59:06 +0200 > > > Markus Armbruster wrote: > > > > > >> zhugh writes: > > >> > > >> > On Fri, 2014-09-19 at 1

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-22 Thread Luiz Capitulino
On Mon, 22 Sep 2014 11:29:00 +0200 Markus Armbruster wrote: > Igor Mammedov writes: > > > On Mon, 22 Sep 2014 09:59:06 +0200 > > Markus Armbruster wrote: > > > >> zhugh writes: > >> > >> > On Fri, 2014-09-19 at 11:34 -0400, Luiz Capitulino wrote: > >> >> On Fri, 19 Sep 2014 15:30:19 +0200 >

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-22 Thread Markus Armbruster
Igor Mammedov writes: > On Mon, 22 Sep 2014 09:59:06 +0200 > Markus Armbruster wrote: > >> zhugh writes: >> >> > On Fri, 2014-09-19 at 11:34 -0400, Luiz Capitulino wrote: >> >> On Fri, 19 Sep 2014 15:30:19 +0200 >> >> Igor Mammedov wrote: >> >> >> >> > On Thu, 18 Sep 2014 16:09:32 +0800 >> >

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-22 Thread Igor Mammedov
On Mon, 22 Sep 2014 09:59:06 +0200 Markus Armbruster wrote: > zhugh writes: > > > On Fri, 2014-09-19 at 11:34 -0400, Luiz Capitulino wrote: > >> On Fri, 19 Sep 2014 15:30:19 +0200 > >> Igor Mammedov wrote: > >> > >> > On Thu, 18 Sep 2014 16:09:32 +0800 > >> > zhugh wrote: > >> > > >> > > Hi

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-22 Thread Markus Armbruster
zhugh writes: > On Fri, 2014-09-19 at 11:34 -0400, Luiz Capitulino wrote: >> On Fri, 19 Sep 2014 15:30:19 +0200 >> Igor Mammedov wrote: >> >> > On Thu, 18 Sep 2014 16:09:32 +0800 >> > zhugh wrote: >> > >> > > Hi, >> > > >> > > Could anyone help to review this patch? >> > > If there was no pr

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-22 Thread zhugh
On Fri, 2014-09-19 at 11:34 -0400, Luiz Capitulino wrote: > On Fri, 19 Sep 2014 15:30:19 +0200 > Igor Mammedov wrote: > > > On Thu, 18 Sep 2014 16:09:32 +0800 > > zhugh wrote: > > > > > Hi, > > > > > > Could anyone help to review this patch? > > > If there was no problem, could help to merge i

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-19 Thread zhugh
On Fri, 2014-09-19 at 11:34 -0400, Luiz Capitulino wrote: > On Fri, 19 Sep 2014 15:30:19 +0200 > Igor Mammedov wrote: > > > On Thu, 18 Sep 2014 16:09:32 +0800 > > zhugh wrote: > > > > > Hi, > > > > > > Could anyone help to review this patch? > > > If there was no problem, could help to merge i

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-19 Thread Luiz Capitulino
On Fri, 19 Sep 2014 15:30:19 +0200 Igor Mammedov wrote: > On Thu, 18 Sep 2014 16:09:32 +0800 > zhugh wrote: > > > Hi, > > > > Could anyone help to review this patch? > > If there was no problem, could help to merge it? > > > > thanks! > > zhu > > > > On Mon, 2014-09-15 at 19:31 +0800, Zhu Gu

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-19 Thread Igor Mammedov
On Thu, 18 Sep 2014 16:09:32 +0800 zhugh wrote: > Hi, > > Could anyone help to review this patch? > If there was no problem, could help to merge it? > > thanks! > zhu > > On Mon, 2014-09-15 at 19:31 +0800, Zhu Guihua wrote: > > Provides HMP equivalent of QMP query-memory-devices command. > >

Re: [Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-18 Thread zhugh
Hi, Could anyone help to review this patch? If there was no problem, could help to merge it? thanks! zhu On Mon, 2014-09-15 at 19:31 +0800, Zhu Guihua wrote: > Provides HMP equivalent of QMP query-memory-devices command. > > Signed-off-by: Zhu Guihua > --- > > Changes since v3: > - optimize t

[Qemu-devel] [PATCH v4] Add HMP command "info memory-devices"

2014-09-15 Thread Zhu Guihua
Provides HMP equivalent of QMP query-memory-devices command. Signed-off-by: Zhu Guihua --- Changes since v3: - optimize the time to print memory devices' information. - change output format of di->addr and di->size. Changes since v2: - print address in hex. - change the loop control from while