1. 02 12月, 2013 1 次提交
  2. 10 10月, 2013 1 次提交
  3. 26 9月, 2013 2 次提交
  4. 10 9月, 2013 1 次提交
  5. 23 8月, 2013 1 次提交
  6. 04 7月, 2013 2 次提交
  7. 25 6月, 2013 1 次提交
  8. 20 6月, 2013 1 次提交
    • P
      memory: make section size a 128-bit integer · 052e87b0
      Paolo Bonzini 提交于
      So far, the size of all regions passed to listeners could fit in 64 bits,
      because artificial regions (containers and aliases) are eliminated by
      the memory core, leaving only device regions which have reasonable sizes
      
      An IOMMU however cannot be eliminated by the memory core, and may have
      an artificial size, hence we may need 65 bits to represent its size.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      052e87b0
  9. 12 6月, 2013 1 次提交
  10. 03 6月, 2013 2 次提交
  11. 16 4月, 2013 1 次提交
  12. 09 4月, 2013 1 次提交
    • P
      hw: move headers to include/ · 0d09e41a
      Paolo Bonzini 提交于
      Many of these should be cleaned up with proper qdev-/QOM-ification.
      Right now there are many catch-all headers in include/hw/ARCH depending
      on cpu.h, and this makes it necessary to compile these files per-target.
      However, fixing this does not belong in these patches.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      0d09e41a
  13. 12 3月, 2013 1 次提交
  14. 15 1月, 2013 1 次提交
  15. 22 12月, 2012 1 次提交
  16. 19 12月, 2012 3 次提交
  17. 17 12月, 2012 4 次提交
  18. 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
  19. 22 10月, 2012 1 次提交
  20. 15 10月, 2012 1 次提交
  21. 05 10月, 2012 1 次提交
  22. 03 10月, 2012 3 次提交
  23. 22 8月, 2012 1 次提交
  24. 12 7月, 2012 1 次提交
  25. 22 6月, 2012 1 次提交
  26. 17 5月, 2012 2 次提交
  27. 18 4月, 2012 1 次提交
  28. 14 4月, 2012 2 次提交