1. 15 7月, 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. 14 5月, 2009 1 次提交
  6. 06 2月, 2009 1 次提交
  7. 24 1月, 2009 1 次提交
    • B
      Floppy: Properly handle Sense Interrupt Status after FDC Reset · f2d81b33
      blueswir1 提交于
      Original text below.
      
      Attached is a patch that changes how the emulated floppy controller replies to Sense Interrupt Status commands immediately after a controller reset. The specs state that after a Reset the 82078 goes into polling mode which needs four Sense Interrupt Status commands to be issued afterwards to clear the status of each drive. Currently we always respond to Sense Interrupt Status with a SEEK END instead of POLLING. This causes a problem with the SCO Openserver installer which is expects a POLLING state after reset. This patch returns a POLLING status for four Sense Interrupt Status requests immediately after a controller reset. This approach mirrors the way Bochs handles this situation. With the attached patch applied Openserver gets further when trying to load storage drivers from the floppy disk (blocked by another issue, patch on its way). I have successfully tested the floppy drive on the following OSs after applying this patch: Windows 98, Windows XP SP2, Linux x86 (SysRescCD 1.1.3 and Ubuntu 8.10).
      
      Justin
      
      Changelog:
      
      Properly handle Sense Interrupt Status after FDC Reset
      Signed-off-by: NJustin Chevrier <theburner1@yahoo.com>
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6416 c046a42c-6fe2-441c-8c8c-71466251a162
      f2d81b33
  8. 23 12月, 2008 1 次提交
  9. 03 12月, 2008 1 次提交
  10. 02 5月, 2008 2 次提交
  11. 30 4月, 2008 10 次提交
  12. 09 4月, 2008 1 次提交
  13. 22 3月, 2008 1 次提交
  14. 01 3月, 2008 1 次提交
  15. 02 1月, 2008 1 次提交
  16. 24 12月, 2007 1 次提交
  17. 17 12月, 2007 1 次提交
  18. 16 12月, 2007 1 次提交
  19. 18 11月, 2007 1 次提交
  20. 05 11月, 2007 3 次提交
  21. 04 11月, 2007 2 次提交
  22. 17 9月, 2007 1 次提交
  23. 13 9月, 2007 1 次提交
  24. 12 7月, 2007 1 次提交
  25. 19 5月, 2007 1 次提交
  26. 14 4月, 2007 1 次提交
  27. 08 4月, 2007 1 次提交