----- Original Message ----- > This series converted 'sendkey' command to qapi. > > Amos Kong (6): > qerror: add QERR_OVERFLOW > fix doc of using raw values with sendkey > rename keyname '<' to 'less' > hmp: rename arguments > qapi: generate list struct and visit_list for enum > qapi: convert sendkey
Changes from v1: - using a JSON array for the key names - rename new error to 'QERR_OVERFLOW' - fix command descriptions - qapi: generate list struct for enum - add '<' fixing > hmp-commands.hx | 8 +++--- > hmp.c | 56 > +++++++++++++++++++++++++++++++++++++++++ > hmp.h | 1 + > monitor.c | 67 > ++++++++++++++----------------------------------- > qapi-schema.json | 47 ++++++++++++++++++++++++++++++++++ > qerror.c | 4 +++ > qerror.h | 3 ++ > qmp-commands.hx | 27 +++++++++++++++++++ > scripts/qapi-types.py | 33 +++++++++++++++++++++--- > scripts/qapi-visit.py | 14 ++++++--- > 10 files changed, 199 insertions(+), 61 deletions(-) > >