mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06: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:
parent
47f4dac3fd
commit
84f2d0ea0f
25 changed files with 84 additions and 83 deletions
2
hw/usb.h
2
hw/usb.h
|
@ -435,7 +435,7 @@ int set_usb_string(uint8_t *buf, const char *str);
|
|||
/* usb-linux.c */
|
||||
USBDevice *usb_host_device_open(USBBus *bus, const char *devname);
|
||||
int usb_host_device_close(const char *devname);
|
||||
void usb_host_info(Monitor *mon);
|
||||
void usb_host_info(Monitor *mon, const QDict *qdict);
|
||||
|
||||
/* usb-bt.c */
|
||||
USBDevice *usb_bt_init(USBBus *bus, HCIInfo *hci);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue