aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core
AgeCommit message (Expand)AuthorFilesLines
2024-02-03include/hw/core: Add mmu_index to CPUClassRichard Henderson1-0/+3
2024-01-29accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handlerPhilippe Mathieu-Daudé1-0/+2
2024-01-29accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handlerPhilippe Mathieu-Daudé1-0/+5
2024-01-29include/qemu: Add TCGCPUOps typedef to typedefs.hRichard Henderson1-4/+1
2024-01-29include/hw/core: Remove i386 conditional on fake_user_interruptAnton Johansson1-3/+2
2024-01-29include/hw/core: Move do_interrupt in TCGCPUOpsAnton Johansson1-5/+2
2024-01-29hw/core: Include vaddr.h from cpu.hAnton Johansson1-1/+1
2024-01-05hw/core/cpu: Update description of CPUState::nodePhilippe Mathieu-Daudé1-1/+1
2024-01-05hw/core/cpu: Remove final vestiges of dynamic state tracingPhilippe Mathieu-Daudé1-3/+0
2024-01-05cpu: Add helper cpu_model_from_type()Gavin Shan1-0/+13
2023-11-07hw/cpu: Update the comments of nr_cores and nr_diesZhao Liu1-1/+1
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-11-07exec/cpu: Have cpu_exec_realize() return a booleanPhilippe Mathieu-Daudé1-1/+1
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+4
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé1-0/+1
2023-10-19memory: follow Error API guidelinesMarc-André Lureau2-2/+4
2023-10-11gdbstub: Replace gdb_regs with an arrayAkihiko Odaki1-1/+1
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki1-1/+1
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson1-3/+6
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson1-4/+2
2023-10-03accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson1-2/+0
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson1-2/+15
2023-10-03accel/tcg: Move CPUTLB definitions from cpu-defs.hRichard Henderson1-0/+141
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé1-1/+1
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson1-13/+0
2023-08-31accel/tcg: spelling fixesMichael Tokarev1-1/+1
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé1-1/+1
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée1-0/+17
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-4/+0
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé1-1/+0
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé1-3/+2
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé1-1/+1
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson1-0/+1
2023-06-26kvm: reuse per-vcpu stats fd to avoid vcpu interruptionMarcelo Tosatti1-0/+1
2023-06-21Revert "cputlb: Restrict SavedIOTLB to system emulation"Peter Maydell1-4/+2
2023-06-20cputlb: Restrict SavedIOTLB to system emulationPhilippe Mathieu-Daudé1-2/+4
2023-06-20hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2-53/+53
2023-06-13util/log: Add vector registers to logIvan Klokov1-0/+2
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée1-5/+0
2023-05-16cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth1-0/+2
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth1-0/+4
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé1-1/+1
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé2-37/+43
2023-03-22include/qemu: Split out plugin-event.hRichard Henderson1-1/+1
2023-03-05softmmu: Check watchpoints for read+write at onceRichard Henderson1-3/+4
2023-02-27hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé1-0/+2
2023-02-27softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé1-1/+1
2023-02-21cpus: Make {start,end}_exclusive() recursiveIlya Leoshkevich1-2/+2
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito1-0/+3
2022-10-28accel/qtest: Support qtest accelerator for WindowsXuzhou Cheng1-0/+1