Skip to content
Snippets Groups Projects
  1. Feb 14, 2013
    • Avi Kivity's avatar
      gdb: show thread timers in 'osv info threads' · 26f7cd19
      Avi Kivity authored
      26f7cd19
    • Avi Kivity's avatar
      sched: atomic thread state · e8b34467
      Avi Kivity authored
      Currently, we have an atomic _waiting state for a thread, and additional
      non-atomic _on_runqueue and _terminated states.  This is problematic since
      a ->wake() racing with a ->stop_wait() can cause a thread to be
      simultaneously running and queued.
      
      Fix by using a single atomic variable for all theses states.
      e8b34467
  2. Feb 12, 2013
  3. Feb 11, 2013
  4. Feb 06, 2013
  5. Feb 05, 2013
  6. Jan 30, 2013
  7. Jan 29, 2013
  8. Jan 28, 2013
  9. Jan 27, 2013
  10. Jan 24, 2013
  11. Jan 21, 2013
  12. Jan 15, 2013
  13. Jan 11, 2013
  14. Jan 09, 2013
    • Avi Kivity's avatar
      mkbootfs: remove errant print · 44c7e726
      Avi Kivity authored
      44c7e726
    • Avi Kivity's avatar
      scripts: support multiple objects in running image · 73361660
      Avi Kivity authored
      Since we're loading multiple objects, we need to load symbol tables for all
      of them.  The base addresses are no longer static (esp. after we started
      loading mulitple payloads, so we need to read them from the image).
      
      A new command is added for this: 'osv syms'.  It will try to locate symbol
      tables for anything that has been loaded at this stage.
      73361660
  15. Jan 08, 2013
  16. Jan 02, 2013
  17. Jan 01, 2013
  18. Dec 28, 2012
  19. Dec 26, 2012
  20. Dec 25, 2012
  21. Dec 23, 2012
Loading