aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell
2023-03-07gdbstub: move update guest debug to accel opsMads Ynddal
2023-03-07includes: move tb_flush into its own headerAlex Bennée
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse
2023-03-07hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson
2023-03-05accel/tcg: Trigger watchpoints from atomic_mmu_lookupRichard Henderson
2023-03-05accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookupRichard Henderson
2023-03-05accel/tcg: Retain prot flags from tlb_fillRichard Henderson
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones
2023-03-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-03-01accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpersRichard Henderson
2023-03-01accel/tcg/plugin: Use tcg_temp_ebb_*Richard Henderson
2023-03-01accel/tcg: Use more accurate max_insns for tb_overflowRichard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse
2023-03-01i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse
2023-03-01xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza
2023-02-27hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-27accel/kvm: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé
2023-02-27accel/xen: Remove dead codePhilippe Mathieu-Daudé
2023-02-27accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé
2023-02-21accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-04tcg: Add tcg_gen_{non}atomic_cmpxchg_i128Richard Henderson
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson
2023-02-04accel/tcg: Test CPUJumpCache in tb_jmp_cache_clear_pageEric Auger
2023-02-04Merge tag 'pull-monitor-2023-02-03-v2' of https://repo.or.cz/qemu/armbru into...Peter Maydell
2023-02-04stats: Move QMP commands from monitor/ to stats/Markus Armbruster
2023-02-02cpu-exec: assert that plugin_mem_cbs is NULL after executionEmilio Cota
2023-02-02tcg: exclude non-memory effecting helpers from instrumentationEmilio Cota
2023-02-02translator: always pair plugin_gen_insn_{start, end} callsEmilio Cota
2023-02-02plugins: fix optimization in plugin_gen_disable_mem_helpersEmilio Cota
2023-02-02cpu: free cpu->tb_jmp_cache with RCUEmilio Cota
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20coroutine: Split qemu/coroutine-core.h off qemu/coroutine.hMarkus Armbruster
2023-01-19Merge tag 'pull-tcg-20230117' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé