Re: [Qemu-devel] [PATCH 01/18] Monitor: Introduce find_dispatch_table()

2010-09-29 Thread Markus Armbruster
Luiz Capitulino writes: > It's a generic version of monitor_find_command() which searches > the dispatch table passed as an argument. > > Future commits will introduce new dispatch tables, so we need > common code to search them. > > Signed-off-by: Luiz Capitulino > --- > monitor.c | 10 +

[Qemu-devel] [PATCH 01/18] Monitor: Introduce find_dispatch_table()

2010-09-16 Thread Luiz Capitulino
It's a generic version of monitor_find_command() which searches the dispatch table passed as an argument. Future commits will introduce new dispatch tables, so we need common code to search them. Signed-off-by: Luiz Capitulino --- monitor.c | 10 -- 1 files changed, 8 insertions(+), 2