summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* 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
* meson: accelMarc-André Lureau2020-08-2110-24/+34
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-213-2/+2
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-214-2/+4
* accel/xen: Fix xen_enabled() behavior on target-agnostic objectsPhilippe Mathieu-Daudé2020-08-042-6/+3Star
* accel/tcg: better handle memory constrained systemsAlex Bennée2020-07-271-1/+6
* tcg: update comments for save_iotlb_data in cputlbAlex Bennée2020-07-241-6/+5Star
* tcg/cpu-exec: precise single-stepping after an interruptRichard Henderson2020-07-171-1/+7
* tcg/cpu-exec: precise single-stepping after an exceptionLuc Michel2020-07-161-0/+11
* cputlb: ensure we save the IOTLB data in case of resetAlex Bennée2020-07-151-3/+35
* accel/tcg: Add stub for probe_access()Philippe Mathieu-Daudé2020-07-111-0/+7
* accel/Kconfig: Add the TCG selectorPhilippe Mathieu-Daudé2020-07-111-0/+3
* accel/Kconfig: Extract accel selectors into their own configPhilippe Mathieu-Daudé2020-07-111-0/+6
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-102-6/+2Star
* qapi: Use returned bool to check for failure, manual partMarkus Armbruster2020-07-101-27/+23Star
* qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-102-4/+2Star
* accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-2/+2
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-3/+3
* kvm: support to get/set dirty log initial-all-set capabilityJay Zhou2020-06-261-7/+14
* translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota2020-06-161-0/+9
* tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota2020-06-161-0/+8
* cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota2020-06-161-0/+15
* stubs: move Xen stubs to accel/Paolo Bonzini2020-06-122-0/+54
* xen: fix build without pci passthroughAnthony PERARD2020-06-121-2/+2