aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2024-01-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()Stefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2024-01-08replay: stop us hanging in rr_wait_io_eventAlex Bennée
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-12-31configure, meson: rename targetos to host_osPaolo Bonzini
2023-12-31meson: remove OS definitions from config_targetosPaolo Bonzini
2023-12-23accel/kvm: Turn DPRINTF macro use into tracepointsJai Arora
2023-12-19accel/kvm: Make kvm_has_guest_debug staticRichard Henderson
2023-11-14accel/tcg: Forward probe size on to notdirty_writeJessica Clarke
2023-11-14accel/tcg: Remove CF_LAST_IORichard Henderson
2023-11-07accel/tcg: Factor tcg_cpu_reset_hold() outPhilippe Mathieu-Daudé
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé
2023-11-06accel/tcg: Fix condition for store_atom_insert_al16Richard Henderson
2023-11-06accel/tcg: Remove redundant case in store_atom_16Richard Henderson
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson
2023-10-31plugins: Remove an extra parameterAkihiko Odaki
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini
2023-10-25kvm: unify listeners for PIO address spacePaolo Bonzini
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-10-25kvm: assume that many ioeventfds can be createdPaolo Bonzini
2023-10-25kvm: drop reference to KVM_CAP_PCI_2_3Paolo Bonzini
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini
2023-10-25kvm: require KVM_CAP_INTERNAL_ERROR_DATAPaolo Bonzini
2023-10-25kvm: remove unnecessary stubPaolo Bonzini
2023-10-12kvm: Add stub for kvm_get_max_memslots()David Hildenbrand
2023-10-12kvm: Return number of free memslotsDavid Hildenbrand
2023-10-11plugins: Set final instruction count in plugin_gen_tb_endMatt Borgerson
2023-10-11accel/tcg: Add plugin_enabled to DisasContextBaseRichard Henderson
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-10-07accel: Rename accel_softmmu* -> accel_system*Philippe Mathieu-Daudé
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Make icount.o a target agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé
2023-10-04accel: Rename accel-common.c -> accel-target.cPhilippe Mathieu-Daudé
2023-10-04accel: Make accel-blocker.o target agnosticPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé
2023-10-04accel/tcg: move ld/st helpers to ldst_common.c.incAnton Johansson
2023-10-04accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()Anton Johansson
2023-10-04accel/tcg: Use CPUState in atomicity helpersAnton Johansson
2023-10-04accel/tcg: Modify atomic_mmu_lookup() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify memory access functions to use CPUStateAnton Johansson