summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* tcg: Make CPUClass.debug_excp_handler optionalEduardo Habkost2020-12-161-1/+3
* tcg: make CPUClass.cpu_exec_* optionalEduardo Habkost2020-12-161-3/+8
* tcg: cpu_exec_{enter,exit} helpersEduardo Habkost2020-12-161-5/+18
* accel/tcg: Remove special case for GCC < 4.6Philippe Mathieu-Daudé2020-12-151-1/+1
* kvm: Take into account the unaligned section size when preparing bitmapZenghui Yu2020-12-151-2/+5
* icount: improve exec nocache usagePavel Dovgalyuk2020-12-151-1/+1
* accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé2020-12-151-1/+1
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-7/+4Star
* accel/tcg: rename tcg-cpus functions to match module nameClaudio Fontana2020-12-117-64/+64
* accel/tcg: split tcg_start_vcpu_threadClaudio Fontana2020-12-118-87/+71Star
* accel/tcg: split CpusAccel into three TCG variantsClaudio Fontana2020-12-1110-461/+645
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2020-11-231-2/+4
|\
| * accel/kvm: add PIO ioeventfds only in case kvm_eventfds_allowed is trueElena Afanasova2020-11-031-2/+4
* | accel/stubs: drop unused cpu.h includeAlex Bennée2020-11-161-1/+0Star
|/
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20201027' into...Peter Maydell2020-10-301-0/+4
|\
| * accel/tcg: Add CPU_LOG_EXEC tracing for cpu_io_recompile()Peter Maydell2020-10-271-0/+4
* | spapr: Unrealize vCPUs with qdev_unrealize()Greg Kurz2020-10-271-0/+4
|/
* accel: Add xen CpusAccel using dummy-cpusJason Andryuk2020-10-242-0/+9
* accel: move qtest CpusAccel functions to a common locationJason Andryuk2020-10-245-37/+15Star
* accel: Remove _WIN32 ifdef from qtest-cpus.cJason Andryuk2020-10-241-5/+0Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-21' into ...Peter Maydell2020-10-211-1/+1
|\
| * qapi: Restrict Xen migration commands to migration.jsonPhilippe Mathieu-Daudé2020-10-211-1/+1
* | accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson2020-10-201-9/+266
|/
* accel/tcg: Fix computing of is_write for MIPSKele Huang2020-10-081-4/+39
* gdbstub: add reverse step support in replay modePavel Dovgalyuk2020-10-061-0/+1
* replay: don't record interrupt pollPavel Dovgalyuk2020-10-061-3/+18
* accel/tcg: use current_machine as it is always set for softmmuClaudio Fontana2020-10-051-10/+1Star
* kvm: kvm_init_vcpu take Error pointerDr. David Alan Gilbert2020-10-054-12/+18
* kvm: remove kvm specific functions from global includesClaudio Fontana2020-10-052-22/+7Star
* hax: remove hax specific functions from global includesClaudio Fontana2020-10-051-10/+0Star
* whpx: remove whpx specific functions from global includesClaudio Fontana2020-10-052-48/+0Star
* hvf: remove hvf specific functions from global includesClaudio Fontana2020-10-052-31/+0Star
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-052-26/+28
* cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-055-4/+123
* cpus: extract out qtest-specific code to accel/qtestClaudio Fontana2020-10-055-1/+123
* cpus: extract out TCG-specific code to accel/tcgClaudio Fontana2020-10-054-6/+575
* icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-051-3/+3
* cpu-timers, icount: new modulesClaudio Fontana2020-10-054-14/+41
* disas: Move host asm annotations to tb_gen_codeRichard Henderson2020-10-031-9/+15
* stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé2020-09-301-40/+1Star
* hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé2020-09-301-1/+1
* exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé2020-09-301-2/+2
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-236-63/+65
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-09-221-1/+1
|\
| * qemu/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* | util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
|/
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
* configure: move -ldl test to mesonPaolo Bonzini2020-09-081-1/+1
* cputlb: Make store_helper less fragile to compiler optimizationsRichard Henderson2020-09-031-59/+79