summaryrefslogtreecommitdiffstats
path: root/rules.mak
diff options
context:
space:
mode:
authorMark Wu2013-10-09 05:25:07 +0200
committerMichael Roth2013-10-10 21:52:37 +0200
commit8dc4d915dd6ea347a47557f5aa75a648555fe253 (patch)
treef4c7abf2d2bc74ee4d092aae95f8eb55c1c909ef /rules.mak
parentqemu-ga: execute fsfreeze-freeze in reverse order of mounts (diff)
downloadqemu-8dc4d915dd6ea347a47557f5aa75a648555fe253.tar.gz
qemu-8dc4d915dd6ea347a47557f5aa75a648555fe253.tar.xz
qemu-8dc4d915dd6ea347a47557f5aa75a648555fe253.zip
qemu-ga: Add interface to traverse the qmp command list by QmpCommand
In the original code, qmp_get_command_list is used to construct a list of all commands' name. To get the information of all qga commands, it traverses the name list and search the command info with its name. So it can cause O(n^2) in the number of commands. This patch adds an interface to traverse the qmp command list by QmpCommand to replace qmp_get_command_list. It can decrease the complexity from O(n^2) to O(n). Signed-off-by: Mark Wu <wudxw@linux.vnet.ibm.com> Reviewed-by: Eric Blake <eblake@redhat.com> *fix up commit subject Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Diffstat (limited to 'rules.mak')
0 files changed, 0 insertions, 0 deletions