1. 19 12月, 2009 1 次提交
  2. 15 11月, 2009 1 次提交
    • B
      PCI: make duplicate devfn allocation fatal · c364c974
      Blue Swirl 提交于
      Only two callers of pci_create_simple/pci_register_device bothered
      to check the return value. Other cases were prone to crashing with
      spurious NULL pointer dereferences.
      
      Make QEMU exit with an error message when devfn is attempted to
      be duplicated, also applies to case when the bus is full. Remove
      checks.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      c364c974
  3. 09 11月, 2009 2 次提交
  4. 07 11月, 2009 1 次提交
  5. 02 10月, 2009 2 次提交
  6. 26 8月, 2009 1 次提交
  7. 21 7月, 2009 1 次提交
  8. 30 6月, 2009 1 次提交
  9. 17 6月, 2009 2 次提交
  10. 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
  11. 14 5月, 2009 1 次提交
  12. 04 5月, 2009 1 次提交
  13. 17 3月, 2009 1 次提交
  14. 03 3月, 2009 2 次提交
  15. 07 2月, 2009 1 次提交
  16. 02 2月, 2009 1 次提交
  17. 01 2月, 2009 1 次提交
  18. 26 1月, 2009 1 次提交
  19. 16 1月, 2009 1 次提交
  20. 26 10月, 2008 1 次提交
  21. 18 11月, 2007 1 次提交
  22. 17 9月, 2007 2 次提交
  23. 10 4月, 2007 1 次提交
  24. 08 4月, 2007 1 次提交
  25. 31 3月, 2007 1 次提交
  26. 30 3月, 2007 1 次提交
    • J
      New model for PowerPC CPU hardware interrupt events: · 47103572
      j_mayer 提交于
      move all PowerPC specific code into target-ppc/helper.c to avoid polluting
      the common code in cpu-exec.c. This makes implementation of new features
      (ie embedded PowerPC timers, critical interrupts, ...) easier.
      This also avoid hardcoding the IRQ callback in the OpenPIC controller,
      making it more easily reusable and allowing cascading.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2542 c046a42c-6fe2-441c-8c8c-71466251a162
      47103572
  27. 24 11月, 2005 1 次提交
  28. 22 11月, 2005 1 次提交
  29. 05 6月, 2005 1 次提交
  30. 09 2月, 2005 1 次提交
  31. 11 1月, 2005 1 次提交
  32. 22 6月, 2004 3 次提交
  33. 16 6月, 2004 1 次提交