aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2023-04-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+9
2023-04-04kvm: dirty-ring: Fix race with vcpu creationPeter Xu1-0/+9
2023-04-04accel/tcg: Fix jump cache set in cpu_exec_loopRichard Henderson1-4/+13
2023-04-04accel/tcg: Fix overwrite problems of tcg_cflagsWeiwei Li1-1/+1
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson3-17/+18
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_page_range__lockedRichard Henderson1-14/+12
2023-03-28accel/tcg: Pass last not end to page_collection_lockRichard Henderson1-11/+11
2023-03-28accel/tcg: Pass last not end to PAGE_FOR_EACH_TBRichard Henderson1-12/+16
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-6/+5
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson1-9/+7
2023-03-28tcg: use QTree instead of GTreeEmilio Cota1-8/+9
2023-03-23accel/xen: Fix DM state change notification in dm_restrict modeDavid Woodhouse1-17/+10
2023-03-22*: Add missing includes of qemu/plugin.hRichard Henderson1-0/+1
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-1/+1
2023-03-22tcg: Clear plugin_mem_cbs on TB exitRichard Henderson2-4/+3
2023-03-13tcg: Create tcg/tcg-temp-internal.hRichard Henderson1-0/+1
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell4-0/+11
2023-03-07gdbstub: move update guest debug to accel opsMads Ynddal1-0/+8
2023-03-07includes: move tb_flush into its own headerAlex Bennée3-0/+3
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse1-0/+1
2023-03-07hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse1-61/+0
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-3/+8
2023-03-05accel/tcg: Remove translator_loop_temp_checkRichard Henderson1-4/+0
2023-03-05tcg: Remove tcg_check_temp_count, tcg_clear_temp_countRichard Henderson1-12/+0
2023-03-05accel/tcg: Trigger watchpoints from atomic_mmu_lookupRichard Henderson1-11/+29
2023-03-05accel/tcg: Honor TLB_DISCARD_WRITE in atomic_mmu_lookupRichard Henderson1-1/+1
2023-03-05accel/tcg: Retain prot flags from tlb_fillRichard Henderson1-1/+0
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones2-0/+2
2023-03-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2-0/+5
2023-03-01accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpersRichard Henderson1-6/+2
2023-03-01accel/tcg/plugin: Use tcg_temp_ebb_*Richard Henderson1-10/+14
2023-03-01accel/tcg: Use more accurate max_insns for tb_overflowRichard Henderson1-1/+1
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson2-3/+3
2023-03-01accel/tcg: Replace `tb_pc()` with `tb->pc`Anton Johansson4-10/+10
2023-03-01accel/tcg: Move jmp-cache `CF_PCREL` checks to callerAnton Johansson2-51/+41
2023-03-01accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`Anton Johansson6-46/+44
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse1-0/+1
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse1-0/+1
2023-03-01i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse1-0/+1
2023-03-01xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse1-0/+2
2023-02-28accel/tcg: Add 'size' param to probe_access_fullRichard Henderson1-2/+2
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza3-6/+18
2023-02-27hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé1-1/+12
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé4-4/+4
2023-02-27accel/kvm: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé1-2/+2
2023-02-27accel/xen: Remove dead codePhilippe Mathieu-Daudé1-10/+0
2023-02-27accel/tcg: Restrict 'qapi-commands-machine.h' to system emulationPhilippe Mathieu-Daudé5-101/+112
2023-02-27exec: Remove unused 'qemu/timer.h' timerPhilippe Mathieu-Daudé2-2/+0
2023-02-27gdbstub: Use vaddr type for generic insert/remove_breakpoint() APIPhilippe Mathieu-Daudé3-6/+6
2023-02-21accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson1-2/+10