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
/
include
/
qom
/
cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
2016-10-31
1
-5
/
+23
*
tcg: comment on which functions have to be called with tb_lock held
Paolo Bonzini
2016-10-31
1
-0
/
+3
*
exec: call cpu_exec_exit() from a CPU unrealize common function
Laurent Vivier
2016-10-24
1
-1
/
+1
*
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
2016-10-24
1
-0
/
+1
*
exec: split cpu_exec_init()
Laurent Vivier
2016-10-24
1
-0
/
+1
*
trace: dynamically allocate trace_dstate in CPUState
Daniel P. Berrange
2016-10-12
1
-3
/
+6
*
cpus-common: lock-free fast path for cpu_exec_start/end
Paolo Bonzini
2016-09-27
1
-2
/
+3
*
tcg: Make tb_flush() thread safe
Sergey Fedorov
2016-09-27
1
-2
/
+0
*
cpus-common: Introduce async_safe_run_on_cpu()
Paolo Bonzini
2016-09-27
1
-0
/
+14
*
cpus-common: simplify locking for start_exclusive/end_exclusive
Paolo Bonzini
2016-09-27
1
-4
/
+0
*
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
2016-09-27
1
-1
/
+43
*
cpus-common: move CPU work item management to common code
Sergey Fedorov
2016-09-27
1
-8
/
+19
*
cpus-common: move CPU list management to common code
Paolo Bonzini
2016-09-27
1
-0
/
+12
*
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
2016-09-27
1
-3
/
+5
*
exec: Set cpu_index only if it's not been explictly set
Igor Mammedov
2016-07-26
1
-0
/
+2
*
trace: Add per-vCPU tracing states for events with the 'vcpu' property
Lluís Vilanova
2016-07-18
1
-0
/
+6
*
Fix confusing argument names in some common functions
Sergey Sorokin
2016-07-12
1
-4
/
+11
*
cpu: Use CPUClass->parse_features() as convertor to global properties
Igor Mammedov
2016-07-07
1
-1
/
+1
*
cpu: Add a sync version of cpu_remove()
Bharata B Rao
2016-05-30
1
-0
/
+8
*
cpu: Reclaim vCPU objects
Gu Zheng
2016-05-30
1
-0
/
+10
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+10
*
include: move CPU-related definitions out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+9
*
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
2016-05-13
1
-2
/
+0
*
tcg: Rework tb_invalidated_flag
Sergey Fedorov
2016-05-13
1
-0
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-03-24
1
-1
/
+0
|
\
|
*
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-22
1
-1
/
+0
*
|
Remove unneeded include statements for setjmp.h
Stefan Weil
2016-03-22
1
-1
/
+0
|
/
*
typedefs: Add CPUState
Lluís Vilanova
2016-03-01
1
-1
/
+0
*
include: Clean up includes
Peter Maydell
2016-02-23
1
-1
/
+0
*
cpu: Add callback to check architectural watchpoint match
Sergey Fedorov
2016-02-11
1
-2
/
+6
*
gdb: provide the name of the architecture in the target.xml
David Hildenbrand
2016-01-27
1
-0
/
+3
*
qom/cpu: Add MemoryRegion property
Peter Crosthwaite
2016-01-21
1
-0
/
+1
*
cpu: Add new asidx_from_attrs() method
Peter Maydell
2016-01-21
1
-0
/
+20
*
cpu: Add new get_phys_page_attrs_debug() method
Peter Maydell
2016-01-21
1
-2
/
+34
*
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
2016-01-21
1
-0
/
+2
*
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
2015-10-12
1
-2
/
+5
*
target-*: Introduce and use cpu_breakpoint_test
Richard Henderson
2015-10-07
1
-0
/
+16
*
cpu: Provide vcpu throttling interface
Jason J. Herne
2015-09-30
1
-0
/
+42
*
cpu: Add crash_occurred flag into CPUState
Andrey Smetanin
2015-09-16
1
-0
/
+2
*
cpus: protect work list with work_mutex
Paolo Bonzini
2015-09-09
1
-1
/
+5
*
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
1
-2
/
+2
*
remove qemu/tls.h
Paolo Bonzini
2015-09-09
1
-3
/
+1
*
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-14
1
-1
/
+3
*
disas: QOMify target specific setup
Peter Crosthwaite
2015-07-09
1
-0
/
+4
*
cpu: Add wrapper for the set_pc() hook
Peter Crosthwaite
2015-07-09
1
-0
/
+14
*
cpu: Convert cpu_index into a bitmap
Bharata B Rao
2015-07-09
1
-0
/
+1
*
cpus: Add a macro to walk CPUs in reverse
Bharata B Rao
2015-07-07
1
-0
/
+2
*
exec.c: Capture the memory attributes for a watchpoint hit
Peter Maydell
2015-04-26
1
-0
/
+2
*
Fix remaining warnings from Sparse (void return)
Stefan Weil
2015-03-19
1
-1
/
+1
*
cpu: Add missing documentation for some CPUClass methods
Peter Maydell
2015-03-10
1
-0
/
+12
[next]