COMMITS
/ linux-user/linuxload.c April 27, 2022
R
linux-user: Clean up arg_start/arg_end confusion
Richard Henderson committed
September 8, 2021
P
linux-user: Split linux-user internals out of qemu.h
Peter Maydell committed
P
linux-user: Split loader-related prototypes into loader.h
Peter Maydell committed
July 6, 2021
R
linux-user: Fix style problems in linuxload.c
Richard Henderson committed
December 13, 2018
P
avoid TABs in files that only contain a few
Paolo Bonzini committed
P
remove space-tab sequences
Paolo Bonzini committed
January 26, 2016
P
linux-user: Clean up includes
Peter Maydell committed
September 2, 2015
S
linux-user: remove MAX_ARG_PAGES limit
Stefan Brüns committed
August 26, 2013
A
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber committed
January 9, 2014
W
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
Will Newton committed
August 29, 2013
L
linux-user: add support of binfmt_misc 'O' flag
Laurent Vivier committed
June 9, 2013
A
linux-user: Change thread_env to CPUState
Andreas Färber committed
August 24, 2012
P
linux-user: If loading fails, print error as string, not number
Peter Maydell committed
November 9, 2011
P
linux-user/elfload.c: Don't memset(NULL..) if malloc() failed
Peter Maydell committed
June 16, 2011
J
linuxload: id_change was a write only variable
Juan Quintela committed
December 6, 2010
W
Remove dead code for ARM semihosting commandline handling
Wolfgang Schildbach committed
July 27, 2010
R
linux-user: Reduce lseek+reads while loading elf files.
Richard Henderson committed
April 23, 2010
R
linux-user: Remove ELFLOAD32.
Richard Henderson committed
October 2, 2009
P
linux-user: don't zero a buffer twice
Paul Bolle committed
August 1, 2009
B
More NULL pointer fixes
Blue Swirl committed
April 7, 2009
M
linux-user: implemented ELF coredump support for ARM target
Mika Westerberg committed
November 16, 2007
B
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
bellard committed
November 11, 2007
B
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard committed
October 14, 2007
B
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1 committed
October 9, 2007
B
Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator
blueswir1 committed
September 17, 2007
September 16, 2007
T
June 3, 2007
T
Fix typo in comment.
ths committed
November 19, 2006
P
Arm semihosted commandline support (Wolfgang Schildbach).
pbrook committed
June 11, 2006
P
bFLT loader (for uClinux binaries).
pbrook committed