1. 26 1月, 2013 4 次提交
  2. 19 12月, 2012 1 次提交
  3. 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
  4. 22 8月, 2012 1 次提交
  5. 06 10月, 2011 1 次提交
  6. 08 8月, 2011 2 次提交
  7. 29 7月, 2011 1 次提交
  8. 17 6月, 2011 1 次提交
    • A
      PPC: calculate kernel,initrd,cmdline locations dynamically · b9e17a34
      Alexander Graf 提交于
      During testing, I was generating a vmlinux binary that easily occupied
      more than 20MB of RAM. Since the current -kernel code loads the initrd
      at a fixed address behind the kernel, we were overwriting kernel data
      when the kernel got too big.
      
      To finally get rid of the issue, let's calculate the initrd and cmdline
      addresses relative to the kernel size, so we can have kernels and initrds
      that are as big as they want to - as long as they fit in RAM.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      b9e17a34
  9. 14 10月, 2010 1 次提交
  10. 14 2月, 2010 1 次提交
  11. 02 10月, 2009 2 次提交
  12. 28 8月, 2009 1 次提交
  13. 26 7月, 2009 1 次提交
  14. 19 5月, 2009 1 次提交
  15. 08 3月, 2009 1 次提交
  16. 03 3月, 2009 1 次提交
  17. 07 2月, 2009 1 次提交
  18. 31 1月, 2009 2 次提交
  19. 13 1月, 2009 1 次提交
  20. 09 1月, 2009 1 次提交
  21. 25 12月, 2008 1 次提交
  22. 18 11月, 2007 1 次提交
  23. 04 11月, 2007 1 次提交
  24. 29 10月, 2007 1 次提交
    • J
      * sort the PowerPC target object files · 3cbee15b
      j_mayer 提交于
      * make PowerPC NVRAM accessors generic to be able to use a MacIO NVRAM
        instead of the M48T59 one
      * split PowerMac targets code:
       - move all PowerMac related definitions and prototypes into hw/ppc_mac.h
       - add hw/mac_dbdma.c, hw/mac_nvram.c and macio.c
         which implements shared PowerMac devices
       - define the g3bw machine in a new hw/ppc_oldworld.c file
      * Fix the g3bw target:
       - fix the Grackle host PCI device
       - connect the Heathrow PIC to the PowerPC 6xx bus pins
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3475 c046a42c-6fe2-441c-8c8c-71466251a162
      3cbee15b