aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-20Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-10-20Merge tag 'hw-misc-20231019' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-10-20migration: simplify blockersSteve Sistare
2023-10-20target/s390x/kvm: Simplify the GPRs, ACRs, CRs and prefix synchronization codeThomas Huth
2023-10-20target/s390x/kvm: Turn KVM_CAP_SYNC_REGS into a hard requirementThomas Huth
2023-10-20machine: adding s390 topology to query-cpu-fastPierre Morel
2023-10-20target/s390x/cpu topology: activate CPU topologyPierre Morel
2023-10-20s390x/cpu topology: interception of PTF instructionPierre Morel
2023-10-20s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel
2023-10-20target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel
2023-10-20CPU topology: extend with s390 specificsPierre Morel
2023-10-19hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'Philippe Mathieu-Daudé
2023-10-19hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'Philippe Mathieu-Daudé
2023-10-19memory: follow Error API guidelinesMarc-André Lureau
2023-10-19target/arm/arm-powerctl: Correctly init CPUs when powered on to lower ELPeter Maydell
2023-10-19target/arm/common-semi-target.h: Remove unnecessary boot.h includePeter Maydell
2023-10-19target/arm/kvm64.c: Remove unused includePeter Maydell
2023-10-19target/arm: Implement FEAT_HPMN0Peter Maydell
2023-10-19target/arm: Permit T32 LDM with single registerPeter Maydell
2023-10-19arm/kvm: convert to kvm_get_one_regCornelia Huck
2023-10-19arm/kvm: convert to kvm_set_one_regCornelia Huck
2023-10-19target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0Michal Orzel
2023-10-19hw/arm/exynos4210: Get arm_boot_info declaration from 'hw/arm/boot.h'Philippe Mathieu-Daudé
2023-10-17target/hexagon: avoid invalid escape in Python stringPaolo Bonzini
2023-10-17target/i386: check intercept for XSETBVPaolo Bonzini
2023-10-17target/i386/cpu: Fix CPUID_HT exposureXiaoyao Li
2023-10-16Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi
2023-10-16Merge tag 'pull-shadow-2023-10-12' of https://repo.or.cz/qemu/armbru into sta...Stefan Hajnoczi
2023-10-13target/loongarch: Add preldx instructionSong Gao
2023-10-13target/loongarch: fix ASXE flag conflictJiajie Chen
2023-10-12target/i386: fix shadowed variable pastoPaolo Bonzini
2023-10-12target/riscv: Fix vfwmaccbf16.vfMax Chou
2023-10-12target/riscv: deprecate capital 'Z' CPU propertiesDaniel Henrique Barboza
2023-10-12target/riscv: Use env_archcpu for better performanceRichard W.M. Jones
2023-10-12target/riscv/tcg: remove RVG warningDaniel Henrique Barboza
2023-10-12target/riscv/kvm: support KVM_GET_REG_LISTDaniel Henrique Barboza
2023-10-12target/riscv/kvm: improve 'init_multiext_cfg' error msgDaniel Henrique Barboza
2023-10-12target/riscv/tcg-cpu.c: add extension properties for all cpusDaniel Henrique Barboza
2023-10-12target/riscv: add riscv_cpu_get_name()Daniel Henrique Barboza
2023-10-12target/riscv/cpu: move priv spec functions to tcg-cpu.cDaniel Henrique Barboza
2023-10-12target/riscv/cpu.c: export isa_edata_arr[]Daniel Henrique Barboza
2023-10-12target/riscv/tcg: move riscv_cpu_add_misa_properties() to tcg-cpu.cDaniel Henrique Barboza
2023-10-12target/riscv/cpu.c: make misa_ext_cfgs[] 'const'Daniel Henrique Barboza
2023-10-12target/riscv/tcg: introduce tcg_cpu_instance_init()Daniel Henrique Barboza
2023-10-12target/riscv/cpu.c: export set_misa()Daniel Henrique Barboza
2023-10-12target/riscv/kvm: do not use riscv_cpu_add_misa_properties()Daniel Henrique Barboza
2023-10-12target/riscv: move KVM only files to kvm subdirDaniel Henrique Barboza
2023-10-12target/riscv: introduce KVM AccelCPUClassDaniel Henrique Barboza
2023-10-12target/riscv: remove kvm-stub.cDaniel Henrique Barboza