1. 07 3月, 2011 1 次提交
  2. 01 6月, 2010 1 次提交
  3. 16 3月, 2010 1 次提交
    • A
      load_elf: replace the address addend by a translation function · 409dbce5
      Aurelien Jarno 提交于
      A few machines need to translate the ELF header addresses into physical
      addresses. Currently the only possibility is to add a value to the
      addresses.
      
      This patch replaces the addend argument by and a translation function
      and an opaque passed to the function. A NULL function does not translate
      the address.
      
      The patch also convert all machines that have an addend, simplify the
      PowerPC kernel loading and fix the MIPS kernel loading using this new
      feature. Other machines may benefit from this feature.
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      409dbce5
  4. 20 11月, 2009 1 次提交
  5. 12 11月, 2009 2 次提交
  6. 02 10月, 2009 2 次提交
  7. 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
  8. 30 6月, 2009 1 次提交
  9. 22 5月, 2009 1 次提交
    • J
      Introduce reset notifier order · 8217606e
      Jan Kiszka 提交于
      Add the parameter 'order' to qemu_register_reset and sort callbacks on
      registration. On system reset, callbacks with lower order will be
      invoked before those with higher order. Update all existing users to the
      standard order 0.
      
      Note: At least for x86, the existing users seem to assume that handlers
      are called in their registration order. Therefore, the patch preserves
      this property. If someone feels bored, (s)he could try to identify this
      dependency and express it properly on callback registration.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      8217606e
  10. 10 4月, 2009 2 次提交
  11. 08 3月, 2009 1 次提交
  12. 21 11月, 2008 2 次提交
  13. 15 4月, 2008 1 次提交
  14. 18 11月, 2007 1 次提交
  15. 11 11月, 2007 1 次提交
  16. 17 9月, 2007 1 次提交
  17. 28 7月, 2007 1 次提交
  18. 30 4月, 2007 1 次提交
  19. 02 4月, 2007 1 次提交
  20. 11 3月, 2007 1 次提交
  21. 07 3月, 2007 1 次提交
  22. 17 1月, 2007 2 次提交
  23. 28 4月, 2006 1 次提交