1. 11 8月, 2009 1 次提交
  2. 30 6月, 2009 1 次提交
  3. 17 6月, 2009 1 次提交
  4. 22 5月, 2009 1 次提交
    • J
      Introduce reset notifier order · 8217606e
      Jan Kiszka 提交于
      Add the parameter 'order' to qemu_register_reset and sort callbacks on
      registration. On system reset, callbacks with lower order will be
      invoked before those with higher order. Update all existing users to the
      standard order 0.
      
      Note: At least for x86, the existing users seem to assume that handlers
      are called in their registration order. Therefore, the patch preserves
      this property. If someone feels bored, (s)he could try to identify this
      dependency and express it properly on callback registration.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8217606e
  5. 17 3月, 2009 1 次提交
  6. 10 12月, 2008 1 次提交
    • A
      MIPS Magnum: fix memory-mapped i8042 · 4efbe58f
      aurel32 提交于
      Current implementation of memory-mapped i8042 controller is atm
      implemented with an interface shift (it_shift) parameter, like most all
      memory-mapped devices in Qemu.
      However, this isn't suitable for MIPS Magnum, where i8042 controller is at
      0x80005000 up to 0x80005fff.
      
      Thomas Bogendoerfer (from #mipslinux) tested the behaviour of a real
      machine, and found that odd addresses are for status/command register, and
      even addresses for data register.
      
      Attached patch implements this behaviour by replacing the it_shift
      parameter by a mask one.
      Incidentally, keyboard now works on OpenBSD 2.3, which accesses i8042
      controller at 0x80005060 and 0x80005061.
      Signed-off-by: NHervé Poussineau <hpoussin@reactos.org>
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5962 c046a42c-6fe2-441c-8c8c-71466251a162
      4efbe58f
  7. 02 12月, 2008 1 次提交
  8. 26 10月, 2008 1 次提交
  9. 19 7月, 2008 1 次提交
  10. 10 2月, 2008 1 次提交
  11. 18 11月, 2007 2 次提交
  12. 21 10月, 2007 1 次提交
  13. 17 9月, 2007 2 次提交
  14. 09 6月, 2007 1 次提交
  15. 17 4月, 2007 2 次提交
  16. 08 4月, 2007 1 次提交
  17. 21 3月, 2007 1 次提交
  18. 18 2月, 2007 1 次提交
  19. 08 4月, 2006 1 次提交
  20. 08 2月, 2006 1 次提交
  21. 26 11月, 2005 1 次提交
  22. 22 11月, 2005 1 次提交
  23. 28 1月, 2005 1 次提交
  24. 18 1月, 2005 1 次提交
  25. 10 7月, 2004 1 次提交
  26. 20 6月, 2004 1 次提交
  27. 04 6月, 2004 1 次提交
  28. 30 4月, 2004 1 次提交
  29. 17 4月, 2004 1 次提交
  30. 11 4月, 2004 1 次提交
  31. 01 4月, 2004 1 次提交
  32. 15 3月, 2004 1 次提交
  33. 14 3月, 2004 1 次提交