1. 11 2月, 2009 3 次提交
  2. 06 2月, 2009 1 次提交
  3. 02 2月, 2009 1 次提交
  4. 28 1月, 2009 1 次提交
  5. 14 1月, 2009 1 次提交
  6. 19 12月, 2008 2 次提交
  7. 18 12月, 2008 1 次提交
  8. 12 12月, 2008 1 次提交
    • A
      pci: add default pci subsystem id for all devices (Gerd Hoffman) · d350d97d
      aliguori 提交于
      This sets a default PCI subsystem ID for all emulated PCI devices.  PCI
      specs require this, so do it.
      
      In many cases it is enougth to know the PCI ID to handle a device
      correctly.  Sometimes a device driver must identify the exact piece of
      hardware (via PCI Subsystem ID) though.
      
      What does this patch to qemu devices:
      
      Right now the emulated PCI devices have no PCI subsystem ID, only the
      PCI ID.  The discussed patch sets a default PCI subsystem ID for all
      emulated devices.  Which will make the qemu devices look pretty much
      like in the laptop case: all PCI subsystem IDs will point to qemu by
      default.
      
      If a driver emulates a very specific piece of hardware where it has to
      emulate more than just the PCI chip, it can overwrite the PCI subsystem
      ID without problems.  The es1370 driver does that for example.
      Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5986 c046a42c-6fe2-441c-8c8c-71466251a162
      d350d97d
  9. 10 12月, 2008 1 次提交
    • A
      KVM: Coalesced MMIO support · f65ed4c1
      aliguori 提交于
      MMIO exits are more expensive in KVM or Xen than in QEMU because they 
      involve, at least, privilege transitions.  However, MMIO write 
      operations can be effectively batched if those writes do not have side 
      effects.
      
      Good examples of this include VGA pixel operations when in a planar 
      mode.  As it turns out, we can get a nice boost in other areas too.  
      Laurent mentioned a 9.7% performance boost in iperf with the coalesced 
      MMIO changes for the e1000 when he originally posted this work for KVM.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5961 c046a42c-6fe2-441c-8c8c-71466251a162
      f65ed4c1
  10. 03 10月, 2008 1 次提交
  11. 03 2月, 2008 1 次提交
  12. 10 12月, 2007 1 次提交
  13. 18 11月, 2007 2 次提交
  14. 17 9月, 2007 2 次提交
  15. 28 5月, 2007 1 次提交
  16. 14 4月, 2007 1 次提交
  17. 08 4月, 2007 1 次提交
  18. 02 4月, 2007 1 次提交
  19. 07 3月, 2007 1 次提交
  20. 11 1月, 2007 1 次提交
  21. 11 12月, 2006 1 次提交
  22. 29 9月, 2006 1 次提交
  23. 25 9月, 2006 1 次提交
  24. 24 9月, 2006 1 次提交
  25. 17 8月, 2006 1 次提交
  26. 10 8月, 2006 1 次提交
  27. 04 7月, 2006 1 次提交
  28. 21 5月, 2006 1 次提交
  29. 14 5月, 2006 1 次提交
  30. 19 4月, 2006 1 次提交
  31. 03 4月, 2006 1 次提交
  32. 05 2月, 2006 1 次提交
  33. 22 11月, 2005 1 次提交
  34. 23 7月, 2005 1 次提交
  35. 05 6月, 2005 1 次提交