1. 26 8月, 2009 1 次提交
  2. 30 7月, 2009 1 次提交
    • B
      e1000.c doesn't properly emulate EERD and ICS registers · b1332393
      Bill Paul 提交于
      Once again, the emulation of the EERD and ICS registers in e1000.c is
      incorrect. Nobody has noticed this before because none of the Intel-written
      e1000 drivers use these registers, and all of the independently written open
      source drivers copy Intel's example, so they don't use them either.
      Regardless, these registers are documented in the programmer's manuals, and
      their emulated behavior doesn't match the verified behavior of real hardware,
      so any software that does use them doesn't function correctly.
      
      -Bill
      Signed-off-by: NBill Paul <wpaul@windriver.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      b1332393
  3. 17 7月, 2009 2 次提交
  4. 09 7月, 2009 1 次提交
  5. 30 6月, 2009 1 次提交
  6. 18 6月, 2009 1 次提交
  7. 17 6月, 2009 2 次提交
  8. 10 6月, 2009 1 次提交
  9. 09 6月, 2009 5 次提交
  10. 27 5月, 2009 1 次提交
  11. 15 5月, 2009 1 次提交
  12. 14 5月, 2009 1 次提交
  13. 09 5月, 2009 1 次提交
  14. 01 5月, 2009 1 次提交
  15. 18 4月, 2009 2 次提交
  16. 21 3月, 2009 1 次提交
  17. 11 2月, 2009 2 次提交
  18. 02 2月, 2009 1 次提交
  19. 26 1月, 2009 1 次提交
  20. 09 1月, 2009 1 次提交
  21. 08 1月, 2009 3 次提交
  22. 05 1月, 2009 1 次提交
  23. 23 12月, 2008 1 次提交
  24. 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
  25. 02 12月, 2008 1 次提交
  26. 22 11月, 2008 1 次提交
  27. 03 10月, 2008 2 次提交
  28. 01 10月, 2008 1 次提交
  29. 26 9月, 2008 1 次提交