aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-26accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson1-0/+11
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank1-4/+4
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+3
2022-10-04include/hw/core: Create struct CPUJumpCacheRichard Henderson1-14/+1
2022-10-03accel/tcg: Drop addr member from SavedIOTLBRichard Henderson1-1/+0
2022-10-03cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée1-0/+9
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)1-0/+6
2022-04-29hw/core: Move the ARM sysbus-fdt to coreAlistair Francis1-0/+37
2022-04-22hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()Bin Meng1-0/+1
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2-4/+4
2022-04-06include: move page_size_init() to include/hw/core/cpu.hMarc-André Lureau1-0/+2
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau1-1/+1
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé1-2/+2