summaryrefslogtreecommitdiff
path: root/softmmu/cpus.c
AgeCommit message (Expand)Author
2022-04-06whpx: Added support for breakpoints and steppingIvan Shcherbakov
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-16softmmu: List CPU types againPhilippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpus_are_resettable()Philippe Mathieu-Daudé
2022-03-06accel: Introduce AccelOpsClass::cpu_thread_is_idle()Philippe Mathieu-Daudé
2022-03-06softmmu/cpus: Code movementPhilippe Mathieu-Daudé
2022-03-06exec: Make cpu_memory_rw_debug() target agnosticPhilippe Mathieu-Daudé
2022-03-04main-loop.h: introduce qemu_in_main_thread()Emanuele Giuseppe Esposito
2022-03-04cpus: use coroutine TLS macros for iothread_lockedStefan Hajnoczi
2022-02-09softmmu/cpus: Check if the cpu work list is empty atomicallyIdan Horowitz
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand
2021-07-09misc: Remove redundant new line in perror()Li Zhijian
2021-06-14softmmu: add trace point when bdrv_flush_all failsDaniel P. Berrangé
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy
2020-10-21qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-05cpus: remove checks for non-NULL cpus_accelClaudio Fontana
2020-10-05cpus: cleanup now unneeded includesClaudio Fontana
2020-10-05cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana
2020-10-05cpus: extract out whpx-specific code to target/i386/Claudio Fontana
2020-10-05cpus: extract out hax-specific code to target/i386/Claudio Fontana
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana
2020-10-05cpus: extract out qtest-specific code to accel/qtestClaudio Fontana
2020-10-05cpus: extract out TCG-specific code to accel/tcgClaudio Fontana
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-03softmmu/cpus: Only set parallel_cpus for SMPRichard Henderson
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana