index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
qom
/
cpu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/arm: Add the XML dynamic generation
Abdallah Bouassida
2018-05-18
1
-1
/
+4
*
Use cpu_create(type) instead of cpu_init(cpu_model)
Igor Mammedov
2018-03-19
1
-14
/
+2
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-0
/
+1
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
1
-1
/
+1
*
i386: hvf: add code base from Google's QEMU repository
Sergio Andres Gomez Del Real
2017-12-22
1
-0
/
+2
*
qom: move CPUClass.tcg_initialize to a global
Emilio G. Cota
2017-11-13
1
-1
/
+0
*
tcg: Add CPUState cflags_next_tb
Richard Henderson
2017-10-24
1
-0
/
+1
*
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
2017-10-24
1
-2
/
+6
*
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2017-09-20
1
-0
/
+22
|
\
|
*
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-19
1
-1
/
+2
|
*
qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts
Igor Mammedov
2017-09-19
1
-0
/
+21
*
|
cpu: drop old comments describing members
David Hildenbrand
2017-09-19
1
-3
/
+3
|
/
*
boards.h: Define new flag ignore_memory_transaction_failures
Peter Maydell
2017-09-07
1
-1
/
+6
*
cpu: Define new cpu_transaction_failed() hook
Peter Maydell
2017-09-04
1
-0
/
+22
*
cpu: cpu_by_arch_id() helper
Eduardo Habkost
2017-09-01
1
-0
/
+10
*
Revert "cpu: add APIs to allocate/free CPU environment"
Michael S. Tsirkin
2017-08-09
1
-31
/
+0
*
cpu: add APIs to allocate/free CPU environment
Michael S. Tsirkin
2017-08-08
1
-0
/
+31
*
trace: [tcg] Delay changes to dynamic state when translating
Lluís Vilanova
2017-07-17
1
-0
/
+3
*
trace: Allocate cpu->trace_dstate in place
Lluís Vilanova
2017-07-17
1
-6
/
+3
*
cpu: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
1
-0
/
+1
*
qom/cpu: remove host_tid field
Alex Bennée
2017-07-14
1
-2
/
+0
*
include/exec/poison: Mark CONFIG_SOFTMMU as poisoned
Thomas Huth
2017-07-04
1
-0
/
+8
*
vcpu_dirty: share the same field in CPUState for all accelerators
Sergio Andres Gomez Del Real
2017-07-04
1
-2
/
+3
*
tcg: consistently access cpu->tb_jmp_cache atomically
Emilio G. Cota
2017-06-30
1
-1
/
+10
*
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
2017-06-05
1
-2
/
+0
*
spapr: add node-id property to sPAPR core
Igor Mammedov
2017-05-11
1
-0
/
+2
*
cpus: don't credit executed instructions before they have run
Alex Bennée
2017-04-10
1
-0
/
+1
*
Merge branch 'icount-update' into HEAD
Paolo Bonzini
2017-03-03
1
-8
/
+7
|
\
|
*
cpu-exec: unify icount_decr and tcg_exit_req
Paolo Bonzini
2017-02-22
1
-8
/
+7
*
|
cputlb: add tlb_flush_by_mmuidx async routines
Alex Bennée
2017-02-24
1
-1
/
+1
*
|
cputlb: introduce tlb_flush_* async work.
KONRAD Frederic
2017-02-24
1
-0
/
+6
*
|
tcg: drop global lock during TCG code execution
Jan Kiszka
2017-02-24
1
-0
/
+1
*
|
tcg: add options for enabling MTTCG
KONRAD Frederic
2017-02-24
1
-0
/
+9
|
/
*
report guest crash information in GUEST_PANICKED event
Anton Nefedov
2017-02-16
1
-0
/
+10
*
arm: Correctly handle watchpoints for BE32 CPUs
Julian Brown
2017-02-07
1
-0
/
+3
*
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
2017-01-19
1
-0
/
+5
*
*_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
[next]