]> Git Repo - qemu.git/commit
Monitor: Introduce search_dispatch_table()
authorLuiz Capitulino <[email protected]>
Mon, 13 Sep 2010 16:17:58 +0000 (13:17 -0300)
committerLuiz Capitulino <[email protected]>
Fri, 1 Oct 2010 13:20:06 +0000 (10:20 -0300)
commit945c5ac8d3c792bab36dc0990f11ca55f6eb3148
tree7dba54fb1a883bf0bcb98ab4e9d6d99ea45ae179
parent07b0403dfc2b2ac179ae5b48105096cc2d03375a
Monitor: Introduce search_dispatch_table()

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 <[email protected]>
monitor.c
This page took 0.024633 seconds and 4 git commands to generate.