aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core
AgeCommit message (Expand)Author
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
2022-04-06include: move page_size_init() to include/hw/core/cpu.hMarc-André Lureau
2022-04-06Replace TARGET_WORDS_BIGENDIANMarc-André Lureau
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau
2022-03-22Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé
2022-01-06linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson
2021-11-02Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson
2021-11-02hw/core: Add TCGCPUOps.record_sigbusRichard Henderson
2021-11-02accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson
2021-11-02hw/core: Add TCGCPUOps.record_sigsegvRichard Henderson
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson
2021-10-05hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson