summaryrefslogtreecommitdiffstats
path: root/include/hw/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-8/+13
| * cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-3/+5
| * cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-17/+24
| * cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-1/+5
| * cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-5/+9
| * cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-262-6/+8
| * cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-262-0/+27
| * cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-261-2/+3
| * cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-261-0/+9
| * cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé2021-05-261-29/+4
* | 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-cpu: make cpu_realizefn return a boolClaudio Fontana2021-05-101-1/+1
* accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-0/+2
* accel/tcg: Create io_recompile_replay_branch hookRichard Henderson2021-02-181-0/+10
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-182-5/+2
* accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2021-02-052-0/+42
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-052-99/+101
* 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/+13
* 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/+0
* cpus: Drop declaration of cpu_remove()Greg Kurz2020-10-271-8/+0
* cpu: Introduce CPU model deprecation APIRobert Hoo2020-10-141-0/+3
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-14/+0
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-182-6/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-5/+6
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-092-4/+8