[Qemu-devel] [PATCH 17/18] hmp: allow bool parameter to be optional

2012-08-15 Thread Pavel Hrdina
Signed-off-by: Pavel Hrdina phrd...@redhat.com --- monitor.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/monitor.c b/monitor.c index db9a8d0..a538e6a 100644 --- a/monitor.c +++ b/monitor.c @@ -3769,6 +3769,9 @@ static const mon_cmd_t *monitor_parse_command(Monitor *mon,

Re: [Qemu-devel] [PATCH 17/18] hmp: allow bool parameter to be optional

2012-08-15 Thread Eric Blake
On 08/15/2012 01:41 AM, Pavel Hrdina wrote: Signed-off-by: Pavel Hrdina phrd...@redhat.com --- monitor.c | 3 +++ 1 file changed, 3 insertions(+) NACK. See patch 18 why I think you don't need this. diff --git a/monitor.c b/monitor.c index db9a8d0..a538e6a 100644 --- a/monitor.c +++