1. 19 5月, 2010 1 次提交
  2. 26 4月, 2010 1 次提交
  3. 19 4月, 2010 4 次提交
  4. 27 3月, 2010 1 次提交
  5. 17 3月, 2010 13 次提交
  6. 16 3月, 2010 1 次提交
    • M
      error: Infrastructure to track locations for error reporting · 827b0813
      Markus Armbruster 提交于
      New struct Location holds a location.  So far, the only location is
      LOC_NONE, so this doesn't do anything useful yet.
      
      Passing the current location all over the place would be too
      cumbersome.  Hide it away in static cur_loc instead, and provide
      accessors.  Print it in error_report().
      
      Store it in QError, and print it in qerror_print().
      
      Store it in QemuOpt, for use by qemu_opts_foreach().  This makes
      error_report() do the right thing when it runs within
      qemu_opts_foreach().
      
      We may still have to store it in other data structures holding user
      input for better error messages.  Left for another day.
      827b0813
  7. 04 2月, 2010 1 次提交
  8. 27 1月, 2010 2 次提交
  9. 12 12月, 2009 1 次提交
  10. 08 12月, 2009 13 次提交
  11. 03 12月, 2009 2 次提交