aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core
AgeCommit message (Expand)Author
2023-11-07hw/cpu: Update the comments of nr_cores and nr_diesZhao Liu
2023-11-07hw/cpu: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-11-07exec/cpu: Have cpu_exec_realize() return a booleanPhilippe Mathieu-Daudé
2023-11-07hw/cpu: Call object_class_is_abstract() once in cpu_class_by_name()Philippe Mathieu-Daudé
2023-11-07accel: Introduce cpu_exec_reset_hold()Philippe Mathieu-Daudé
2023-10-19memory: follow Error API guidelinesMarc-André Lureau
2023-10-11gdbstub: Replace gdb_regs with an arrayAkihiko Odaki
2023-10-11hw/core/cpu: Return static value with gdb_arch_name()Akihiko Odaki
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-10-03accel/tcg: Remove CPUState.icount_decr_ptrRichard Henderson
2023-10-03accel/tcg: Move CPUNegativeOffsetState into CPUStateRichard Henderson
2023-10-03accel/tcg: Move CPUTLB definitions from cpu-defs.hRichard Henderson
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson
2023-08-31accel/tcg: spelling fixesMichael Tokarev
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-06-28accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Move HAX hThread to accelerator contextPhilippe Mathieu-Daudé
2023-06-28accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUStatePhilippe Mathieu-Daudé
2023-06-28accel: Rename 'hax_vcpu' as 'accel' in CPUStatePhilippe Mathieu-Daudé
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson
2023-06-26kvm: reuse per-vcpu stats fd to avoid vcpu interruptionMarcelo Tosatti
2023-06-21Revert "cputlb: Restrict SavedIOTLB to system emulation"Peter Maydell
2023-06-20cputlb: Restrict SavedIOTLB to system emulationPhilippe Mathieu-Daudé
2023-06-20hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé
2023-06-13util/log: Add vector registers to logIvan Klokov
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée
2023-05-16cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé
2023-03-22include/qemu: Split out plugin-event.hRichard Henderson
2023-03-05softmmu: Check watchpoints for read+write at onceRichard Henderson
2023-02-27hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé
2023-02-27softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé
2023-02-21cpus: Make {start,end}_exclusive() recursiveIlya Leoshkevich
2023-01-11accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito
2022-10-28accel/qtest: Support qtest accelerator for WindowsXuzhou Cheng
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson
2022-10-03accel/tcg: Drop addr member from SavedIOTLBRichard Henderson
2022-10-03cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)
2022-04-29hw/core: Move the ARM sysbus-fdt to coreAlistair Francis
2022-04-22hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()Bin Meng
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau