aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2024-01-26target/arm: Fix VNCR fault detection logicPeter Maydell1-1/+1
2024-01-26target/xtensa: fix OOB TLB entry accessMax Filippov1-12/+35
2024-01-21target/hexagon: reduce scope of def_regnum, remove dead assignmentBrian Cain1-3/+1
2024-01-21Hexagon (target/hexagon) Remove old dectree.pyTaylor Simpson6-839/+0
2024-01-21Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)Taylor Simpson5-12/+188
2024-01-21Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)Taylor Simpson7-14/+439
2024-01-21Hexagon (target/hexagon) Remove dead functions from hex_common.pyTaylor Simpson1-51/+0
2024-01-21Hexagon (target/hexagon) Remove unused WRITES_PRED_REG attributeTaylor Simpson2-12/+0
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_analyze_funcsTaylor Simpson2-157/+157
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_op_regsTaylor Simpson1-2/+4
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_idef_parser_funcsTaylor Simpson1-16/+4
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_helper_funcsTaylor Simpson2-313/+103
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_helper_protosTaylor Simpson2-148/+8
2024-01-21Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcsTaylor Simpson2-547/+683
2024-01-21Hexagon (target/hexagon) Clean up handling of modifier registersTaylor Simpson4-16/+17
2024-01-21Hexagon (target/hexagon) Fix shadow variable when idef-parser is offTaylor Simpson1-3/+3
2024-01-19Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into stagingPeter Maydell13-86/+120
2024-01-19Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-15/+24
2024-01-19target/riscv: Rename tcg_cpu_FOO() to include 'riscv'Philippe Mathieu-Daudé1-14/+14
2024-01-19target/i386: Rename tcg_cpu_FOO() to include 'x86'Philippe Mathieu-Daudé1-16/+16
2024-01-19target/arm: Ensure icount is enabled when emulating INST_RETIREDPhilippe Mathieu-Daudé1-0/+2
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé1-1/+2
2024-01-19target/alpha: Only build sys_helper.c on system emulationPhilippe Mathieu-Daudé2-5/+4
2024-01-19target/alpha: Extract clk_helper.c from sys_helper.cPhilippe Mathieu-Daudé3-15/+33
2024-01-19target/xtensa: use generic instruction breakpoint infrastructureMax Filippov5-33/+47
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé2-2/+2
2024-01-18Merge tag 'pull-target-arm-20240118' of https://git.linaro.org/people/pmaydel...Peter Maydell1-8/+6
2024-01-18remove unnecessary casts from uintptr_tPaolo Bonzini1-4/+4
2024-01-18target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini2-5/+16
2024-01-18target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao1-2/+2
2024-01-18target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson1-4/+2
2024-01-16Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...Peter Maydell4-24/+24
2024-01-15target/arm: arm_pamax() no longer needs to do feature propagationPeter Maydell1-8/+6
2024-01-13target/hppa: Fix IOR and ISR on error in probeHelge Deller1-5/+1
2024-01-13target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller1-5/+1
2024-01-13target/hppa: Export function hppa_set_ior_and_isr()Helge Deller2-11/+13
2024-01-13target/hppa: Avoid accessing %gr0 when raising exceptionHelge Deller1-1/+1
2024-01-13target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0Helge Deller1-2/+8
2024-01-12Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-8/+25
2024-01-11Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...Peter Maydell10-70/+852
2024-01-11target/s390x: Fix LAE setting a wrong access registerIlya Leoshkevich1-1/+2
2024-01-11target/s390x/kvm/pv: Provide some more useful information if decryption failsThomas Huth2-7/+23
2024-01-11hw/loongarch/virt: Set iocsr address space per-board rather than percpuBibo Mao4-60/+10
2024-01-11target/loongarch: Add loongarch kvm into meson buildTianrui Zhao2-0/+2
2024-01-11target/loongarch: Implement set vcpu intr for kvmTianrui Zhao4-1/+40
2024-01-11target/loongarch: Restrict TCG-specific codeTianrui Zhao1-9/+21
2024-01-11target/loongarch: Implement kvm_arch_handle_exitTianrui Zhao2-1/+24
2024-01-11target/loongarch: Implement kvm_arch_init_vcpuTianrui Zhao3-0/+27
2024-01-11target/loongarch: Implement kvm_arch_init functionTianrui Zhao1-0/+1
2024-01-11target/loongarch: Implement kvm get/set registersTianrui Zhao6-3/+598