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
/
hw
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
2021-03-06
1
-0
/
+2
*
accel/tcg: Create io_recompile_replay_branch hook
Richard Henderson
2021-02-18
1
-0
/
+10
*
exec: Move TranslationBlock typedef to qemu/typedefs.h
Richard Henderson
2021-02-18
2
-5
/
+2
*
accel: introduce AccelCPUClass extending CPUClass
Claudio Fontana
2021-02-05
2
-0
/
+42
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
2
-99
/
+101
*
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
1
-3
/
+6
*
cpu: move adjust_watchpoint_address to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+5
*
cpu: move do_unaligned_access to tcg_ops
Claudio Fontana
2021-02-05
1
-6
/
+7
*
cpu: move cc->transaction_failed to tcg_ops
Claudio Fontana
2021-02-05
1
-15
/
+13
*
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
1
-2
/
+2
*
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
2021-02-05
1
-2
/
+2
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-9
/
+12
*
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
1
-6
/
+6
*
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
1
-9
/
+13
*
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
2021-02-05
1
-0
/
+2
*
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-02-05
1
-1
/
+15
*
tcg: Make tb arg to synchronize_from_tb const
Richard Henderson
2021-01-07
1
-1
/
+2
*
cpu: Move cpu_common_props to hw/core/cpu.c
Eduardo Habkost
2020-12-15
1
-1
/
+0
*
cpus: Drop declaration of cpu_remove()
Greg Kurz
2020-10-27
1
-8
/
+0
*
cpu: Introduce CPU model deprecation API
Robert Hoo
2020-10-14
1
-0
/
+3
*
cpus: add handle_interrupt to the CpusAccel interface
Claudio Fontana
2020-10-05
1
-14
/
+0
*
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-23
1
-1
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
2
-6
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
3
-5
/
+6
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
2
-4
/
+8
*
target/arm: Move start-powered-off property to generic CPUState
Thiago Jung Bauermann
2020-09-08
1
-0
/
+4
*
cputlb: ensure we save the IOTLB data in case of reset
Alex Bennée
2020-07-15
1
-0
/
+16
*
cpu-throttle: new module, extracted from cpus.c
Claudio Fontana
2020-07-11
1
-37
/
+0
*
cpu: convert queued work to a QSIMPLEQ
Emilio G. Cota
2020-06-16
1
-3
/
+3
*
hw/core: Restrict CpuClass::get_crash_info() to system-mode
Philippe Mathieu-Daudé
2020-06-05
1
-1
/
+6
*
exec: Add block comments for watchpoint routines
Richard Henderson
2020-05-11
1
-0
/
+23
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
2020-03-19
1
-6
/
+0
|
\
|
*
cpu: Use DeviceClass reset instead of a special CPUClass reset
Peter Maydell
2020-03-18
1
-6
/
+0
*
|
gdbstub: extend GByteArray to read register helpers
Alex Bennée
2020-03-17
1
-1
/
+1
|
/
*
cpu: Introduce cpu_class_set_parent_reset()
Greg Kurz
2020-01-24
1
-0
/
+4
*
Remove unassigned_access CPU hook
Peter Maydell
2019-11-11
1
-24
/
+0
*
plugin: add core code
Emilio G. Cota
2019-10-28
1
-0
/
+6
*
cpu: introduce cpu_in_exclusive_context()
Emilio G. Cota
2019-10-28
1
-0
/
+13
*
cputlb: Remove cpu->mem_io_vaddr
Richard Henderson
2019-09-25
1
-2
/
+0
*
exec: Factor out cpu_watchpoint_address_matches
Richard Henderson
2019-09-03
1
-0
/
+7
*
exec: Factor out core logic of check_watchpoint()
David Hildenbrand
2019-09-03
1
-0
/
+7
*
exec: Move user-only watchpoint stubs inline
Richard Henderson
2019-09-03
1
-0
/
+23
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...
Peter Maydell
2019-08-22
1
-0
/
+1129
|
\
|
*
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
2019-08-21
1
-0
/
+1129
|
/
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
include: Make headers more self-contained
Markus Armbruster
2019-08-16
1
-0
/
+1
*
hw/core/split-irq: Device that splits IRQ lines
Peter Maydell
2018-03-02
1
-0
/
+57
*
generic-loader: Add a generic loader
Alistair Francis
2016-10-04
1
-0
/
+46