index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-23
cpus: call the core nmi injection function
Bandan Das
1
-14
/
+0
2016-05-23
cpus.c: Use pthread_sigmask() rather than sigprocmask()
Peter Maydell
1
-1
/
+1
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-1
/
+2
2016-04-05
cpus: don't use atomic_read for vm_clock_warp_start
Alex Bennée
1
-1
/
+9
2016-03-22
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
1
-3
/
+3
2016-03-17
block: Use blk_{commit,flush}_all() consistently
Max Reitz
1
-2
/
+3
2016-03-15
icount: decouple warp calls
Pavel Dovgalyuk
1
-25
/
+33
2016-03-15
icount: remove obsolete warp call
Pavel Dovgalyuk
1
-3
/
+0
2016-03-07
icount: possible options for sleep are on or off
Pranith Kumar
1
-2
/
+2
2016-02-19
qapi: Don't box branches of flat unions
Eric Blake
1
-12
/
+6
2016-02-08
qapi: Fix compilation failure on MIPS and SPARC
Eric Blake
1
-5
/
+5
2016-01-29
exec: Clean up includes
Peter Maydell
1
-1
/
+1
2016-01-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+2
2016-01-26
cpus: use broadcast on qemu_pause_cond
Dr. David Alan Gilbert
1
-2
/
+2
2016-01-21
qom/cpu: Add MemoryRegion property
Peter Crosthwaite
1
-1
/
+3
2016-01-21
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
1
-0
/
+1
2016-01-21
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
1
-2
/
+8
2015-12-17
cpu: Convert CpuInfo into flat union
Eric Blake
1
-12
/
+19
2015-11-26
call bdrv_drain_all() even if the vm is stopped
Wen Congyang
1
-0
/
+2
2015-11-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ...
Peter Maydell
1
-17
/
+47
2015-11-06
replay: checkpoints
Pavel Dovgalyuk
1
-0
/
+12
2015-11-06
icount: improve counting for record/replay
Pavel Dovgalyuk
1
-3
/
+8
2015-11-06
replay: recording and replaying clock ticks
Pavel Dovgalyuk
1
-1
/
+2
2015-11-05
cpu: replay instructions sequence
Pavel Dovgalyuk
1
-13
/
+25
2015-11-05
Revert "Introduce cpu_clean_all_dirty"
Liang Li
1
-9
/
+0
2015-10-08
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
1
-3
/
+3
2015-09-30
cpu: Provide vcpu throttling interface
Jason J. Herne
1
-0
/
+78
2015-09-09
cpus: remove tcg_halt_cond and tcg_cpu_thread globals
KONRAD Frederic
1
-9
/
+6
2015-09-09
cpus: protect work list with work_mutex
Paolo Bonzini
1
-4
/
+18
2015-09-09
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
1
-67
/
+22
2015-09-09
use qemu_cpu_kick instead of cpu_exit or qemu_cpu_kick_thread
Paolo Bonzini
1
-9
/
+8
2015-09-09
tcg: synchronize exit_request and tcg_current_cpu accesses
Paolo Bonzini
1
-4
/
+10
2015-09-09
tcg: introduce tcg_current_cpu
Paolo Bonzini
1
-2
/
+3
2015-09-07
cpus.c: qemu_mutex_lock_iothread fix race condition at cpu thread init
Aníbal Limón
1
-1
/
+1
2015-08-14
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
1
-1
/
+1
2015-07-24
rcu: actually register threads that have RCU read-side critical sections
Paolo Bonzini
1
-0
/
+6
2015-07-09
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
1
-2
/
+1
2015-07-09
cpu: Change tcg_cpu_exec() arg to cpu, not env
Peter Crosthwaite
1
-4
/
+3
2015-07-01
main-loop: introduce qemu_mutex_iothread_locked
Paolo Bonzini
1
-0
/
+9
2015-07-01
main-loop: use qemu_mutex_lock_iothread consistently
Paolo Bonzini
1
-3
/
+7
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
1
-0
/
+1
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
1
-4
/
+4
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-7
/
+4
2015-06-05
icount: print a warning if there is no more deadline in sleep=no mode
Victor CLEMENT
1
-0
/
+5
2015-06-05
icount: add sleep parameter to the icount option to set icount_sleep mode
Victor CLEMENT
1
-0
/
+9
2015-06-05
icount: implement a new icount_sleep mode toggleing real-time cpu sleep
Victor CLEMENT
1
-26
/
+44
2015-05-14
qmp: Add qom_path field to query-cpus command
Eduardo Habkost
1
-0
/
+1
2015-04-30
cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)
Emilio G. Cota
1
-1
/
+1
2015-03-25
cpus: Don't kick un-realized cpus.
Peter Crosthwaite
1
-1
/
+1
[next]