1. 16 4月, 2013 1 次提交
  2. 12 3月, 2013 3 次提交
  3. 24 1月, 2013 1 次提交
  4. 19 12月, 2012 1 次提交
  5. 23 10月, 2012 1 次提交
    • A
      Rename target_phys_addr_t to hwaddr · a8170e5e
      Avi Kivity 提交于
      target_phys_addr_t is unwieldly, violates the C standard (_t suffixes are
      reserved) and its purpose doesn't match the name (most target_phys_addr_t
      addresses are not target specific).  Replace it with a finger-friendly,
      standards conformant hwaddr.
      
      Outstanding patchsets can be fixed up with the command
      
        git rebase -i --exec 'find -name "*.[ch]"
                              | xargs s/target_phys_addr_t/hwaddr/g' origin
      Signed-off-by: NAvi Kivity <avi@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      a8170e5e
  6. 16 9月, 2012 1 次提交
  7. 15 6月, 2012 1 次提交
  8. 14 6月, 2012 1 次提交
  9. 15 3月, 2012 1 次提交
  10. 29 2月, 2012 1 次提交
  11. 12 12月, 2011 1 次提交
  12. 07 8月, 2011 1 次提交
  13. 27 6月, 2011 1 次提交
  14. 18 9月, 2010 1 次提交
  15. 16 9月, 2010 1 次提交
  16. 05 7月, 2010 2 次提交
  17. 19 3月, 2010 1 次提交
  18. 17 3月, 2010 1 次提交
    • P
      Large page TLB flush · d4c430a8
      Paul Brook 提交于
      QEMU uses a fixed page size for the CPU TLB.  If the guest uses large
      pages then we effectively split these into multiple smaller pages, and
      populate the corresponding TLB entries on demand.
      
      When the guest invalidates the TLB by virtual address we must invalidate
      all entries covered by the large page.  However the address used to
      invalidate the entry may not be present in the QEMU TLB, so we do not
      know which regions to clear.
      
      Implementing a full vaiable size TLB is hard and slow, so just keep a
      simple address/mask pair to record which addresses may have been mapped by
      large pages.  If the guest invalidates this region then flush the
      whole TLB.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      d4c430a8
  19. 13 3月, 2010 1 次提交
  20. 15 2月, 2010 1 次提交
  21. 10 10月, 2009 1 次提交
  22. 08 10月, 2009 1 次提交
  23. 02 10月, 2009 2 次提交
  24. 17 7月, 2009 1 次提交
  25. 25 4月, 2009 1 次提交
  26. 16 1月, 2009 2 次提交
  27. 05 1月, 2009 1 次提交
  28. 08 10月, 2008 2 次提交
  29. 06 9月, 2008 1 次提交
  30. 03 9月, 2008 1 次提交
  31. 10 6月, 2008 1 次提交
  32. 28 5月, 2008 1 次提交
  33. 13 5月, 2008 1 次提交
  34. 06 5月, 2008 1 次提交