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
/
cpus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpu: Convert CpuInfo into flat union
Eric Blake
2019-11-29
1
-12
/
+19
*
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
-0
/
+25
*
call bdrv_drain_all() even if the vm is stopped
Wen Congyang
2015-11-26
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...
Peter Maydell
2015-11-06
1
-17
/
+47
|
\
|
*
replay: checkpoints
Pavel Dovgalyuk
2015-11-06
1
-0
/
+12
|
*
icount: improve counting for record/replay
Pavel Dovgalyuk
2015-11-06
1
-3
/
+8
|
*
replay: recording and replaying clock ticks
Pavel Dovgalyuk
2015-11-06
1
-1
/
+2
|
*
cpu: replay instructions sequence
Pavel Dovgalyuk
2015-11-05
1
-13
/
+25
*
|
Revert "Introduce cpu_clean_all_dirty"
Liang Li
2015-11-05
1
-9
/
+0
|
/
*
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
2015-10-08
1
-3
/
+3
*
cpu: Provide vcpu throttling interface
Jason J. Herne
2015-09-30
1
-0
/
+78
*
cpus: remove tcg_halt_cond and tcg_cpu_thread globals
KONRAD Frederic
2015-09-09
1
-9
/
+6
*
cpus: protect work list with work_mutex
Paolo Bonzini
2015-09-09
1
-4
/
+18
*
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
1
-67
/
+22
*
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
2015-09-09
1
-9
/
+8
*
tcg: synchronize exit_request and tcg_current_cpu accesses
Paolo Bonzini
2015-09-09
1
-4
/
+10
*
tcg: introduce tcg_current_cpu
Paolo Bonzini
2015-09-09
1
-2
/
+3
*
cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread init
Aníbal Limón
2015-09-07
1
-1
/
+1
*
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-14
1
-1
/
+1
*
rcu: actually register threads that have RCU read-side critical sections
Paolo Bonzini
2015-07-24
1
-0
/
+6
*
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
2015-07-09
1
-2
/
+1
*
cpu: Change tcg_cpu_exec() arg to cpu, not env
Peter Crosthwaite
2015-07-09
1
-4
/
+3
*
main-loop: introduce qemu_mutex_iothread_locked
Paolo Bonzini
2015-07-01
1
-0
/
+9
*
main-loop: use qemu_mutex_lock_iothread consistently
Paolo Bonzini
2015-07-01
1
-3
/
+7
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
1
-4
/
+4
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-7
/
+4
*
icount: print a warning if there is no more deadline in sleep=no mode
Victor CLEMENT
2015-06-05
1
-0
/
+5
*
icount: add sleep parameter to the icount option to set icount_sleep mode
Victor CLEMENT
2015-06-05
1
-0
/
+9
*
icount: implement a new icount_sleep mode toggleing real-time cpu sleep
Victor CLEMENT
2015-06-05
1
-26
/
+44
*
qmp: Add qom_path field to query-cpus command
Eduardo Habkost
2015-05-14
1
-0
/
+1
*
cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)
Emilio G. Cota
2015-04-30
1
-1
/
+1
*
cpus: Don't kick un-realized cpus.
Peter Crosthwaite
2015-03-25
1
-1
/
+1
*
profiler: Reenable built-in profiler
Alexey Kardashevskiy
2015-03-18
1
-1
/
+1
*
memsave: Improve and disambiguate error message
Borislav Petkov
2015-03-10
1
-1
/
+3
*
cpus: be more paranoid in avoiding deadlocks
Paolo Bonzini
2015-03-02
1
-1
/
+5
*
cpus: fix deadlock and segfault in qemu_mutex_lock_iothread
Paolo Bonzini
2015-03-02
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-02-24
1
-1
/
+1
|
\
|
*
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
2015-02-16
1
-1
/
+1
*
|
qtest: Fix deadloop by running main loop AIO context's timers
Fam Zheng
2015-02-16
1
-0
/
+4
|
/
*
cpu-exec: simplify init_delay_params
Paolo Bonzini
2015-02-02
1
-17
/
+0
*
cpus: consistently use QEMU_CLOCK_VIRTUAL_RT for icount_warp_rt timer
Pavel Dovgalyuk
2015-01-14
1
-1
/
+1
*
cpu: initialize cpu->exception_index on reset
Paolo Bonzini
2014-12-20
1
-3
/
+0
*
cpus: make icount warp behave well with respect to stop/cont
Pavel Dovgalyuk
2014-12-15
1
-11
/
+10
*
icount: introduce cpu_get_icount_raw
Pavel Dovgalyuk
2014-12-15
1
-3
/
+10
*
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
-0
/
+3
*
Introduce cpu_clean_all_dirty
Marcelo Tosatti
2014-09-16
1
-0
/
+9
*
cpu: init vmstate for ticks and clock offset
Pavel Dovgalyuk
2014-09-11
1
-2
/
+6
*
target-tricore: Add target stubs and qom-cpu
Bastian Koppelmann
2014-09-01
1
-0
/
+6
[next]