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
2018-01-16
cpus: unify qemu_*_wait_io_event
Paolo Bonzini
1
-32
/
+17
2018-01-16
icount: fixed saving/restoring of icount warp timers
Pavel Dovgalyuk
1
-19
/
+66
2017-12-22
i386: hvf: add code base from Google's QEMU repository
Sergio Andres Gomez Del Real
1
-0
/
+86
2017-12-21
cpu: refactor cpu_address_space_init()
Peter Xu
1
-4
/
+1
2017-12-21
cpus: make pause_all_cpus() play with SMP on single threaded TCG
David Hildenbrand
1
-13
/
+19
2017-10-24
tcg: enable multiple TCG contexts in softmmu
Emilio G. Cota
1
-0
/
+2
2017-10-24
tcg: introduce regions to split code_gen_buffer
Emilio G. Cota
1
-0
/
+12
2017-09-22
memory: Get rid of address_space_init_shareable
Alexey Kardashevskiy
1
-2
/
+3
2017-07-13
Convert error_report() to warn_report()
Alistair Francis
1
-1
/
+1
2017-06-07
cpus: reset throttle_thread_scheduled after sleep
Felipe Franciosi
1
-1
/
+1
2017-06-06
migration: Mark CPU states dirty before incoming migration/loadvm
David Gibson
1
-0
/
+9
2017-05-15
Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int...
Stefan Hajnoczi
1
-0
/
+10
2017-05-11
QMP: include CpuInstanceProperties into query_cpus output output
Igor Mammedov
1
-0
/
+10
2017-05-11
cpus: Fix CPU unplug for MTTCG
Bharata B Rao
1
-0
/
+6
2017-04-10
cpus: call cpu_update_icount on read
Alex Bennée
1
-4
/
+6
2017-04-10
cpu-exec: update icount after each TB_EXIT
Alex Bennée
1
-13
/
+5
2017-04-10
cpus: introduce cpu_update_icount helper
Alex Bennée
1
-2
/
+21
2017-04-10
cpus: don't credit executed instructions before they have run
Alex Bennée
1
-6
/
+19
2017-04-10
cpus: move icount preparation out of tcg_exec_cpu
Alex Bennée
1
-22
/
+45
2017-04-10
cpus: check cpu->running in cpu_get_icount_raw()
Alex Bennée
1
-1
/
+1
2017-04-10
cpus: remove icount handling from qemu_tcg_cpu_thread_fn
Alex Bennée
1
-2
/
+2
2017-04-10
cpus: fix wrong define name
Nikunj A Dadhania
1
-1
/
+1
2017-03-28
tcg: Add a new line after incompatibility warning
Pranith Kumar
1
-1
/
+1
2017-03-20
hax: fix breakage in locking
Vincent Palatin
1
-1
/
+2
2017-03-14
icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread
Paolo Bonzini
1
-3
/
+25
2017-03-14
cpus: define QEMUTimerListNotifyCB for QEMU system emulation
Paolo Bonzini
1
-0
/
+5
2017-03-09
cpus.c: add additional error_report when !TARGET_SUPPORT_MTTCG
Alex Bennée
1
-0
/
+4
2017-03-09
vl/cpus: be smarter with icount and MTTCG
Alex Bennée
1
-4
/
+3
2017-03-03
KVM: move SIG_IPI handling to kvm-all.c
Paolo Bonzini
1
-61
/
+1
2017-03-03
KVM: do not use sigtimedwait to catch SIGBUS
Paolo Bonzini
1
-18
/
+13
2017-03-03
cpus: reorganize signal handling code
Paolo Bonzini
1
-31
/
+32
2017-03-03
cpus: remove ugly cast on sigbus_handler
Paolo Bonzini
1
-9
/
+3
2017-02-24
tcg: handle EXCP_ATOMIC exception for system emulation
Pranith Kumar
1
-0
/
+9
2017-02-24
tcg: enable thread-per-vCPU
Alex Bennée
1
-31
/
+103
2017-02-24
tcg: remove global exit_request
Alex Bennée
1
-8
/
+11
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
1
-23
/
+5
2017-02-24
tcg: rename tcg_current_cpu to tcg_current_rr_cpu
Alex Bennée
1
-19
/
+22
2017-02-24
tcg: add kick timer for single-threaded vCPU emulation
Alex Bennée
1
-0
/
+61
2017-02-24
tcg: add options for enabling MTTCG
KONRAD Frederic
1
-0
/
+73
2017-02-16
move vm_start to cpus.c
Claudio Imbrenda
1
-0
/
+42
2017-01-19
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
1
-1
/
+77
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
1
-0
/
+1
2016-10-31
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
1
-3
/
+4
2016-10-31
cpus: re-factor out handle_icount_deadline
Alex Bennée
1
-6
/
+13
2016-10-31
tcg: cpus rm tcg_exec_all()
Alex Bennée
1
-44
/
+43
2016-10-31
tcg: move tcg_exec_all and helpers above thread fn
Alex Bennée
1
-101
/
+99
2016-10-31
cpus: make all_vcpus_paused() return bool
Alex Bennée
1
-3
/
+3
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
1
-0
/
+2
2016-09-29
qemu: use bdrv_flush_all for vm_stop et al
John Snow
1
-2
/
+2
2016-09-27
replay: allow replay stopping and restarting
Pavel Dovgalyuk
1
-0
/
+1
[next]