Re: [Qemu-devel] [PATCH] monitor: refactor whitespace and optional argument parsing

2011-10-24 Thread Markus Armbruster
Alon Levy al...@redhat.com writes: Takes out the optional ('?') message parsing from the main switch loop in monitor_parse_command. Adds optional argument option for boolean parameters. Signed-off-by: Alon Levy al...@redhat.com --- Previous patch used qemu_free (that's how old it is),

[Qemu-devel] [PATCH] monitor: refactor whitespace and optional argument parsing

2011-10-20 Thread Alon Levy
Takes out the optional ('?') message parsing from the main switch loop in monitor_parse_command. Adds optional argument option for boolean parameters. Signed-off-by: Alon Levy al...@redhat.com --- Previous patch used qemu_free (that's how old it is), fixed. monitor.c | 79