• L
    Add wrappers to functions used by the Monitor · 38183186
    Luiz Capitulino 提交于
    Some functions exported to be used by the Monitor as command
    handlers are also called in other places as regular functions.
    
    When those functions got ported to use the Monitor dictionary
    to pass argments, the callers will have to setup a dictionary
    to be able to call them.
    
    To avoid this problem, this commit add wrappers to those functions,
    so that we change the wrapper to accept the dictionary, letting
    the current functions as is.
    
    The following wrappers are being added:
    
    - do_help_cmd()
    - do_pci_device_hot_remove()
    Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
    Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
    38183186
sysemu.h 7.9 KB