Re: [PATCH v2] hmp: Add shortcut to stop command to match cont

2021-11-03 Thread Laurent Vivier
Le 01/11/2021 à 23:56, BALATON Zoltan a écrit : Ping? This is really simple addition that sholdn't take long to review. On Sat, 30 Oct 2021, BALATON Zoltan wrote: Some commands such as quit or cont have one letter alternatives but stop is missing that. Add stop|s to match cont|c for consistency

Re: [PATCH v2] hmp: Add shortcut to stop command to match cont

2021-11-02 Thread Daniel P . Berrangé
On Sat, Oct 30, 2021 at 11:49:37AM +0200, BALATON Zoltan wrote: > Some commands such as quit or cont have one letter alternatives but > stop is missing that. Add stop|s to match cont|c for consistency and > convenience. > > Signed-off-by: BALATON Zoltan > --- > c2: Fixed typo in commit title > >

Re: [PATCH v2] hmp: Add shortcut to stop command to match cont

2021-11-01 Thread BALATON Zoltan
Ping? This is really simple addition that sholdn't take long to review. On Sat, 30 Oct 2021, BALATON Zoltan wrote: Some commands such as quit or cont have one letter alternatives but stop is missing that. Add stop|s to match cont|c for consistency and convenience. Signed-off-by: BALATON Zoltan

[PATCH v2] hmp: Add shortcut to stop command to match cont

2021-10-30 Thread BALATON Zoltan
Some commands such as quit or cont have one letter alternatives but stop is missing that. Add stop|s to match cont|c for consistency and convenience. Signed-off-by: BALATON Zoltan --- c2: Fixed typo in commit title hmp-commands.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff