]> git.proxmox.com Git - qemu.git/commit - hmp.h
HMP: add QDict to info callback handler
authorWenchao Xia <xiawenc@linux.vnet.ibm.com>
Mon, 14 Jan 2013 06:06:25 +0000 (14:06 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 17 Jan 2013 12:24:52 +0000 (10:24 -0200)
commit84f2d0ea0f39bc140a6c69ba8e3ffd6b10cae6fa
tree61bda02eccdcc9fe834841ddf0388f1845c0b5b5
parent47f4dac3fde809e3da4e60d9eb699f1d4b378249
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>
25 files changed:
hmp.c
hmp.h
hw/i8259.c
hw/lm32_pic.c
hw/lm32_pic.h
hw/loader.c
hw/loader.h
hw/pc.h
hw/pcmcia.h
hw/qdev-monitor.c
hw/qdev-monitor.h
hw/sun4m.c
hw/sun4m.h
hw/usb.h
hw/usb/bus.c
hw/usb/host-bsd.c
hw/usb/host-linux.c
include/net/net.h
include/net/slirp.h
include/sysemu/sysemu.h
monitor.c
net/net.c
net/slirp.c
savevm.c
vl.c