1. 06 5月, 2015 6 次提交
  2. 28 8月, 2014 1 次提交
    • S
      qapi.py: avoid Python 2.5+ any() function · 7ac9a9d6
      Stefan Hajnoczi 提交于
      There is one instance of any() in qapi.py that breaks builds on older
      distros that ship Python 2.4 (like RHEL5):
      
        GEN   qmp-commands.h
      Traceback (most recent call last):
        File "build/scripts/qapi-commands.py", line 445, in ?
          exprs = parse_schema(input_file)
        File "build/scripts/qapi.py", line 329, in parse_schema
          schema = QAPISchema(open(input_file, "r"))
        File "build/scripts/qapi.py", line 110, in __init__
          if any(include_path == elem[1]
      NameError: global name 'any' is not defined
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      Reviewed-by: NBenoît Canet <benoit.canet@nodalink.com>
      7ac9a9d6
  3. 27 6月, 2014 1 次提交
  4. 23 6月, 2014 3 次提交
  5. 21 5月, 2014 1 次提交
  6. 16 5月, 2014 1 次提交
  7. 09 5月, 2014 2 次提交
  8. 11 3月, 2014 9 次提交
  9. 04 3月, 2014 1 次提交
  10. 22 1月, 2014 1 次提交
  11. 10 9月, 2013 1 次提交
  12. 20 8月, 2013 1 次提交
  13. 29 7月, 2013 7 次提交
  14. 27 7月, 2013 2 次提交
  15. 11 7月, 2013 2 次提交
  16. 23 5月, 2013 1 次提交