1. 04 10月, 2009 1 次提交
  2. 02 10月, 2009 2 次提交
  3. 01 10月, 2009 1 次提交
  4. 20 9月, 2009 1 次提交
    • B
      Compile loader only once · ca20cf32
      Blue Swirl 提交于
      Callers must pass ELF machine, byte swapping and symbol LSB clearing
      information to ELF loader. A.out loader needs page size information, pass
      that too as a parameter.
      
      Extract prototypes to a separate file. Move loader.[ch] and elf_ops.h under hw.
      
      Adjust callers. Also use target_phys_addr_t instead of target_ulong for
      addresses: loader addresses aren't virtual.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      ca20cf32
  5. 12 9月, 2009 1 次提交
    • B
      Fix sys-queue.h conflict for good · 72cf2d4f
      Blue Swirl 提交于
      Problem: Our file sys-queue.h is a copy of the BSD file, but there are
      some additions and it's not entirely compatible. Because of that, there have
      been conflicts with system headers on BSD systems. Some hacks have been
      introduced in the commits 15cc9235,
      f40d7537,
      96555a96 and
      3990d09a but the fixes were fragile.
      
      Solution: Avoid the conflict entirely by renaming the functions and the
      file. Revert the previous hacks.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      72cf2d4f
  6. 11 8月, 2009 1 次提交
  7. 01 8月, 2009 1 次提交
  8. 18 7月, 2009 2 次提交
  9. 17 7月, 2009 2 次提交
  10. 16 6月, 2009 2 次提交
  11. 27 5月, 2009 1 次提交
  12. 16 5月, 2009 1 次提交
  13. 16 1月, 2009 1 次提交
  14. 15 1月, 2009 1 次提交
  15. 22 10月, 2008 1 次提交
  16. 05 10月, 2008 1 次提交
  17. 01 10月, 2008 1 次提交
  18. 20 9月, 2008 1 次提交
  19. 21 8月, 2008 1 次提交
    • M
      Kludge to support linux-user on a PPC64 · a6cc84f4
      malc 提交于
      Some headers (e.g. signal.h) include asm/elf.h and the chaos of macro
      redefinitions ensues, this kludge avoids it.
      
      Alternative way to fight that would be to change all ELF_XXX and some
      other definitions to QEMU_ELF_XXX or something to that effect.
      
      This patch concludes the quest for enabling linux-user on PPC64,
      however, since qemu_mallocz uses mmap and, at least on this system,
      mmap tends to return values that do not fit into 32bit, emulation for
      32bit targets does not work without some hacks wich are to disgusting
      to commit (and as `man mmap' tells us MAP_32BIT is only implemented on
      X86_64)
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5037 c046a42c-6fe2-441c-8c8c-71466251a162
      a6cc84f4
  20. 08 6月, 2008 1 次提交
  21. 27 3月, 2008 1 次提交
  22. 16 11月, 2007 1 次提交
  23. 11 11月, 2007 1 次提交
  24. 29 10月, 2007 1 次提交
  25. 28 10月, 2007 1 次提交
  26. 19 10月, 2007 1 次提交
  27. 15 10月, 2007 1 次提交
  28. 10 10月, 2007 1 次提交
  29. 08 10月, 2007 1 次提交
  30. 07 10月, 2007 1 次提交
  31. 27 9月, 2007 2 次提交
  32. 17 9月, 2007 2 次提交
  33. 05 7月, 2007 1 次提交
  34. 22 6月, 2007 1 次提交