• M
    monitor: New argument type 'O' · 361127df
    Markus Armbruster 提交于
    In the human monitor, it declares a single optional argument to be
    parsed according to the QemuOptsList given by its name.
    
    In QMP, it declares an optional argument for each member of the
    QemuOptsList.
    
    Restriction: only lists with empty desc are supported for now.  Good
    enough for the job at hand.  We'll lift the restriction when we need
    that.
    361127df
monitor.c 124.6 KB