aboutsummaryrefslogtreecommitdiff
path: root/include/hw/core
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana1-1/+1
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-0/+2
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson1-0/+10
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2-5/+2
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2-0/+42
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2-99/+101
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana1-3/+6
2021-02-05cpu: move adjust_watchpoint_address to tcg_opsClaudio Fontana1-1/+5
2021-02-05cpu: move do_unaligned_access to tcg_opsClaudio Fontana1-6/+7
2021-02-05cpu: move cc->transaction_failed to tcg_opsClaudio Fontana1-15/+13
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana1-2/+2
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost1-2/+2
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost1-9/+12
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost1-6/+6
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost1-9/+13
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana1-0/+2
2021-02-05cpu: Introduce TCGCpuOperations structEduardo Habkost1-1/+15
2021-01-07tcg: Make tb arg to synchronize_from_tb constRichard Henderson1-1/+2
2020-12-15cpu: Move cpu_common_props to hw/core/cpu.cEduardo Habkost1-1/+0
2020-10-27cpus: Drop declaration of cpu_remove()Greg Kurz1-8/+0
2020-10-14cpu: Introduce CPU model deprecation APIRobert Hoo1-0/+3
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana1-14/+0
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2-6/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-5/+6
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost2-4/+8
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann1-0/+4
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée1-0/+16
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-37/+0
2020-06-16cpu: convert queued work to a QSIMPLEQEmilio G. Cota1-3/+3
2020-06-05hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-1/+6
2020-05-11exec: Add block comments for watchpoint routinesRichard Henderson1-0/+23