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