aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-12-23target/riscv/kvm: do not use non-portable strerrorname_np()Natanael Copa1-10/+8
2023-12-21target/loongarch: Add timer information dump supportBibo Mao1-0/+2
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2-1/+3
2023-12-20target: Restrict 'sysemu/reset.h' to system emulationPhilippe Mathieu-Daudé2-1/+3
2023-12-19target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker1-2/+20
2023-12-19target/arm/tcg: Including missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-12-19target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accelPhilippe Mathieu-Daudé1-0/+5
2023-12-19target/arm: Restrict TCG specific helpersPhilippe Mathieu-Daudé2-55/+55
2023-12-19target/arm: Don't implement *32_EL2 registers when EL1 is AArch64 onlyPeter Maydell2-22/+36
2023-12-19target/arm/kvm: Have kvm_arm_hw_debug_active take a ARMCPU argumentPhilippe Mathieu-Daudé1-3/+3
2023-12-19target/arm/kvm: Have kvm_arm_handle_debug take a ARMCPU argumentPhilippe Mathieu-Daudé1-4/+4
2023-12-19target/arm/kvm: Have kvm_arm_handle_dabt_nisv take a ARMCPU argumentPhilippe Mathieu-Daudé1-5/+5
2023-12-19target/arm/kvm: Have kvm_arm_verify_ext_dabt_pending take a ARMCPU argPhilippe Mathieu-Daudé1-4/+4
2023-12-19target/arm/kvm: Have kvm_arm_[get|put]_virtual_time take ARMCPU argumentPhilippe Mathieu-Daudé1-13/+10
2023-12-19target/arm/kvm: Have kvm_arm_vcpu_finalize take a ARMCPU argumentPhilippe Mathieu-Daudé1-4/+4
2023-12-19target/arm/kvm: Have kvm_arm_vcpu_init take a ARMCPU argumentPhilippe Mathieu-Daudé1-6/+5
2023-12-19target/arm/kvm: Have kvm_arm_pmu_set_irq take a ARMCPU argumentPhilippe Mathieu-Daudé2-5/+5
2023-12-19target/arm/kvm: Have kvm_arm_pmu_init take a ARMCPU argumentPhilippe Mathieu-Daudé2-5/+5
2023-12-19target/arm/kvm: Have kvm_arm_pvtime_init take a ARMCPU argumentPhilippe Mathieu-Daudé2-6/+6
2023-12-19target/arm/kvm: Have kvm_arm_set_device_attr take a ARMCPU argumentPhilippe Mathieu-Daudé1-6/+6
2023-12-19target/arm/kvm: Have kvm_arm_sve_get_vls take a ARMCPU argumentPhilippe Mathieu-Daudé3-5/+5
2023-12-19target/arm/kvm: Have kvm_arm_sve_set_vls take a ARMCPU argumentPhilippe Mathieu-Daudé1-4/+3
2023-12-19target/arm/kvm: Have kvm_arm_add_vcpu_properties take a ARMCPU argumentPhilippe Mathieu-Daudé3-6/+6
2023-12-19target/arm/kvm: Remove unused includesPhilippe Mathieu-Daudé1-2/+0
2023-12-19target/arm/kvm: Unexport kvm_arm_vm_state_changeRichard Henderson2-3/+1
2023-12-19target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}Richard Henderson2-37/+6
2023-12-19target/arm/kvm: Unexport kvm_{get,put}_vcpu_eventsRichard Henderson2-22/+18
2023-12-19target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_initRichard Henderson2-17/+4
2023-12-19target/arm/kvm: Unexport kvm_arm_init_cpreg_listRichard Henderson2-14/+8
2023-12-19target/arm/kvm: Unexport kvm_arm_vcpu_finalizeRichard Henderson2-15/+13
2023-12-19target/arm/kvm: Unexport kvm_arm_vcpu_initRichard Henderson2-13/+11
2023-12-19target/arm/kvm: Merge kvm64.c into kvm.cRichard Henderson3-821/+792
2023-12-19target/arm/kvm: Move kvm_arm_reg_syncs_via_cpreg_list and unexportRichard Henderson3-25/+19
2023-12-19target/arm/kvm: Move kvm_arm_cpreg_level and unexportRichard Henderson3-24/+22
2023-12-19target/arm/kvm: Use a switch for kvm_arm_cpreg_levelRichard Henderson1-23/+9
2023-12-19target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexportRichard Henderson3-276/+265
2023-12-19target/arm/kvm: Inline kvm_arm_steal_time_supportedRichard Henderson2-19/+1
2023-12-19target/arm/kvm: Unexport kvm_arm_{get, put}_virtual_timeRichard Henderson2-18/+14
2023-12-19target/arm/kvm: Move kvm_arm_handle_debug and unexportRichard Henderson3-79/+77
2023-12-19target/arm/kvm: Move kvm_arm_hw_debug_active and unexportRichard Henderson3-13/+11
2023-12-19target/arm/kvm: Move kvm_arm_copy_hw_debug_data and unexportRichard Henderson3-27/+24
2023-12-19target/arm/kvm: Move kvm_arm_verify_ext_dabt_pending and unexportRichard Henderson3-59/+57
2023-12-19target/arm/kvm: Merge kvm_arm_init_debug into kvm_arch_initRichard Henderson3-21/+7
2023-12-19target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probeChao Du1-21/+7
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson3-10/+33
2023-12-06i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bitMichael Roth1-0/+8
2023-12-04Merge tag 'misc-fixes-20231204' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-10/+9
2023-12-04Merge tag 'pull-target-arm-20231204-1' of https://git.linaro.org/people/pmayd...Stefan Hajnoczi1-0/+10
2023-12-04target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csrDaniel Henrique Barboza1-10/+9
2023-12-04sh4: Coding style: Remove tabsYihuan Pan4-926/+926