Revision 5dbee474 scripts/qapi-commands.py

b/scripts/qapi-commands.py
405 405

  
406 406
exprs = parse_schema(sys.stdin)
407 407
commands = filter(lambda expr: expr.has_key('command'), exprs)
408
commands = filter(lambda expr: not expr.has_key('gen'), commands)
408 409

  
409 410
if dispatch_type == "sync":
410 411
    fdecl = open(h_file, 'w')

Also available in: Unified diff