summaryrefslogtreecommitdiffstats
path: root/include/hw/core
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* accel/tcg: Drop addr member from SavedIOTLBRichard Henderson2022-10-041-1/+0Star
* cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée2022-10-041-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/+1Star
* 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/+10Star
| * 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-161-0/+1
* hw/core/cpu: Re-sort the non-pointers to the end of CPUClassRichard Henderson2021-10-061-4/+7
* hw/core: Make do_unaligned_access noreturnRichard Henderson2021-09-221-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/+0Star
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-282-73/+113
|\
| * hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
| * cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-2/+4
| * cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-3/+5
| * cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-8/+13
| * cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-3/+5
| * cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-17/+24
| * cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-1/+5
| * cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-5/+9
| * cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-272-6/+8
| * cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-272-0/+27
| * cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-271-2/+3
| * cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-271-0/+9
| * cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé2021-05-271-29/+4Star
* | KVM: Dirty ring supportPeter Xu2021-05-261-0/+7
|/
* accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana2021-05-101-0/+6