net: Make qmp_query_rx_filter() with name argument more obvious
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Apr 2014 13:44:17 +0000 (15:44 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 25 Apr 2014 13:58:07 +0000 (15:58 +0200)
commit638fb14169ad96cf9bc0dd5f61460daaecee5bb1
tree2793f534da573dbd084d1b949a958e5abbf1b031
parentf663faac3e2e9d9134415f75d429ae30432e6038
net: Make qmp_query_rx_filter() with name argument more obvious

With a client name, the QMP command is specified to return a list of
one element.  This isn't locally obvious in the code.  Make it so.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
net/net.c