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
/
cpu-exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
2019-11-29
1
-0
/
+1
*
exec: Clean up includes
Peter Maydell
2019-11-29
1
-1
/
+1
*
Initial overlay of HQEMU 2.5.2 changes onto underlying 2.5.0 QEMU GIT tree
2.5_overlay
Timothy Pearson
2019-11-29
1
-17
/
+28
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...
Peter Maydell
2015-11-06
1
-13
/
+42
|
\
|
*
replay: interrupts and exceptions
Pavel Dovgalyuk
2015-11-06
1
-10
/
+38
|
*
cpu-exec: allow temporary disabling icount
Pavel Dovgalyuk
2015-11-05
1
-3
/
+4
*
|
cpu-exec: Fix compiler warning (-Werror=clobbered)
Stefan Weil
2015-11-04
1
-3
/
+15
|
/
*
cpu-exec: Add "nochain" debug flag
Richard Henderson
2015-10-19
1
-1
/
+2
*
i386: partial revert of interrupt poll fix
Pavel Dovgalyuk
2015-09-25
1
-0
/
+9
*
cpu-exec: Migrate some generic fns to cpu-exec-common
Peter Crosthwaite
2015-09-16
1
-59
/
+0
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-09-14
1
-49
/
+70
|
\
|
*
cpu-exec: fix lock hierarchy for user-mode emulation
Paolo Bonzini
2015-09-09
1
-18
/
+53
|
*
replace spinlock by QemuMutex.
KONRAD Frederic
2015-09-09
1
-11
/
+3
|
*
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
1
-1
/
+1
|
*
tcg: synchronize exit_request and tcg_current_cpu accesses
Paolo Bonzini
2015-09-09
1
-1
/
+1
|
*
tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses
Paolo Bonzini
2015-09-09
1
-1
/
+5
|
*
tcg: assign cpu->current_tb in a simpler place
Paolo Bonzini
2015-09-09
1
-8
/
+2
|
*
tcg: introduce tcg_current_cpu
Paolo Bonzini
2015-09-09
1
-9
/
+5
*
|
cpu-exec: introduce loop exit with restore function
Pavel Dovgalyuk
2015-09-11
1
-0
/
+9
|
/
*
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-14
1
-1
/
+1
*
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
Sergey Fedorov
2015-08-06
1
-6
/
+2
*
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
2015-07-09
1
-15
/
+13
*
include/exec: Move tb hash functions out
Peter Crosthwaite
2015-06-26
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-02-24
1
-0
/
+33
|
\
|
*
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
2015-02-16
1
-1
/
+24
|
*
exec: make iotlb RCU-friendly
Paolo Bonzini
2015-02-16
1
-1
/
+5
|
*
exec: introduce cpu_reload_memory_map
Paolo Bonzini
2015-02-16
1
-0
/
+6
*
|
cpu-exec: simplify icount code
Paolo Bonzini
2015-02-10
1
-8
/
+3
*
|
cpu-exec: drop dead assignment
Paolo Bonzini
2015-02-10
1
-1
/
+0
|
/
*
cpu-exec: simplify init_delay_params
Paolo Bonzini
2015-02-02
1
-4
/
+2
*
cpu-exec: simplify align_clocks
Paolo Bonzini
2015-02-02
1
-2
/
+1
*
cpu-exec: invalidate nocache translation if they are interrupted
Pavel Dovgalyuk
2014-12-15
1
-1
/
+1
*
icount: set can_do_io outside TB execution
Pavel Dovgalyuk
2014-12-15
1
-0
/
+3
*
cpu-exec: reset exception_index correctly
Pavel Dovgalyuk
2014-12-15
1
-1
/
+2
*
cpu-exec: fix cpu_exec_nocache
Pavel Dovgalyuk
2014-12-15
1
-1
/
+6
*
cpu-exec: Do CPU_INTERRUPT_HALT unconditionally
Richard Henderson
2014-09-25
1
-5
/
+0
*
target-i386: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-64
/
+0
*
target-ppc: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-8
/
+0
*
target-lm32: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-7
/
+0
*
target-microblaze: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-9
/
+0
*
target-mips: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-9
/
+0
*
target-tricore: Remove the dummy interrupt boilerplate
Richard Henderson
2014-09-25
1
-5
/
+0
*
target-openrisc: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-18
/
+0
*
target-sparc: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-16
/
+0
*
target-arm: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-23
/
+0
*
target-unicore32: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-7
/
+0
*
target-sh4: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-5
/
+0
*
target-alpha: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-32
/
+0
*
target-cris: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-21
/
+0
*
target-m68k: Use cpu_exec_interrupt qom hook
Richard Henderson
2014-09-25
1
-13
/
+0
[next]