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