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
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
2015-03-18
profiler: Reenable built-in profiler
Alexey Kardashevskiy
1
-1
/
+1
2015-03-10
memsave: Improve and disambiguate error message
Borislav Petkov
1
-1
/
+3
2015-03-02
cpus: be more paranoid in avoiding deadlocks
Paolo Bonzini
1
-1
/
+5
2015-03-02
cpus: fix deadlock and segfault in qemu_mutex_lock_iothread
Paolo Bonzini
1
-4
/
+4
2015-02-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2015-02-16
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
1
-1
/
+1
2015-02-16
qtest: Fix deadloop by running main loop AIO context's timers
Fam Zheng
1
-0
/
+4
2015-02-02
cpu-exec: simplify init_delay_params
Paolo Bonzini
1
-17
/
+0
2015-01-14
cpus: consistently use QEMU_CLOCK_VIRTUAL_RT for icount_warp_rt timer
Pavel Dovgalyuk
1
-1
/
+1
2014-12-20
cpu: initialize cpu->exception_index on reset
Paolo Bonzini
1
-3
/
+0
2014-12-15
cpus: make icount warp behave well with respect to stop/cont
Pavel Dovgalyuk
1
-11
/
+10
2014-12-15
icount: introduce cpu_get_icount_raw
Pavel Dovgalyuk
1
-3
/
+10
2014-12-15
icount: set can_do_io outside TB execution
Pavel Dovgalyuk
1
-0
/
+3
2014-12-15
cpu-exec: reset exception_index correctly
Pavel Dovgalyuk
1
-0
/
+3
2014-09-16
Introduce cpu_clean_all_dirty
Marcelo Tosatti
1
-0
/
+9
2014-09-11
cpu: init vmstate for ticks and clock offset
Pavel Dovgalyuk
1
-2
/
+6
2014-09-01
target-tricore: Add target stubs and qom-cpu
Bastian Koppelmann
1
-0
/
+6
2014-08-25
s390x: Migrate to new NMI interface
Alexey Kardashevskiy
1
-14
/
+0
2014-08-25
cpus: Define callback for QEMU "nmi" command
Alexey Kardashevskiy
1
-1
/
+2
2014-08-07
monitor: Add drift info to 'info jit'
Sebastian Tanase
1
-0
/
+19
2014-08-06
cpu-exec: Add sleeping algorithm
Sebastian Tanase
1
-0
/
+17
2014-08-06
icount: Add align option to icount
Sebastian Tanase
1
-7
/
+12
2014-08-06
icount: Add QemuOpts for icount
Sebastian Tanase
1
-1
/
+9
2014-08-06
icount: Fix virtual clock start value on ARM
Sebastian Tanase
1
-1
/
+1
2014-08-06
timer: add cpu_icount_to_ns function.
KONRAD Frederic
1
-1
/
+6
2014-08-06
migration: migrate icount fields.
KONRAD Frederic
1
-0
/
+27
2014-08-06
icount: put icount variables into TimerState.
KONRAD Frederic
1
-13
/
+16
2014-06-23
qapi event: convert STOP
Wenchao Xia
1
-1
/
+3
2014-06-23
vl: allow other threads to do qemu_system_vmstop_request
Paolo Bonzini
1
-0
/
+1
2014-06-19
NUMA: move numa related code to new file numa.c
Wanlong Gao
1
-14
/
+0
2014-06-17
qtest: fix qtest_clock_warp() for no deadline case
Sergey Fedorov
1
-1
/
+1
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
1
-2
/
+1
2014-04-27
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
1
-1
/
+1
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
1
-7
/
+6
2014-03-13
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
1
-7
/
+7
[next]