aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-06target: Introduce and use OBJECT_DECLARE_CPU_TYPE() macroPhilippe Mathieu-Daudé1-0/+18
2022-03-06target: Use CPUArchState as interface to target-specific CPU statePhilippe Mathieu-Daudé1-1/+1
2022-03-06exec: Declare vaddr as a generic target-agnostic typePhilippe Mathieu-Daudé1-12/+1
2022-01-06linux-user: Add code for PR_GET/SET_UNALIGNRichard Henderson1-0/+3
2021-11-02Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson1-12/+59
2021-11-02hw/core: Add TCGCPUOps.record_sigbusRichard Henderson1-0/+23
2021-11-02accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson1-12/+10
2021-11-02hw/core: Add TCGCPUOps.record_sigsegvRichard Henderson1-0/+26
2021-11-01KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)1-0/+1
2021-10-15Revert "cpu: Move cpu_common_props to hw/core/cpu.c"Richard Henderson1-0/+1
2021-10-05hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson1-4/+7
2021-09-21hw/core: Make do_unaligned_access noreturnRichard Henderson1-1/+2
2021-09-14accel/tcg: Restrict TCGCPUOps::cpu_exec_interrupt() to sysemuPhilippe Mathieu-Daudé1-2/+2
2021-09-14accel/tcg: Rename user-mode do_interrupt hack as fake_user_interruptPhilippe Mathieu-Daudé1-8/+14
2021-07-21hw/core: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson1-0/+4
2021-07-21hw/core: Introduce TCGCPUOps.debug_check_breakpointRichard Henderson1-0/+6
2021-06-03hvf: Introduce hvf vcpu structAlexander Graf1-1/+2
2021-06-03hw/core/cpu: removed cpu_dump_statistics functionBruno Larsen (billionai)1-12/+0
2021-05-28Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2-73/+113
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson1-1/+1
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2-2/+4
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2-3/+5
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2-8/+13
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2-3/+5
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2-17/+24
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2-1/+5
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2-5/+9
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2-6/+8
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2-0/+27
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé1-2/+3
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé1-0/+9
2021-05-26cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé1-29/+4
2021-05-26KVM: Dirty ring supportPeter Xu1-0/+7
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana1-0/+6