mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 22:59:29 +00:00
HMP: add QDict to info callback handler
This patch change all info call back function to take additional QDict * parameter, which allow those command take parameter. Now it is set to NULL at default case. Signed-off-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
committed by
Luiz Capitulino
parent
47f4dac3fd
commit
84f2d0ea0f
@ -112,7 +112,7 @@ ssize_t qemu_deliver_packet_iov(NetClientState *sender,
|
||||
void *opaque);
|
||||
|
||||
void print_net_client(Monitor *mon, NetClientState *nc);
|
||||
void do_info_network(Monitor *mon);
|
||||
void do_info_network(Monitor *mon, const QDict *qdict);
|
||||
|
||||
/* NIC info */
|
||||
|
||||
|
Reference in New Issue
Block a user