aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2024-04-26exec: Move CPUTLBEntry helpers to cputlb.cPhilippe Mathieu-Daudé
2024-04-26accel/hvf: Use accel-specific per-vcpu @dirty fieldPhilippe Mathieu-Daudé
2024-04-26accel/tcg: Rename load-extract/store-insert headers using .h.inc suffixPhilippe Mathieu-Daudé
2024-04-26accel/tcg: Include missing headers in 'tb-jmp-cache.h'Philippe Mathieu-Daudé
2024-04-26accel/tcg: Include missing 'hw/core/cpu.h' headerPhilippe Mathieu-Daudé
2024-04-26accel/tcg: Un-inline retaddr helpers to 'user-retaddr.h'Philippe Mathieu-Daudé
2024-04-26accel: Include missing 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2024-04-26exec: Reduce tlb_set_dirty() declaration scopePhilippe Mathieu-Daudé
2024-04-23accel/tcg/icount-common: Consolidate the use of warn_report_once()Zhao Liu
2024-04-23kvm/tdx: Ignore memory conversion to shared of unassigned regionIsaku Yamahata
2024-04-23kvm/tdx: Don't complain when converting vMMIO region to sharedIsaku Yamahata
2024-04-23kvm: handle KVM_EXIT_MEMORY_FAULTChao Peng
2024-04-23kvm/memory: Make memory type private by default if it has guest memfd backendXiaoyao Li
2024-04-23kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslotChao Peng
2024-04-23RAMBlock: Add support of KVM private guest memfdXiaoyao Li
2024-04-23kvm: Introduce support for memory_attributesXiaoyao Li
2024-04-23trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()Xiaoyao Li
2024-04-23KVM: remove kvm_arch_cpu_check_are_resettablePaolo Bonzini
2024-04-23KVM: track whether guest state is encryptedPaolo Bonzini
2024-04-18kvm: use configs/ definition to conditionalize debug supportPaolo Bonzini
2024-04-09accel/tcg: Improve can_do_io managementRichard Henderson
2024-04-09accel/tcg: Add insn_start to DisasContextBaseRichard Henderson
2024-04-08kvm: error out of kvm_irqchip_add_msi_route() in case of full route tableIgor Mammedov
2024-04-02accel/tcg/plugin: Remove CONFIG_SOFTMMU_GATE definitionPhilippe Mathieu-Daudé
2024-03-29accel/tcg: Use CPUState.get_pc in cpu_io_recompileRichard Henderson
2024-03-12bulk: Call in place single use cpu_env()Philippe Mathieu-Daudé
2024-03-09hw/xen: Extract 'xen_igd.h' from 'xen_pt.h'Philippe Mathieu-Daudé
2024-03-06plugins: cleanup codepath for previous inline operationPierrick Bouvier
2024-03-06plugins: add inline operation per vcpuPierrick Bouvier
2024-03-06plugins: implement inline operation relative to cpu_indexPierrick Bouvier
2024-03-05accel/tcg: Add TLB_CHECK_ALIGNEDRichard Henderson
2024-03-05accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson
2024-02-29accel/tcg: Disconnect TargetPageDataNode from page sizeRichard Henderson
2024-02-29cpu: Remove page_size_initRichard Henderson
2024-02-29accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotectRichard Henderson
2024-02-29tcg: Avoid double lock if page tables happen to be in mmio memory.Jonathan Cameron
2024-02-29accel/tcg: Set can_do_io at at start of lookup_tb_ptr helperPeter Maydell
2024-02-28plugins: create CPUPluginState and migrate plugin_maskAlex Bennée
2024-02-28plugins: Use different helpers when reading registersAkihiko Odaki
2024-02-20accel/tcg: correct typosManos Pitsidianakis
2024-02-16i386: xen: fix compilation --without-default-devicesPaolo Bonzini
2024-02-05migration: prevent migration when VM has poisoned memoryWilliam Roche
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-01-29target/i386: Extract x86_cpu_exec_halt() from accel/tcg/Philippe Mathieu-Daudé
2024-01-29accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handlerPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Inline need_replay_interruptRichard Henderson
2024-01-29target/i386: Extract x86_need_replay_interrupt() from accel/tcg/Philippe Mathieu-Daudé
2024-01-29accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handlerPhilippe Mathieu-Daudé
2024-01-29accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.cRichard Henderson
2024-01-29accel/tcg: Un-inline icount_exit_request() for clarityPhilippe Mathieu-Daudé