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
/
softmmu
/
cpus.c
Age
Commit message (
Expand
)
Author
2022-10-31
Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2022-10-28
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
2022-10-27
util: Cleanup and rename os_mem_prealloc()
David Hildenbrand
2022-10-06
gdbstub: move breakpoint logic to accel ops
Alex Bennée
2022-04-06
whpx: Added support for breakpoints and stepping
Ivan Shcherbakov
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
2022-03-16
softmmu: List CPU types again
Philippe Mathieu-Daudé
2022-03-06
accel: Introduce AccelOpsClass::cpus_are_resettable()
Philippe Mathieu-Daudé
2022-03-06
accel: Introduce AccelOpsClass::cpu_thread_is_idle()
Philippe Mathieu-Daudé
2022-03-06
softmmu/cpus: Code movement
Philippe Mathieu-Daudé
2022-03-06
exec: Make cpu_memory_rw_debug() target agnostic
Philippe Mathieu-Daudé
2022-03-04
main-loop.h: introduce qemu_in_main_thread()
Emanuele Giuseppe Esposito
2022-03-04
cpus: use coroutine TLS macros for iothread_locked
Stefan Hajnoczi
2022-02-09
softmmu/cpus: Check if the cpu work list is empty atomically
Idan Horowitz
2022-01-07
util/oslib-posix: Forward SIGBUS to MCE handler under Linux
David Hildenbrand
2021-07-09
misc: Remove redundant new line in perror()
Li Zhijian
2021-06-14
softmmu: add trace point when bdrv_flush_all fails
Daniel P. Berrangé
2021-02-16
sev/i386: Don't allow a system reset under an SEV-ES guest
Tom Lendacky
2021-02-05
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2020-12-10
WHPX: support for the kernel-irqchip on/off
Sunil Muthuswamy
2020-10-21
qapi: Restrict 'inject-nmi' command to machine code
Philippe Mathieu-Daudé
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-10-09
monitor: Add Monitor parameter to monitor_get_cpu_index()
Kevin Wolf
2020-10-06
gdbstub: add reverse continue support in replay mode
Pavel Dovgalyuk
2020-10-06
gdbstub: add reverse step support in replay mode
Pavel Dovgalyuk
2020-10-05
cpus: add handle_interrupt to the CpusAccel interface
Claudio Fontana
2020-10-05
cpus: remove checks for non-NULL cpus_accel
Claudio Fontana
2020-10-05
cpus: cleanup now unneeded includes
Claudio Fontana
2020-10-05
cpus: extract out hvf-specific code to target/i386/hvf/
Claudio Fontana
2020-10-05
cpus: extract out whpx-specific code to target/i386/
Claudio Fontana
2020-10-05
cpus: extract out hax-specific code to target/i386/
Claudio Fontana
2020-10-05
cpus: extract out kvm-specific code to accel/kvm
Claudio Fontana
2020-10-05
cpus: extract out qtest-specific code to accel/qtest
Claudio Fontana
2020-10-05
cpus: extract out TCG-specific code to accel/tcg
Claudio Fontana
2020-10-05
cpus: prepare new CpusAccel cpu accelerator interface
Claudio Fontana
2020-10-05
icount: rename functions to be consistent with the module name
Claudio Fontana
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-03
softmmu/cpus: Only set parallel_cpus for SMP
Richard Henderson
2020-07-10
cpu-throttle: new module, extracted from cpus.c
Claudio Fontana
2020-07-10
softmmu: move softmmu only files from root
Claudio Fontana