aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson
2020-10-08accel/tcg: Fix computing of is_write for MIPSKele Huang
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk
2020-10-06replay: don't record interrupt pollPavel Dovgalyuk
2020-10-05accel/tcg: use current_machine as it is always set for softmmuClaudio Fontana
2020-10-05kvm: kvm_init_vcpu take Error pointerDr. David Alan Gilbert
2020-10-05kvm: remove kvm specific functions from global includesClaudio Fontana
2020-10-05hax: remove hax specific functions from global includesClaudio Fontana
2020-10-05whpx: remove whpx specific functions from global includesClaudio Fontana
2020-10-05hvf: remove hvf specific functions from global includesClaudio Fontana
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio 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-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson
2020-09-30stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-22Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-09-17qemu/: fix some comment spelling errorszhaolichang
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-08configure: move -ldl test to mesonPaolo Bonzini
2020-09-03cputlb: Make store_helper less fragile to compiler optimizationsRichard Henderson
2020-08-21meson: accelMarc-André Lureau
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-08-04accel/xen: Fix xen_enabled() behavior on target-agnostic objectsPhilippe Mathieu-Daudé
2020-07-27accel/tcg: better handle memory constrained systemsAlex Bennée
2020-07-24tcg: update comments for save_iotlb_data in cputlbAlex Bennée
2020-07-17tcg/cpu-exec: precise single-stepping after an interruptRichard Henderson
2020-07-16tcg/cpu-exec: precise single-stepping after an exceptionLuc Michel
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée
2020-07-10accel/tcg: Add stub for probe_access()Philippe Mathieu-Daudé
2020-07-10accel/Kconfig: Add the TCG selectorPhilippe Mathieu-Daudé
2020-07-10accel/Kconfig: Extract accel selectors into their own configPhilippe Mathieu-Daudé
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qapi: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-02accel/kvm: Convert to ram_block_discard_disable()David Hildenbrand
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-06-26kvm: support to get/set dirty log initial-all-set capabilityJay Zhou
2020-06-16translate-all: call qemu_spin_destroy for PageDescEmilio G. Cota
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota
2020-06-12stubs: move Xen stubs to accel/Paolo Bonzini