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
/
hw
/
core
/
cpu.c
Age
Commit message (
Expand
)
Author
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
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
2020-12-16
cpu: Remove unnecessary noop methods
Eduardo Habkost
2020-12-15
cpu: Move cpu_common_props to hw/core/cpu.c
Eduardo Habkost
2020-10-08
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2020-10-06
hw/core/cpu: Add missing 'exec/cpu-common.h' include
Philippe Mathieu-Daudé
2020-10-05
cpus: add handle_interrupt to the CpusAccel interface
Claudio Fontana
2020-10-05
cpus: prepare new CpusAccel cpu accelerator interface
Claudio Fontana
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-08
target/arm: Move setting of CPU halted state to generic code
Thiago Jung Bauermann
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-16
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...
Peter Maydell
2020-06-16
cpu: convert queued work to a QSIMPLEQ
Emilio G. Cota
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-05
hw/core: Restrict CpuClass::get_crash_info() to system-mode
Philippe Mathieu-Daudé
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
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
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
cpu: Introduce cpu_class_set_parent_reset()
Greg Kurz
2019-10-28
cpu: hook plugin vcpu events
Emilio G. Cota
2019-09-25
cputlb: Remove cpu->mem_io_vaddr
Richard Henderson
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster