Re: [Qemu-devel] [PATCH] monitor: HMP: fix consecutive integer expression parsing

2011-08-07 Thread Markus Armbruster
Blue Swirl writes: > On Fri, Aug 5, 2011 at 9:08 PM, Anthony Liguori wrote: >> On 08/05/2011 03:39 PM, Blue Swirl wrote: >>> >>> On Fri, Aug 5, 2011 at 4:51 PM, Anthony Liguori >>>  wrote: On 08/03/2011 06:57 AM, Alon Levy wrote: > > Currently a command that takes two consecuti

Re: [Qemu-devel] [PATCH] monitor: HMP: fix consecutive integer expression parsing

2011-08-05 Thread Blue Swirl
On Fri, Aug 5, 2011 at 9:08 PM, Anthony Liguori wrote: > On 08/05/2011 03:39 PM, Blue Swirl wrote: >> >> On Fri, Aug 5, 2011 at 4:51 PM, Anthony Liguori >>  wrote: >>> >>> On 08/03/2011 06:57 AM, Alon Levy wrote: Currently a command that takes two consecutive integer operations, like >>>

Re: [Qemu-devel] [PATCH] monitor: HMP: fix consecutive integer expression parsing

2011-08-05 Thread Anthony Liguori
On 08/05/2011 03:39 PM, Blue Swirl wrote: On Fri, Aug 5, 2011 at 4:51 PM, Anthony Liguori wrote: On 08/03/2011 06:57 AM, Alon Levy wrote: Currently a command that takes two consecutive integer operations, like client_migrate_info, will be incorrectly parsed by the human monitor if the second

Re: [Qemu-devel] [PATCH] monitor: HMP: fix consecutive integer expression parsing

2011-08-05 Thread Blue Swirl
On Fri, Aug 5, 2011 at 4:51 PM, Anthony Liguori wrote: > On 08/03/2011 06:57 AM, Alon Levy wrote: >> >> Currently a command that takes two consecutive integer operations, like >> client_migrate_info, will be incorrectly parsed by the human monitor if >> the second expression begins with a minus ('

Re: [Qemu-devel] [PATCH] monitor: HMP: fix consecutive integer expression parsing

2011-08-05 Thread Markus Armbruster
Anthony Liguori writes: > On 08/03/2011 06:57 AM, Alon Levy wrote: >> Currently a command that takes two consecutive integer operations, like >> client_migrate_info, will be incorrectly parsed by the human monitor if >> the second expression begins with a minus ('-') or plus ('+') sign: >> >> cli

Re: [Qemu-devel] [PATCH] monitor: HMP: fix consecutive integer expression parsing

2011-08-05 Thread Anthony Liguori
On 08/03/2011 06:57 AM, Alon Levy wrote: Currently a command that takes two consecutive integer operations, like client_migrate_info, will be incorrectly parsed by the human monitor if the second expression begins with a minus ('-') or plus ('+') sign: client_migrate_info client_migrate_in

Re: [Qemu-devel] [PATCH] monitor: HMP: fix consecutive integer expression parsing

2011-08-03 Thread Alon Levy
On Wed, Aug 03, 2011 at 02:57:27PM +0300, Alon Levy wrote: > Currently a command that takes two consecutive integer operations, like > client_migrate_info, will be incorrectly parsed by the human monitor if > the second expression begins with a minus ('-') or plus ('+') sign: > > client_migrate_in

[Qemu-devel] [PATCH] monitor: HMP: fix consecutive integer expression parsing

2011-08-03 Thread Alon Levy
Currently a command that takes two consecutive integer operations, like client_migrate_info, will be incorrectly parsed by the human monitor if the second expression begins with a minus ('-') or plus ('+') sign: client_migrate_info client_migrate_info spice localhost 5900 -1 => port = 5899 = 5