summary refs log tree commit diff stats
path: root/include/hw/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* util/log: Add vector registers to logIvan Klokov2023-06-131-0/+2
* tcg: remove the final vestiges of dstateAlex Bennée2023-06-011-5/+0
* cpu: Introduce a wrapper for being able to use TARGET_NAME in common codeThomas Huth2023-05-161-0/+2
* hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth2023-05-161-0/+4
* softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé2023-03-281-1/+1
* softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé2023-03-282-37/+43
* include/qemu: Split out plugin-event.hRichard Henderson2023-03-221-1/+1
* softmmu: Check watchpoints for read+write at onceRichard Henderson2023-03-051-3/+4
* hw/cpu: Extend CPUState::cluster_index documentationPhilippe Mathieu-Daudé2023-02-271-0/+2
* softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé2023-02-271-1/+1
* cpus: Make {start,end}_exclusive() recursiveIlya Leoshkevich2023-02-211-2/+2
* accel: introduce accelerator blocker APIEmanuele Giuseppe Esposito2023-01-111-0/+3
* accel/qtest: Support qtest accelerator for WindowsXuzhou Cheng2022-10-281-0/+1
* accel/tcg: Add restore_state_to_opc to TCGCPUOpsRichard Henderson2022-10-261-0/+11
* dump: Replace opaque DumpState pointer with a typed oneJanosch Frank2022-10-061-4/+4
* hw/core: Add CPUClass.get_pcRichard Henderson2022-10-041-0/+3
* include/hw/core: Create struct CPUJumpCacheRichard Henderson2022-10-041-14/+1
* accel/tcg: Drop addr member from SavedIOTLBRichard Henderson2022-10-031-1/+0
* cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée2022-10-031-0/+9
* softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)2022-07-201-0/+6
* hw/core: Move the ARM sysbus-fdt to coreAlistair Francis2022-04-291-0/+37
* hw/core: tcg-cpu-ops.h: Update comments of debug_check_watchpoint()Bin Meng2022-04-221-0/+1
* compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-212-4/+4
* include: move page_size_init() to include/hw/core/cpu.hMarc-André Lureau2022-04-061-0/+2
* Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé2022-03-061-2/+2
* target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé2022-03-061-0/+18
* target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé2022-03-061-1/+1
* exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé2022-03-061-12/+1
* linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson2022-01-061-0/+3
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson2021-11-021-12/+59
|\
| * hw/core: Add TCGCPUOps.record_sigbusRichard Henderson2021-11-021-0/+23
| * accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson2021-11-021-12/+10
| * hw/core: Add TCGCPUOps.record_sigsegvRichard Henderson2021-11-021-0/+26
* | KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2021-11-011-0/+1
|/
* Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson2021-10-151-0/+1
* hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson2021-10-051-4/+7
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-211-1/+2
* accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé2021-09-141-2/+2
* accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé2021-09-141-8/+14
* hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson2021-07-211-0/+4
* hw/core: Introduce TCGCPUOps.debug_check_breakpointRichard Henderson2021-07-211-0/+6
* hvf: Introduce hvf vcpu structAlexander Graf2021-06-031-1/+2
* hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)2021-06-031-12/+0
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-282-73/+113
|\
| * hw/core: Constify TCGCPUOpsRichard Henderson2021-05-261-1/+1
| * cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-2/+4
| * cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-3/+5