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

2011-10-24 Thread Markus Armbruster
Alon Levy 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 > --- > Previous patch used qemu_free (that's how old it is), fixed. > > monitor.c | 79

[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 --- Previous patch used qemu_free (that's how old it is), fixed. monitor.c | 79 +++--

[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 --- Hi, I think I've sent this before as part of another series, but the rest of the patches became non relevant (the