summaryrefslogtreecommitdiffstats
path: root/include/hw/core/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* 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: Introduce CPUClass.gdb_adjust_breakpointRichard Henderson2021-07-211-0/+4
* 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-281-73/+21Star
|\
| * hw/core: Constify TCGCPUOpsRichard Henderson2021-05-271-1/+1
| * cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-2/+0Star
| * cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-3/+0Star
| * cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-8/+0Star
| * cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-3/+0Star
| * cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-17/+0Star
| * cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-1/+0Star
| * cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-5/+0Star
| * cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-271-6/+2Star
| * cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-271-0/+6
| * 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
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-0/+2
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-3/+1Star
* accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2021-02-051-0/+4
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-051-99/+4Star
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-3/+6
* cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana2021-02-051-1/+5
* cpu: move do_unaligned_access to tcg_opsClaudio Fontana2021-02-051-6/+7
* cpu: move cc->transaction_failed to tcg_opsClaudio Fontana2021-02-051-15/+13Star
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-2/+2
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-051-2/+2
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-051-9/+12
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-6/+6
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-9/+13
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-051-0/+2
* cpu: Introduce TCGCpuOperations structEduardo Habkost2021-02-051-1/+15
* tcg: Make tb arg to synchronize_from_tb constRichard Henderson2021-01-071-1/+2
* cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost2020-12-151-1/+0Star
* cpus: Drop declaration of cpu_remove()Greg Kurz2020-10-271-8/+0Star
* cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-0/+3
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-14/+0Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-2/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann2020-09-081-0/+4
* cputlb: ensure we save the IOTLB data in case of resetAlex Bennée2020-07-151-0/+16
* cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-111-37/+0Star
* cpu: convert queued work to a QSIMPLEQEmilio G. Cota2020-06-161-3/+3
* hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-1/+6