aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-01-21target/hexagon: reduce scope of def_regnum, remove dead assignmentBrian Cain
2024-01-21Hexagon (target/hexagon) Remove old dectree.pyTaylor Simpson
2024-01-21Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)Taylor Simpson
2024-01-21Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)Taylor Simpson
2024-01-21Hexagon (target/hexagon) Remove dead functions from hex_common.pyTaylor Simpson
2024-01-21Hexagon (target/hexagon) Remove unused WRITES_PRED_REG attributeTaylor Simpson
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_analyze_funcsTaylor Simpson
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_op_regsTaylor Simpson
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_idef_parser_funcsTaylor Simpson
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_helper_funcsTaylor Simpson
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_helper_protosTaylor Simpson
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcsTaylor Simpson
2024-01-21Hexagon (target/hexagon) Clean up handling of modifier registersTaylor Simpson
2024-01-21Hexagon (target/hexagon) Fix shadow variable when idef-parser is offTaylor Simpson
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-01-19target/riscv: Rename tcg_cpu_FOO() to include 'riscv'Philippe Mathieu-Daudé
2024-01-19target/i386: Rename tcg_cpu_FOO() to include 'x86'Philippe Mathieu-Daudé
2024-01-19target/arm: Ensure icount is enabled when emulating INST_RETIREDPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé
2024-01-19target/alpha: Only build sys_helper.c on system emulationPhilippe Mathieu-Daudé
2024-01-19target/alpha: Extract clk_helper.c from sys_helper.cPhilippe Mathieu-Daudé
2024-01-19target/xtensa: use generic instruction breakpoint infrastructureMax Filippov
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé
2024-01-18Merge tag 'pull-target-arm-20240118' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini
2024-01-18target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini
2024-01-18target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao
2024-01-18target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell
2024-01-15target/arm: arm_pamax() no longer needs to do feature propagationPeter Maydell
2024-01-13target/hppa: Fix IOR and ISR on error in probeHelge Deller
2024-01-13target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller
2024-01-13target/hppa: Export function hppa_set_ior_and_isr()Helge Deller
2024-01-13target/hppa: Avoid accessing %gr0 when raising exceptionHelge Deller
2024-01-13target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0Helge Deller
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell
2024-01-11target/s390x: Fix LAE setting a wrong access registerIlya Leoshkevich
2024-01-11target/s390x/kvm/pv: Provide some more useful information if decryption failsThomas Huth
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao
2024-01-11target/loongarch: Add loongarch kvm into meson buildTianrui Zhao
2024-01-11target/loongarch: Implement set vcpu intr for kvmTianrui Zhao
2024-01-11target/loongarch: Restrict TCG-specific codeTianrui Zhao
2024-01-11target/loongarch: Implement kvm_arch_handle_exitTianrui Zhao
2024-01-11target/loongarch: Implement kvm_arch_init_vcpuTianrui Zhao
2024-01-11target/loongarch: Implement kvm_arch_init functionTianrui Zhao
2024-01-11target/loongarch: Implement kvm get/set registersTianrui Zhao
2024-01-11target/loongarch: Supplement vcpu env initial when vcpu resetTianrui Zhao
2024-01-11target/loongarch: Define some kvm_arch interfacesTianrui Zhao