1. 28 10月, 2009 1 次提交
  2. 12 10月, 2009 1 次提交
  3. 07 10月, 2009 1 次提交
    • M
      New qdev_init_nofail() · e23a1b33
      Markus Armbruster 提交于
      Like qdev_init(), but terminate program via hw_error() instead of
      returning an error value.
      
      Use it instead of qdev_init() where terminating the program on failure
      is okay, either because it's during machine construction, or because
      we know that failure can't happen.
      
      Because relying in the latter is somewhat unclean, and the former is
      not always obvious, it would be nice to go back to qdev_init() in the
      not-so-obvious cases, only with proper error handling.  I'm leaving
      that for another day, because it involves making sure that error
      values are properly checked by all callers.
      
      Patchworks-ID: 35168
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      e23a1b33
  4. 05 10月, 2009 1 次提交
    • J
      Enable host-clock-based RTC · 6875204c
      Jan Kiszka 提交于
      Switch RTC emulations to the new host_clock instead of vm_clock by
      default. This has the advantage that the emulated RTC will follow
      automatically the host time while it might be tuned via NTP. vm_clock
      can still be selected by passing '-rtc clock=vm' on the command line.
      
      Note that some RTC emulations (at least M48T59) already use the host
      time unconditionally while others (namely MC146818) do not. This patch
      introduces the required infrastructure for selecting the base clock but
      only converts MC146818 for now.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      6875204c
  5. 02 10月, 2009 2 次提交
  6. 11 9月, 2009 1 次提交
  7. 10 9月, 2009 2 次提交
  8. 26 8月, 2009 1 次提交
  9. 30 6月, 2009 1 次提交
  10. 17 6月, 2009 1 次提交
  11. 16 6月, 2009 1 次提交
  12. 15 6月, 2009 1 次提交
    • G
      Add rtc reset function. · eeb7c03c
      Gleb Natapov 提交于
      On reset:
      Periodic Interrupt Enable (PIE) bit is cleared to zero
      Alarm Interrupt Enable (AIE) bit is cleared to zero
      Update ended Interrupt Flag (UF) bit is cleared to zero
      Interrupt Request status Flag (IRQF) bit is cleared to zero
      Periodic Interrupt Flag (PF) bit is cleared to zero
      Alarm Interrupt Flag (AF) bit is cleared to zero
      Square Wave output Enable (SQWE) zero
      Signed-off-by: NGleb Natapov <gleb@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      eeb7c03c
  13. 23 4月, 2009 1 次提交
  14. 10 4月, 2009 1 次提交
  15. 08 4月, 2009 1 次提交
  16. 06 2月, 2009 1 次提交
  17. 25 1月, 2009 1 次提交
  18. 16 1月, 2009 1 次提交
  19. 15 1月, 2009 1 次提交
  20. 19 12月, 2008 1 次提交
  21. 18 12月, 2008 1 次提交
  22. 02 12月, 2008 1 次提交
  23. 17 2月, 2008 1 次提交
  24. 17 12月, 2007 1 次提交
  25. 18 11月, 2007 2 次提交
  26. 08 11月, 2007 1 次提交
  27. 17 9月, 2007 2 次提交
  28. 18 4月, 2007 1 次提交
  29. 17 4月, 2007 1 次提交
  30. 08 4月, 2007 1 次提交
  31. 08 12月, 2006 1 次提交
  32. 03 6月, 2004 1 次提交
  33. 03 4月, 2004 1 次提交
  34. 01 4月, 2004 2 次提交
  35. 15 3月, 2004 1 次提交