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-ppc: Fix SRR0 when taking unaligned exceptions
Anton Blanchard
2015-09-20
1
-1
/
+1
*
target-tilegx: Handle atomic instructions
Richard Henderson
2015-09-15
1
-0
/
+166
*
target-tilegx: Generate SEGV properly
Richard Henderson
2015-09-15
1
-0
/
+3
*
linux-user: Support tilegx architecture in linux-user
Chen Gang
2015-09-15
1
-0
/
+69
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-3
/
+3
|
\
|
*
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
1
-3
/
+3
*
|
linux-user: Fix warnings caused by missing 'static' attribute
Stefan Weil
2015-09-11
1
-4
/
+4
*
|
target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction
Peter Maydell
2015-09-07
1
-0
/
+3
|
/
*
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
2015-08-24
1
-12
/
+0
*
linux-user: Fix MIPS N64 trap and break instruction bug
Andrew Bennett
2015-07-15
1
-2
/
+2
*
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
2015-07-09
1
-14
/
+14
*
gdbstub: Change gdbserver_fork() to accept cpu instead of env
Peter Crosthwaite
2015-07-09
1
-1
/
+1
*
linux-user, ppc: mftbl can be used by user application
Laurent Vivier
2015-07-07
1
-2
/
+1
*
linux-user: fix the breakpoint inheritance in spawned threads
Thierry Bultel
2015-06-16
1
-2
/
+2
*
linux-user: Default sh4 to sh7785
Richard Henderson
2015-06-12
1
-0
/
+2
*
target-i386: use memory API to implement SMRAM
Paolo Bonzini
2015-06-05
1
-4
/
+0
*
linux-user, bsd-user: Remove two calls to cpu_exec_init_all
Fam Zheng
2015-04-27
1
-1
/
+0
*
linux-user: fix broken cpu_copy()
Leon Alrae
2015-03-23
1
-1
/
+1
*
linux-user/main.c: Remove redundant end_exclusive() in arm_kernel_cmpxchg64_h...
Chen Gang S
2015-03-22
1
-2
/
+0
*
linux-user: Access correct register for get/set_tls syscalls on ARM TZ CPUs
Mikhail Ilyin
2015-03-16
1
-1
/
+1
*
cpu: Make cpu_init() return QOM CPUState object
Eduardo Habkost
2015-03-10
1
-5
/
+5
*
Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...
Peter Maydell
2015-03-03
1
-8
/
+1
*
linux-user: Check for cpu_init() errors
Eduardo Habkost
2015-02-25
1
-1
/
+8
*
linux-user/main.c: Use TARGET_SIG* instead of SIG*
Chen Gang S
2015-02-10
1
-32
/
+32
*
linux-user/main.c: Mark end_exclusive() as possibly unused
Peter Maydell
2015-01-27
1
-1
/
+1
*
linux-user/main.c: Call cpu_exec_start/end on all target archs
Peter Maydell
2015-01-27
1
-0
/
+18
*
linux-user/main.c (m68k): Use get_user_u16 rather than lduw in cpu_loop
Peter Maydell
2015-01-20
1
-1
/
+1
*
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
2015-01-20
1
-4
/
+0
*
linux-user: Use the 5KEf processor for 64-bit emulation
Maciej W. Rozycki
2014-12-16
1
-1
/
+1
*
target-arm: make c13 cp regs banked (FCSEIDR, ...)
Fabian Aggeler
2014-12-11
1
-1
/
+1
*
linux-user: Fix fault address truncation AArch64
Riku Voipio
2014-11-03
1
-3
/
+1
*
linux-user: Let user specify random seed
Magnus Reftel
2014-11-03
1
-0
/
+19
*
exec.c: Relax restrictions on watchpoint length and alignment
Peter Maydell
2014-09-12
1
-2
/
+1
*
linux-user: Fix syscall instruction usermode emulation on X86_64
Jincheng Miao
2014-08-22
1
-1
/
+0
*
target-ppc: Change default cpu for ppc64le-linux-user
Richard Henderson
2014-07-08
1
-4
/
+4
*
Add support for the arm breakpoint syscall
Hunter Laux
2014-06-24
1
-0
/
+4
*
tcg-ppc: Merge cache-utils into the backend
Richard Henderson
2014-06-23
1
-3
/
+0
*
qemu/osdep: Remove the need for qemu_init_auxval
Richard Henderson
2014-06-23
1
-1
/
+0
*
target-ppc: Store Quadword Conditional Drops Size Bit
Tom Musta
2014-06-16
1
-1
/
+1
*
target-ppc: Allow little-endian user mode.
Doug Kwan
2014-06-16
1
-1
/
+7
*
target-i386: fix segment flags for SMM and VM86 mode
Paolo Bonzini
2014-05-21
1
-1
/
+1
*
target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...
Kevin O'Connor
2014-05-13
1
-2
/
+0
*
linux-user: remove configure option for setting uname release
Riku Voipio
2014-05-02
1
-1
/
+1
*
target-arm: Define exception record for AArch64 exceptions
Peter Maydell
2014-04-17
1
-32
/
+24
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-40
/
+40
*
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-2
/
+3
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+3
*
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-3
/
+3
[next]