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
*
target-arm: A64: support for ld/st/cl exclusive
Michael Matz
2014-01-08
1
-3
/
+124
*
target-arm: Widen exclusive-access support struct fields to 64 bits
Peter Maydell
2014-01-08
1
-10
/
+15
*
target-arm: Widen thread-local register state fields to 64 bits
Peter Maydell
2014-01-07
1
-1
/
+1
*
linux-user: Use qemu_getauxval for AT_EXECFD
Richard Henderson
2013-11-30
1
-26
/
+6
*
util: Use qemu_getauxval in linux qemu_cache_utils_init
Richard Henderson
2013-11-30
1
-1
/
+1
*
osdep: Create qemu_getauxval and qemu_init_auxval
Richard Henderson
2013-11-30
1
-0
/
+1
*
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
2013-10-07
1
-2
/
+2
*
cpu: Move cpu_copy() into linux-user
Andreas Färber
2013-10-07
1
-0
/
+31
*
linux-user: Check type of microMIPS break instruction
Kwok Cheung Yeung
2013-09-24
1
-21
/
+35
*
linux-user: add support of binfmt_misc 'O' flag
Laurent Vivier
2013-09-24
1
-1
/
+31
*
mips-linux-user: Adjust names in mips_syscall_args
Richard Henderson
2013-09-24
1
-2
/
+2
*
linux-user: Add AArch64 support
Alexander Graf
2013-09-10
1
-0
/
+16
*
linux-user: Allow targets to specify a minimum uname release
Peter Maydell
2013-09-10
1
-0
/
+2
*
linux-user: Add cpu loop for AArch64
Peter Maydell
2013-09-10
1
-0
/
+82
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-3
/
+7
*
linux-user: correct argument number for sys_mremap and sys_splice
Petar Jovanovic
2013-07-29
1
-2
/
+2
*
linux-user: Avoid redundant ENV_GET_CPU()
Andreas Färber
2013-07-26
1
-1
/
+1
*
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
2013-07-25
1
-49
/
+44
|
\
|
*
linux-user: Handle compressed ISA encodings when processing MIPS exceptions
Kwok Cheung Yeung
2013-07-23
1
-3
/
+43
|
*
linux-user: Avoid conditional cpu_reset()
Andreas Färber
2013-07-22
1
-2
/
+0
|
*
configure: Make NPTL non-optional
Peter Maydell
2013-07-22
1
-43
/
+0
*
|
gdbstub: Change gdb_handlesig() argument to CPUState
Andreas Färber
2013-07-23
1
-16
/
+19
|
/
*
linux-user: declare sys_futex to have 6 arguments
Petar Jovanovic
2013-07-19
1
-1
/
+1
*
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
1
-2
/
+3
*
linux-user: Change thread_env to CPUState
Andreas Färber
2013-07-09
1
-5
/
+5
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-5
/
+3
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-15
/
+23
*
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+1
*
main: use TARGET_ARCH only for the target-specific #define
Paolo Bonzini
2013-06-14
1
-3
/
+3
*
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
2013-05-02
1
-2
/
+2
*
linux-user: Fix layout of usage table to account for option text
Peter Maydell
2013-03-11
1
-8
/
+16
*
mips-linux-user: Fix n32 and n64 syscalls
Richard Henderson
2013-03-05
1
-7
/
+18
*
target-mips: Translate breaks and traps into the appropriate signal
Meador Inge
2013-03-04
1
-1
/
+75
*
qemu-log: default to stderr for logging output
Peter Maydell
2013-02-26
1
-11
/
+5
*
cpu: Move running field to CPUState
Andreas Färber
2013-02-16
1
-15
/
+22
*
qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log
Peter Maydell
2013-02-16
1
-1
/
+1
*
qemu-log: Rename cpu_str_to_log_mask to qemu_str_to_log_mask
Peter Maydell
2013-02-16
1
-1
/
+1
*
qemu-log: Abstract out "print usage message about valid log categories"
Peter Maydell
2013-02-16
1
-5
/
+1
*
qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename
Peter Maydell
2013-02-16
1
-2
/
+2
*
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
Evgeny Voevodin
2013-02-16
1
-3
/
+3
*
linux-user: bsd-user: Don't reset X86CPU twice
Andreas Färber
2013-02-01
1
-1
/
+1
*
Merge branch 's390-reorg' of git://repo.or.cz/qemu/rth
Blue Swirl
2013-01-12
1
-48
/
+92
|
\
|
*
target-s390: Reorg exception handling
Richard Henderson
2013-01-05
1
-48
/
+92
*
|
linux-user: fix mips 32-on-64 prealloc case
Alexander Graf
2013-01-08
1
-0
/
+5
|
/
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-3
/
+3
*
target-mips: Add ASE DSP resources access check
Jia Liu
2012-10-31
1
-0
/
+6
*
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...
Aurelien Jarno
2012-10-19
1
-1
/
+1
|
\
|
*
linux-user: If loading fails, print error as string, not number
Peter Maydell
2012-10-12
1
-1
/
+1
*
|
microblaze: Update PC before simulating syscall
Edgar E. Iglesias
2012-10-19
1
-1
/
+1
*
|
target-sparc: Don't compute full flags value so often
Richard Henderson
2012-10-13
1
-0
/
+5
|
/
[next]