1. 16 5月, 2014 1 次提交
  2. 09 5月, 2014 2 次提交
  3. 11 3月, 2014 9 次提交
  4. 04 3月, 2014 1 次提交
  5. 22 1月, 2014 1 次提交
  6. 10 9月, 2013 1 次提交
  7. 20 8月, 2013 1 次提交
  8. 29 7月, 2013 7 次提交
  9. 27 7月, 2013 2 次提交
  10. 11 7月, 2013 2 次提交
  11. 23 5月, 2013 1 次提交
  12. 26 9月, 2012 2 次提交
  13. 10 8月, 2012 1 次提交
  14. 02 8月, 2012 1 次提交
  15. 23 7月, 2012 2 次提交
  16. 27 3月, 2012 1 次提交
  17. 30 11月, 2011 1 次提交
  18. 04 10月, 2011 1 次提交
    • A
      qapi: add code generation support for middle mode · 776574d6
      Anthony Liguori 提交于
      To get the ball rolling merging QAPI, this patch introduces a "middle mode" to
      the code generator.  In middle mode, the code generator generates marshalling
      functions that are compatible with the current QMP server.  We absolutely need
      to replace the current QMP server in order to support proper asynchronous
      commands but using a middle mode provides a middle-ground that lets us start
      converting commands in tree.
      
      Note that all of the commands have been converted already in my glib branch.
      Middle mode only exists until we finish merging them from my branch into the
      main tree.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      Signed-off-by: NLuiz Capitulino <lcapitulino@redhat.com>
      776574d6
  19. 22 7月, 2011 1 次提交