index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cpus.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
move vm_start to cpus.c
Claudio Imbrenda
2017-02-16
1
-0
/
+42
*
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
2017-01-19
1
-1
/
+77
*
kvm: move cpu synchronization code
Vincent Palatin
2017-01-19
1
-0
/
+1
*
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
2016-10-31
1
-3
/
+4
*
cpus: re-factor out handle_icount_deadline
Alex Bennée
2016-10-31
1
-6
/
+13
*
tcg: cpus rm tcg_exec_all()
Alex Bennée
2016-10-31
1
-44
/
+43
*
tcg: move tcg_exec_all and helpers above thread fn
Alex Bennée
2016-10-31
1
-101
/
+99
*
cpus: make all_vcpus_paused() return bool
Alex Bennée
2016-10-31
1
-3
/
+3
*
tcg: Add EXCP_ATOMIC
Richard Henderson
2016-10-26
1
-0
/
+2
*
qemu: use bdrv_flush_all for vm_stop et al
John Snow
2016-09-29
1
-2
/
+2
*
replay: allow replay stopping and restarting
Pavel Dovgalyuk
2016-09-27
1
-0
/
+1
*
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
2016-09-27
1
-0
/
+2
*
cpus-common: move CPU work item management to common code
Sergey Fedorov
2016-09-27
1
-81
/
+1
*
cpus: Rename flush_queued_work()
Sergey Fedorov
2016-09-27
1
-2
/
+2
*
cpus: Move common code out of {async_, }run_on_cpu()
Sergey Fedorov
2016-09-27
1
-24
/
+18
*
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
2016-09-27
1
-8
/
+7
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-09-15
1
-7
/
+13
|
\
|
*
cpus: update comments
Cao jin
2016-09-13
1
-3
/
+8
|
*
cpus: rename local variable to meaningful one
Cao jin
2016-09-13
1
-4
/
+4
*
|
timer/cpus: fix some typos and update some comments
Cao jin
2016-09-13
1
-3
/
+3
|
/
*
seqlock: rename write_lock/unlock to write_begin/end
Emilio G. Cota
2016-06-12
1
-14
/
+14
*
seqlock: remove optional mutex
Emilio G. Cota
2016-06-12
1
-1
/
+1
*
cpu: Add a sync version of cpu_remove()
Bharata B Rao
2016-05-30
1
-0
/
+12
*
cpu: Reclaim vCPU objects
Gu Zheng
2016-05-30
1
-2
/
+37
*
cpus: call the core nmi injection function
Bandan Das
2016-05-23
1
-14
/
+0
*
cpus.c: Use pthread_sigmask() rather than sigprocmask()
Peter Maydell
2016-05-23
1
-1
/
+1
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-1
/
+2
*
cpus: don't use atomic_read for vm_clock_warp_start
Alex Bennée
2016-04-05
1
-1
/
+9
*
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
Rutuja Shah
2016-03-22
1
-3
/
+3
*
block: Use blk_{commit,flush}_all() consistently
Max Reitz
2016-03-17
1
-2
/
+3
*
icount: decouple warp calls
Pavel Dovgalyuk
2016-03-15
1
-25
/
+33
*
icount: remove obsolete warp call
Pavel Dovgalyuk
2016-03-15
1
-3
/
+0
*
icount: possible options for sleep are on or off
Pranith Kumar
2016-03-07
1
-2
/
+2
*
qapi: Don't box branches of flat unions
Eric Blake
2016-02-19
1
-12
/
+6
*
qapi: Fix compilation failure on MIPS and SPARC
Eric Blake
2016-02-08
1
-5
/
+5
*
exec: Clean up includes
Peter Maydell
2016-01-29
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-01-26
1
-2
/
+2
|
\
|
*
cpus: use broadcast on qemu_pause_cond
Dr. David Alan Gilbert
2016-01-26
1
-2
/
+2
*
|
qom/cpu: Add MemoryRegion property
Peter Crosthwaite
2016-01-21
1
-1
/
+3
*
|
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
2016-01-21
1
-0
/
+1
*
|
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
2016-01-21
1
-2
/
+8
|
/
*
cpu: Convert CpuInfo into flat union
Eric Blake
2015-12-17
1
-12
/
+19
*
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
|
/
[prev]
[next]