1. 04 3月, 2014 1 次提交
  2. 18 2月, 2014 1 次提交
  3. 06 11月, 2013 1 次提交
  4. 27 7月, 2013 1 次提交
  5. 23 5月, 2013 2 次提交
  6. 19 12月, 2012 2 次提交
  7. 23 7月, 2012 1 次提交
    • P
      qapi: fix error propagation · d195325b
      Paolo Bonzini 提交于
      Don't overwrite / leak previously set errors.
      Make traversal cope with missing mandatory sub-structs.
      Don't try to end a container that could not be started.
      
      v1->v2:
      - unchanged
      
      v2->v3:
      - instead of examining, assert that we never overwrite errors with
        error_set()
      - allow visitors to set a NULL struct pointer successfully, so traversal
        of incomplete objects can continue
      - check for a NULL "obj" before accessing "(*obj)->has_XXX" (this is not a
        typo, "obj != NULL" implies "*obj != NULL" here)
      - fix start_struct / end_struct balance for unions as well
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NLaszlo Ersek <lersek@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
      d195325b
  8. 30 3月, 2012 1 次提交
  9. 27 3月, 2012 1 次提交
  10. 12 3月, 2012 1 次提交
  11. 18 1月, 2012 1 次提交
  12. 06 12月, 2011 1 次提交