index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-21
target/hexagon: reduce scope of def_regnum, remove dead assignment
Brian Cain
1
-3
/
+1
2024-01-21
Hexagon (target/hexagon) Remove old dectree.py
Taylor Simpson
6
-839
/
+0
2024-01-21
Hexagon (target/hexagon) Use QEMU decodetree (16-bit instructions)
Taylor Simpson
5
-12
/
+188
2024-01-21
Hexagon (target/hexagon) Use QEMU decodetree (32-bit instructions)
Taylor Simpson
7
-14
/
+439
2024-01-21
Hexagon (target/hexagon) Remove dead functions from hex_common.py
Taylor Simpson
1
-51
/
+0
2024-01-21
Hexagon (target/hexagon) Remove unused WRITES_PRED_REG attribute
Taylor Simpson
2
-12
/
+0
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_analyze_funcs
Taylor Simpson
2
-157
/
+157
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_op_regs
Taylor Simpson
1
-2
/
+4
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_idef_parser_funcs
Taylor Simpson
1
-16
/
+4
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_helper_funcs
Taylor Simpson
2
-313
/
+103
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_helper_protos
Taylor Simpson
2
-148
/
+8
2024-01-21
Hexagon (target/hexagon) Make generators object oriented - gen_tcg_funcs
Taylor Simpson
2
-547
/
+683
2024-01-21
Hexagon (target/hexagon) Clean up handling of modifier registers
Taylor Simpson
4
-16
/
+17
2024-01-21
Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
Taylor Simpson
1
-3
/
+3
2024-01-19
Merge tag 'hw-cpus-20240119' of https://github.com/philmd/qemu into staging
Peter Maydell
13
-86
/
+120
2024-01-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
3
-15
/
+24
2024-01-19
target/riscv: Rename tcg_cpu_FOO() to include 'riscv'
Philippe Mathieu-Daudé
1
-14
/
+14
2024-01-19
target/i386: Rename tcg_cpu_FOO() to include 'x86'
Philippe Mathieu-Daudé
1
-16
/
+16
2024-01-19
target/arm: Ensure icount is enabled when emulating INST_RETIRED
Philippe Mathieu-Daudé
1
-0
/
+2
2024-01-19
system/cpu-timers: Introduce ICountMode enumerator
Philippe Mathieu-Daudé
1
-1
/
+2
2024-01-19
target/alpha: Only build sys_helper.c on system emulation
Philippe Mathieu-Daudé
2
-5
/
+4
2024-01-19
target/alpha: Extract clk_helper.c from sys_helper.c
Philippe Mathieu-Daudé
3
-15
/
+33
2024-01-19
target/xtensa: use generic instruction breakpoint infrastructure
Max Filippov
5
-33
/
+47
2024-01-19
accel: Do not set CPUState::tcg_cflags in non-TCG accels
Philippe Mathieu-Daudé
2
-2
/
+2
2024-01-18
Merge tag 'pull-target-arm-20240118' of https://git.linaro.org/people/pmaydel...
Peter Maydell
1
-8
/
+6
2024-01-18
remove unnecessary casts from uintptr_t
Paolo Bonzini
1
-4
/
+4
2024-01-18
target/i386: pcrel: store low bits of physical address in data[0]
Paolo Bonzini
2
-5
/
+16
2024-01-18
target/i386: fix incorrect EIP in PC-relative translation blocks
guoguangyao
1
-2
/
+2
2024-01-18
target/i386: Do not re-compute new pc with CF_PCREL
Richard Henderson
1
-4
/
+2
2024-01-16
Merge tag 'hppa-fixes-8.2-pull-request' of https://github.com/hdeller/qemu-hp...
Peter Maydell
4
-24
/
+24
2024-01-15
target/arm: arm_pamax() no longer needs to do feature propagation
Peter Maydell
1
-8
/
+6
2024-01-13
target/hppa: Fix IOR and ISR on error in probe
Helge Deller
1
-5
/
+1
2024-01-13
target/hppa: Fix IOR and ISR on unaligned access trap
Helge Deller
1
-5
/
+1
2024-01-13
target/hppa: Export function hppa_set_ior_and_isr()
Helge Deller
2
-11
/
+13
2024-01-13
target/hppa: Avoid accessing %gr0 when raising exception
Helge Deller
1
-1
/
+1
2024-01-13
target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
Helge Deller
1
-2
/
+8
2024-01-12
Merge tag 'pull-request-2024-01-11' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
3
-8
/
+25
2024-01-11
Merge tag 'pull-loongarch-20240111' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
10
-70
/
+852
2024-01-11
target/s390x: Fix LAE setting a wrong access register
Ilya Leoshkevich
1
-1
/
+2
2024-01-11
target/s390x/kvm/pv: Provide some more useful information if decryption fails
Thomas Huth
2
-7
/
+23
2024-01-11
hw/loongarch/virt: Set iocsr address space per-board rather than percpu
Bibo Mao
4
-60
/
+10
2024-01-11
target/loongarch: Add loongarch kvm into meson build
Tianrui Zhao
2
-0
/
+2
2024-01-11
target/loongarch: Implement set vcpu intr for kvm
Tianrui Zhao
4
-1
/
+40
2024-01-11
target/loongarch: Restrict TCG-specific code
Tianrui Zhao
1
-9
/
+21
2024-01-11
target/loongarch: Implement kvm_arch_handle_exit
Tianrui Zhao
2
-1
/
+24
2024-01-11
target/loongarch: Implement kvm_arch_init_vcpu
Tianrui Zhao
3
-0
/
+27
2024-01-11
target/loongarch: Implement kvm_arch_init function
Tianrui Zhao
1
-0
/
+1
2024-01-11
target/loongarch: Implement kvm get/set registers
Tianrui Zhao
6
-3
/
+598
2024-01-11
target/loongarch: Supplement vcpu env initial when vcpu reset
Tianrui Zhao
2
-1
/
+3
2024-01-11
target/loongarch: Define some kvm_arch interfaces
Tianrui Zhao
1
-0
/
+131
[next]