aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-10-22target/tricore: Use tcg_gen_*extract_tlRichard Henderson1-16/+4
2023-10-22target/rx: Use tcg_gen_ext_i32Richard Henderson1-8/+3
2023-10-22target/m68k: Use tcg_gen_ext_i32Richard Henderson1-20/+3
2023-10-22target/i386: Use tcg_gen_ext_tlRichard Henderson1-25/+3
2023-10-22target/arm: Use tcg_gen_ext_i64Richard Henderson1-35/+2
2023-10-22target/i386: Use i128 for 128 and 256-bit loads and storesRichard Henderson1-34/+29
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi4-9/+7
2023-10-20Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi8-89/+527
2023-10-20Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into stagingStefan Hajnoczi6-9/+9
2023-10-20migration: simplify blockersSteve Sistare4-9/+7
2023-10-20target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization codeThomas Huth1-82/+24
2023-10-20target/s390x/kvm: Turn KVM_CAP_SYNC_REGS into a hard requirementThomas Huth1-6/+14
2023-10-20machine: adding s390 topology to query-cpu-fastPierre Morel1-0/+9
2023-10-20target/s390x/cpu topology: activate CPU topologyPierre Morel2-0/+10
2023-10-20s390x/cpu topology: interception of PTF instructionPierre Morel1-0/+11
2023-10-20s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel4-0/+32
2023-10-20target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel4-2/+415
2023-10-20CPU topology: extend with s390 specificsPierre Morel2-0/+13
2023-10-19hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'Philippe Mathieu-Daudé2-3/+1
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé3-3/+3
2023-10-19memory: follow Error API guidelinesMarc-André Lureau2-3/+5
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell3-52/+118
2023-10-19target/arm/common-semi-target.h: Remove unnecessary boot.h includePeter Maydell1-3/+1
2023-10-19target/arm/kvm64.c: Remove unused includePeter Maydell1-1/+0
2023-10-19target/arm: Implement FEAT_HPMN0Peter Maydell3-1/+6
2023-10-19target/arm: Permit T32 LDM with single registerPeter Maydell1-14/+23
2023-10-19arm/kvm: convert to kvm_get_one_regCornelia Huck2-54/+18
2023-10-19arm/kvm: convert to kvm_set_one_regCornelia Huck2-58/+21
2023-10-19target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0Michal Orzel1-16/+1
2023-10-19hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'Philippe Mathieu-Daudé1-2/+0
2023-10-17target/hexagon: avoid invalid escape in Python stringPaolo Bonzini1-2/+2
2023-10-17target/i386: check intercept for XSETBVPaolo Bonzini2-0/+2
2023-10-17target/i386/cpu: Fix CPUID_HT exposureXiaoyao Li2-0/+3
2023-10-16Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi4-2/+17
2023-10-16Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi1-1/+1
2023-10-13target/loongarch: Add preldx instructionSong Gao3-0/+15
2023-10-13target/loongarch: fix ASXE flag conflictJiajie Chen1-2/+2
2023-10-12target/i386: fix shadowed variable pastoPaolo Bonzini1-1/+1
2023-10-12target/riscv: Fix vfwmaccbf16.vfMax Chou1-1/+1
2023-10-12target/riscv: deprecate capital 'Z' CPU propertiesDaniel Henrique Barboza3-12/+59
2023-10-12target/riscv: Use env_archcpu for better performanceRichard W.M. Jones1-2/+1
2023-10-12target/riscv/tcg: remove RVG warningDaniel Henrique Barboza1-1/+0
2023-10-12target/riscv/kvm: support KVM_GET_REG_LISTDaniel Henrique Barboza1-1/+95
2023-10-12target/riscv/kvm: improve 'init_multiext_cfg' error msgDaniel Henrique Barboza1-2/+2
2023-10-12target/riscv/tcg-cpu.c: add extension properties for all cpusDaniel Henrique Barboza1-14/+50
2023-10-12target/riscv: add riscv_cpu_get_name()Daniel Henrique Barboza3-1/+15
2023-10-12target/riscv/cpu: move priv spec functions to tcg-cpu.cDaniel Henrique Barboza3-40/+38
2023-10-12target/riscv/cpu.c: export isa_edata_arr[]Daniel Henrique Barboza2-26/+28
2023-10-12target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.cDaniel Henrique Barboza3-91/+90
2023-10-12target/riscv/cpu.c: make misa_ext_cfgs[] 'const'Daniel Henrique Barboza1-13/+8