GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/qemu-kvm.git
qemu-kvm-0.12.4-gentoo
qemu-kvm-0.12.5-gentoo
qemu-kvm-0.13.0-gentoo
qemu-kvm-0.14.1-gentoo
qemu-kvm-0.15.0-gentoo
qemu-kvm-1.1.0-gentoo
qemu-kvm-1.1.1-gentoo
qemu-kvm-1.1.2-gentoo
qemu-kvm-1.2.0-gentoo
qemu-kvm patches pulled in for Gentoo qemu packages
Doug Goldstein <cardoe@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
elfload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix symfind.
Laurent Desnogues
2009-08-10
1
-1
/
+1
*
More NULL pointer fixes
Blue Swirl
2009-08-01
1
-1
/
+1
*
Use correct byteswap routine for elf_note
malc
2009-07-18
1
-3
/
+3
*
Avoid name clashes with symbols that leak from system headers
malc
2009-07-18
1
-37
/
+37
*
ELF codedump build failures
Laurent Desnogues
2009-07-17
1
-29
/
+30
*
Userspace guest address offsetting
Paul Brook
2009-07-17
1
-0
/
+23
*
linux-user: added x86 and x86_64 support for ELF coredump
Mika Westerberg
2009-06-16
1
-0
/
+83
*
linux-user: implemented ELF coredump support for ARM target
Mika Westerberg
2009-06-16
1
-8
/
+920
*
microblaze: linux-user support.
Edgar E. Iglesias
2009-05-26
1
-0
/
+22
*
support ELF_HWCAP for PPPC
Nathan Froyd
2009-05-16
1
-0
/
+58
*
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
2009-01-15
1
-1
/
+1
*
Remove all traces of __powerpc__
malc
2009-01-14
1
-1
/
+1
*
* Use function pointers for symbol lookup (currently for elf32 and elf64,
pbrook
2008-10-22
1
-44
/
+98
*
Export x86_stack_size in qemu.h
blueswir1
2008-10-05
1
-2
/
+0
*
Silence some warnings about uninitialized variables
blueswir1
2008-09-30
1
-0
/
+1
*
Suppress gcc 4.x -Wpointer-sign (included in -Wall) warnings
blueswir1
2008-09-20
1
-1
/
+1
*
Kludge to support linux-user on a PPC64
malc
2008-08-20
1
-0
/
+9
*
Multithreaded locking fixes.
pbrook
2008-06-07
1
-2
/
+2
*
Implement AT_CLKTCK.
pbrook
2008-03-26
1
-0
/
+1
*
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
bellard
2007-11-16
1
-14
/
+11
*
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
2007-11-11
1
-1
/
+2
*
Implement missing MIPS supervisor mode bits.
ths
2007-10-28
1
-1
/
+1
*
PowerPC user-mode fix: MSR is now entirelly set-up in the cpu_reset routine.
j_mayer
2007-10-27
1
-1
/
+0
*
Use the new TARGET_ABI32 feature to implement a ppc64abi32-linux-user target
j_mayer
2007-10-18
1
-3
/
+3
*
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
2007-10-14
1
-64
/
+74
*
Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator
blueswir1
2007-10-09
1
-23
/
+74
*
CRIS Linux userland emulation, part 2. By Edgar E. Iglesias.
ths
2007-10-08
1
-0
/
+20
*
Fix confusions between host and target long types.
j_mayer
2007-10-07
1
-47
/
+61
*
memset string pages to zero to avoid putting random data on the stack
j_mayer
2007-09-27
1
-1
/
+2
*
New ppc64-linux-user target.
j_mayer
2007-09-27
1
-0
/
+1
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-6
/
+6
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-27
/
+27
*
Fix 64 bit ELF file symbol lookup
blueswir1
2007-07-05
1
-1
/
+24
*
Setup stack properly, fixes wrong argc value problem, by Magnus Damm.
ths
2007-06-22
1
-1
/
+1
*
Spelling fixes, by Stefan Weil.
ths
2007-06-03
1
-2
/
+2
*
MIPS linux-user update.
ths
2007-05-13
1
-0
/
+7
*
Code provision for x86_64 and PowerPC 64 linux user mode support.
j_mayer
2007-04-06
1
-0
/
+41
*
Preliminary patch for Alpha Linux user mode emulation support.
j_mayer
2007-04-05
1
-3
/
+28
*
Fix userland ELF loader for zero sized BSS.
ths
2006-12-14
1
-3
/
+6
*
ColdFire target.
pbrook
2006-10-22
1
-0
/
+25
*
Sparc64 user emulator fixes (Blue Swirl)
bellard
2006-07-18
1
-3
/
+5
*
bFLT loader (for uClinux binaries).
pbrook
2006-06-11
1
-265
/
+45
*
sh4 target (Samuel Tardieu)
bellard
2006-04-27
1
-0
/
+24
*
Avoid accessing guest memory directly in usermode emulation.
pbrook
2006-03-25
1
-99
/
+79
*
Make target_mmap always return -1 on failure.
pbrook
2006-02-04
1
-1
/
+1
*
Correctly initialize Arm CPU for Thumb entry points.
pbrook
2006-02-04
1
-1
/
+3
*
mips user emulation
bellard
2005-11-26
1
-0
/
+25
*
added AT_PLATFORM and AT_HWCAP for x86 (initial patch by Gwenole Beauchesne)
bellard
2005-11-26
1
-8
/
+45
*
Arm AT_HWCAP AUXV entry (Paul Brook)
bellard
2005-10-30
1
-0
/
+22
*
fix AUX vector entries (Paul Brook)
bellard
2005-08-21
1
-26
/
+24
[next]