aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
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
2020-06-12xen: fix build without pci passthroughAnthony PERARD
2020-06-10KVM: Kick resamplefd for split kernel irqchipPeter Xu
2020-06-10KVM: Pass EventNotifier into kvm_irqchip_assign_irqfdPeter Xu
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-02accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handlerNick Hudson
2020-06-02accel/tcg: Adjust cpu_signal_handler for NetBSD/armNick Hudson
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson
2020-05-15translate-all: include guest address in out_asm outputAlex Bennée
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée
2020-05-15accel/tcg: don't disable exec_tb trace eventsAlex Bennée
2020-05-15accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-14KVM: Move hwpoison page related functions into kvm-all.cDongjiu Geng
2020-05-11accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson
2020-05-11accel/tcg: Add probe_access_flagsRichard Henderson