index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix spelling in linux-user sub directory
Dong Xu Wang
2011-12-02
1
-2
/
+2
*
ppc64-linux-user: Fix syscall return type.
Richard Henderson
2011-10-27
1
-10
/
+3
*
sparc-linux-user: Fixup sending SIGSEGV
Richard Henderson
2011-10-27
1
-2
/
+2
*
sparc-linux-user: Handle SIGILL.
Richard Henderson
2011-10-27
1
-0
/
+9
*
linux-user: Fix broken "-version" option
Peter Maydell
2011-10-21
1
-11
/
+8
*
introduce environment variables for all qemu-user options
Johannes Schauer
2011-09-09
1
-207
/
+348
*
linux-user: Verify MIPS syscall arguments
An-Cheng Huang
2011-09-09
1
-5
/
+17
*
linux-user: Fix MIPS indirect syscall handling
An-Cheng Huang
2011-09-09
1
-1
/
+1
*
linux-user: Exit with an error if we couldn't set up gdbserver
Peter Maydell
2011-09-09
1
-1
/
+5
*
linux-user: Implement new ARM 64 bit cmpxchg kernel helper
Dr. David Alan Gilbert
2011-09-09
1
-1
/
+88
*
microblaze-user: Deliver SIGFPE on div by zero
Edgar E. Iglesias
2011-08-22
1
-0
/
+7
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-1
/
+1
*
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
2011-08-05
1
-1
/
+2
*
user: Restore debug usage message for '-d ?' in user mode emulation
Peter Maydell
2011-07-30
1
-5
/
+6
*
mips: null pointer deref should segfault
Wesley W. Terpstra
2011-07-12
1
-0
/
+2
*
mips: missing syscall returns wrong errno
Wesley W. Terpstra
2011-07-12
1
-1
/
+1
*
mips: sigaltstack args
Wesley W. Terpstra
2011-07-12
1
-1
/
+1
*
linux-user: Add syscall numbers from kernel 2.6.39.2
Peter Maydell
2011-07-11
1
-0
/
+27
*
user: Fix -d debug logging for usermode emulation
Edgar E. Iglesias
2011-06-28
1
-1
/
+1
*
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
2011-06-27
1
-13
/
+24
|
\
|
*
linux-user: Bump do_syscall() up to 8 syscall arguments
Peter Maydell
2011-06-21
1
-13
/
+24
*
|
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-2
/
+1
|
/
*
Command line support for altering the log file location
Matthew Fernandez
2011-06-15
1
-17
/
+26
*
target-alpha: Tidy exception constants.
Richard Henderson
2011-05-31
1
-30
/
+14
*
target-alpha: Rationalize internal processor registers.
Richard Henderson
2011-05-31
1
-3
/
+3
*
Merge branch 's390-next' of git://repo.or.cz/qemu/agraf
Aurelien Jarno
2011-05-23
1
-0
/
+83
|
\
|
*
s390x: s390x-linux-user support
Ulrich Hecht
2011-05-20
1
-0
/
+83
*
|
Delete unused tb_invalidate_page_range
Blue Swirl
2011-05-22
1
-20
/
+2
|
/
*
Fix spelling in comments (intruction -> instruction)
Stefan Weil
2011-05-08
1
-1
/
+1
*
unicore32: necessary modifications for other files to support unicore32
Guan Xuetao
2011-04-12
1
-1
/
+88
*
microblaze: Correct ec mask in debug print
Edgar E. Iglesias
2011-04-11
1
-1
/
+1
*
linux-user: Add support for -version option
Peter Maydell
2011-02-09
1
-4
/
+13
*
ARM: fix ldrexd/strexd
Peter Maydell
2010-12-07
1
-1
/
+1
*
linux-user: fix memory leaks with NPTL emulation
Nathan Froyd
2010-12-03
1
-2
/
+2
*
Add new user mode option -ignore-environment
Stefan Weil
2010-10-05
1
-0
/
+6
*
microblaze: User-mode emulation of hw-excp signals
Edgar E. Iglesias
2010-09-09
1
-0
/
+31
*
linux-user: display cpu list.
Laurent Vivier
2010-07-22
1
-0
/
+2
*
rename CONFIG_QEMU_PREFIX
Paolo Bonzini
2010-06-10
1
-1
/
+1
*
linux-user: honor low bit of entry PC for MIPS
Nathan Froyd
2010-06-09
1
-1
/
+4
*
Pre-allocate guest address space
Paul Brook
2010-05-29
1
-0
/
+63
*
alpha-linux-user: Fill in SI_CODE for SIGSEGV.
Richard Henderson
2010-05-28
1
-1
/
+2
*
tcg: Initialize the prologue after GUEST_BASE is fixed.
Richard Henderson
2010-05-21
1
-1
/
+8
*
alpha-linux-user: Fix sigprocmask.
Richard Henderson
2010-05-21
1
-2
/
+9
*
alpha-linux-user: Fix siginfo.si_addr for SIGSEGV and SIGBUS.
Richard Henderson
2010-05-21
1
-2
/
+2
*
linux-user: rlimit conversion between host and target.
takasi-y@ops.dti.ne.jp
2010-05-18
1
-1
/
+2
*
target-alpha: Fix load-locked/store-conditional.
Richard Henderson
2010-04-27
1
-0
/
+55
*
target-alpha: Implement rs/rc properly.
Richard Henderson
2010-04-27
1
-1
/
+6
*
linux-user: Fix Sparc64 syscall returns.
Richard Henderson
2010-04-25
1
-2
/
+3
*
linux-user: switch default ppc64 CPU to 970fx from 970
Aurelien Jarno
2010-04-08
1
-1
/
+1
*
Compile qemu-timer only once
Blue Swirl
2010-03-29
1
-1
/
+1
[next]