aboutsummaryrefslogtreecommitdiff
path: root/softmmu/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-09misc: Remove redundant new line in perror()Li Zhijian1-1/+1
2021-06-14softmmu: add trace point when bdrv_flush_all failsDaniel P. Berrangé1-1/+6
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky1-0/+5
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana1-6/+6
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy1-1/+2
2020-10-21qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé1-0/+1
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+1
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf1-1/+1
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk1-0/+5
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk1-3/+11
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana1-0/+18
2020-10-05cpus: remove checks for non-NULL cpus_accelClaudio Fontana1-12/+21
2020-10-05cpus: cleanup now unneeded includesClaudio Fontana1-7/+0
2020-10-05cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana1-66/+0
2020-10-05cpus: extract out whpx-specific code to target/i386/Claudio Fontana1-79/+0
2020-10-05cpus: extract out hax-specific code to target/i386/Claudio Fontana1-79/+1
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana1-77/+0
2020-10-05cpus: extract out qtest-specific code to accel/qtestClaudio Fontana1-63/+1
2020-10-05cpus: extract out TCG-specific code to accel/tcgClaudio Fontana1-504/+1
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana1-41/+154
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana1-3/+3
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-737/+7
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-21/+21
2020-09-03softmmu/cpus: Only set parallel_cpus for SMPRichard Henderson1-1/+10
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-87/+8
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana1-0/+2317