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

2014-09-26 Thread Luiz Capitulino
On Tue, 23 Sep 2014 13:35:19 +0800 Zhu Guihua wrote: > Provides HMP equivalent of QMP query-memory-devices command. > > Signed-off-by: Zhu Guihua Applied to the qmp branch, thanks. > --- > Changes since v4: > - enclose ID in double quotes. > > Changes since v3: > - optimize the time to print

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

2014-09-23 Thread Igor Mammedov
On Tue, 23 Sep 2014 13:35:19 +0800 Zhu Guihua wrote: > Provides HMP equivalent of QMP query-memory-devices command. > > Signed-off-by: Zhu Guihua > --- > Changes since v4: > - enclose ID in double quotes. > > Changes since v3: > - optimize the time to print memory devices' information. > - cha

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

2014-09-22 Thread Zhu Guihua
Provides HMP equivalent of QMP query-memory-devices command. Signed-off-by: Zhu Guihua --- Changes since v4: - enclose ID in double quotes. Changes since v3: - optimize the time to print memory devices' information. - change output format of di->addr and di->size. Changes since v2: - print addr