1. 08 6月, 2017 1 次提交
  2. 16 3月, 2017 1 次提交
    • M
      qapi: The #optional tag is redundant, drop · 1d8bda12
      Markus Armbruster 提交于
      We traditionally mark optional members #optional in the doc comment.
      Before commit 3313b612, this was entirely manual.
      
      Commit 3313b612 added some automation because its qapi2texi.py relied
      on #optional to determine whether a member is optional.  This is no
      longer the case since the previous commit: the only thing qapi2texi.py
      still does with #optional is stripping it out.  We still reject bogus
      qapi-schema.json and six places for qga/qapi-schema.json.
      
      Thus, you can't actually rely on #optional to see whether something is
      optional.  Yet we still make people add it manually.  That's just
      busy-work.
      
      Drop the code to check, fix up and strip out #optional, along with all
      instances of #optional.  To keep it out, add code to reject it, to be
      dropped again once the dust settles.
      
      No change to generated documentation.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      Message-Id: <1489582656-31133-18-git-send-email-armbru@redhat.com>
      1d8bda12
  3. 08 10月, 2016 1 次提交
  4. 20 9月, 2016 1 次提交
  5. 19 9月, 2016 2 次提交
  6. 12 11月, 2015 1 次提交
  7. 21 9月, 2015 1 次提交
  8. 11 9月, 2015 1 次提交
  9. 03 6月, 2015 1 次提交
  10. 27 10月, 2014 1 次提交
    • M
      aio / timers: De-document -clock · e218052f
      Markus Armbruster 提交于
      Commit 6d327171 "aio / timers: Remove alarm timers" has issues:
      
      1. It silently ignores -clock for backward compatibility.
      Incompatible change: -clock help no longer terminates the program.
      Tolerable.
      
      2. Failed to update option documentation.  In particular, -help still
      advises users to try -clock help for available timers.  Drop all
      documentation on -clock.
      
      3. The 'query-alarm-clock' example in docs/writing-commands.txt no
      longer works, and needs to be redone.  Can't do that right now, so I
      just stick in a FIXME.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      e218052f
  11. 09 5月, 2014 1 次提交
  12. 26 4月, 2014 1 次提交
  13. 14 8月, 2012 1 次提交
  14. 13 1月, 2012 1 次提交
  15. 06 12月, 2011 1 次提交