Re: [Qemu-devel] [PATCH v3 2/3] Deprecate HMP `cpu-add`

2018-11-07 Thread Thomas Huth
On 2018-11-07 09:49, Kashyap Chamarthy wrote: > On Mon, Nov 05, 2018 at 12:20:05PM +0100, Thomas Huth wrote: >> On 2018-10-30 13:35, Kashyap Chamarthy wrote: >>> Since we're deprecating the QMP `cpu-add`, let's deprecate its HMP >>> equivalent, too. >>> >>> Suggested-by: Thomas Huth >>>

Re: [Qemu-devel] [PATCH v3 2/3] Deprecate HMP `cpu-add`

2018-11-07 Thread Kashyap Chamarthy
On Mon, Nov 05, 2018 at 12:20:05PM +0100, Thomas Huth wrote: > On 2018-10-30 13:35, Kashyap Chamarthy wrote: > > Since we're deprecating the QMP `cpu-add`, let's deprecate its HMP > > equivalent, too. > > > > Suggested-by: Thomas Huth > > Signed-off-by: Kashyap Chamarthy [...] > > diff --git

Re: [Qemu-devel] [PATCH v3 2/3] Deprecate HMP `cpu-add`

2018-11-05 Thread Thomas Huth
On 2018-10-30 13:35, Kashyap Chamarthy wrote: > Since we're deprecating the QMP `cpu-add`, let's deprecate its HMP > equivalent, too. > > Suggested-by: Thomas Huth > Signed-off-by: Kashyap Chamarthy > --- > hmp-commands.hx | 6 -- > hmp.c | 2 ++ > 2 files changed, 6

Re: [Qemu-devel] [PATCH v3 2/3] Deprecate HMP `cpu-add`

2018-10-31 Thread Markus Armbruster
Kashyap Chamarthy writes: > Since we're deprecating the QMP `cpu-add`, let's deprecate its HMP > equivalent, too. > > Suggested-by: Thomas Huth > Signed-off-by: Kashyap Chamarthy > --- > hmp-commands.hx | 6 -- > hmp.c | 2 ++ > 2 files changed, 6 insertions(+), 2 deletions(-) >

[Qemu-devel] [PATCH v3 2/3] Deprecate HMP `cpu-add`

2018-10-30 Thread Kashyap Chamarthy
Since we're deprecating the QMP `cpu-add`, let's deprecate its HMP equivalent, too. Suggested-by: Thomas Huth Signed-off-by: Kashyap Chamarthy --- hmp-commands.hx | 6 -- hmp.c | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hmp-commands.hx