Home
last modified time | relevance | path

Searched hist:"409 dbce54b57b85bd229174da86d77ca08508508" (Results 1 – 19 of 19) sorted by relevance

/qemu/target/mips/system/
H A Daddr.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/include/hw/mips/
H A Dmips.h409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/include/hw/
H A Delf_ops.h.inc409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
H A Dloader.h409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/i386/
H A Dmultiboot.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/mips/
H A Dmipssim.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
H A Dmalta.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/m68k/
H A Dan5206.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
H A Dmcf5208.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/microblaze/
H A Dpetalogix_s3adsp1800_mmu.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/ppc/
H A Dppc440_bamboo.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
H A Dmac_oldworld.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
H A De500.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
H A Dmac_newworld.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/arm/
H A Darmv7m.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
H A Dboot.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/core/
H A Dloader.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/sparc/
H A Dsun4m.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>
/qemu/hw/sparc64/
H A Dsun4u.c409dbce54b57b85bd229174da86d77ca08508508 Sun Mar 14 20:20:59 UTC 2010 Aurelien Jarno <aurelien@aurel32.net> load_elf: replace the address addend by a translation function

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: Aurelien Jarno <aurelien@aurel32.net>