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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-22
q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macro
Mark Cave-Ayland
1
-16
/
+13
2023-06-22
q800: move GLUE device into separate q800-glue.c file
Mark Cave-Ayland
5
-238
/
+306
2023-06-22
q800: move ROM memory region to Q800MachineState
Mark Cave-Ayland
2
-8
/
+7
2023-06-22
q800: move CPU object into Q800MachineState
Mark Cave-Ayland
2
-5
/
+16
2023-06-22
q800: rename q800_init() to q800_machine_init()
Mark Cave-Ayland
1
-2
/
+3
2023-06-22
q800: introduce Q800MachineState
Mark Cave-Ayland
3
-0
/
+43
2023-06-22
q800: add missing space after parent object in GLUEState
Mark Cave-Ayland
1
-0
/
+1
2023-06-22
q800: fix up minor spacing issues in hw_compat_q800 GlobalProperty array
Mark Cave-Ayland
1
-5
/
+5
2023-06-21
Merge tag 'pull-tricore-20230621-1' of https://github.com/bkoppelmann/qemu in...
Richard Henderson
6
-51
/
+237
2023-06-21
target/tricore: Fix ICR.IE offset in RESTORE insn
Bastian Koppelmann
1
-1
/
+3
2023-06-21
target/tricore: Honour privilege changes on PSW write
Bastian Koppelmann
1
-1
/
+1
2023-06-21
target/tricore: Implement privilege level for all insns
Bastian Koppelmann
1
-10
/
+33
2023-06-21
target/tricore: Introduce priv tb flag
Bastian Koppelmann
2
-11
/
+20
2023-06-21
target/tricore: Indirect jump insns use tcg_gen_lookup_and_goto_ptr()
Bastian Koppelmann
1
-1
/
+6
2023-06-21
target/tricore: ENABLE exit to main-loop
Bastian Koppelmann
1
-0
/
+5
2023-06-21
target/tricore: Introduce DISAS_TARGET_EXIT
Bastian Koppelmann
1
-13
/
+12
2023-06-21
target/tricore: Fix RR_JLI clobbering reg A[11]
Bastian Koppelmann
1
-1
/
+1
2023-06-21
target/tricore: Fix helper_ret() not correctly restoring PSW
Bastian Koppelmann
1
-4
/
+4
2023-06-21
target/tricore: Add CHECK_REG_PAIR() for insn accessing 64 bit regs
Bastian Koppelmann
1
-2
/
+9
2023-06-21
target/tricore: Correctly fix saving PSW.CDE to CSA on call
Bastian Koppelmann
1
-1
/
+6
2023-06-21
target/tricore: Fix out-of-bounds index in imask instruction
Siqi Chen
1
-0
/
+1
2023-06-21
target/tricore: Add DISABLE insn variant
Bastian Koppelmann
2
-1
/
+11
2023-06-21
target/tricore: Implement SYCSCALL insn
Bastian Koppelmann
1
-1
/
+1
2023-06-21
target/tricore: Add shuffle insn
Bastian Koppelmann
4
-0
/
+46
2023-06-21
target/tricore: Add crc32.b insn
Bastian Koppelmann
4
-0
/
+17
2023-06-21
target/tricore: Add crc32l.w insn
Bastian Koppelmann
4
-5
/
+23
2023-06-21
target/tricore: Add LHA insn
Bastian Koppelmann
2
-3
/
+20
2023-06-21
target/tricore: Add popcnt.w insn
Bastian Koppelmann
2
-0
/
+8
2023-06-21
target/tricore: Introduce ISA 1.6.2 feature
Bastian Koppelmann
2
-0
/
+14
2023-06-21
Revert "cputlb: Restrict SavedIOTLB to system emulation"
Peter Maydell
1
-4
/
+2
2023-06-21
Merge tag 'seabios-hppa-v7-pull-request' of https://github.com/hdeller/qemu-h...
Richard Henderson
2
-0
/
+0
2023-06-20
target/hppa: New SeaBIOS-hppa version 7
Helge Deller
2
-0
/
+0
2023-06-20
Merge tag 'pull-tcg-20230620' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
125
-862
/
+872
2023-06-20
cputlb: Restrict SavedIOTLB to system emulation
Philippe Mathieu-Daudé
1
-2
/
+4
2023-06-20
exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLY
Philippe Mathieu-Daudé
1
-6
/
+6
2023-06-20
accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header
Philippe Mathieu-Daudé
1
-1
/
+1
2023-06-20
plugins: Remove unused 'exec/helper-proto.h' header
Philippe Mathieu-Daudé
1
-1
/
+0
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
101
-714
/
+714
2023-06-20
meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
13
-18
/
+18
2023-06-20
meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
Philippe Mathieu-Daudé
1
-0
/
+1
2023-06-20
accel/tcg: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2
-5
/
+5
2023-06-20
hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2
-53
/
+53
2023-06-20
target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
2
-14
/
+12
2023-06-20
target/m68k: Check for USER_ONLY definition instead of SOFTMMU one
Philippe Mathieu-Daudé
4
-25
/
+23
2023-06-20
target/tricore: Remove pointless CONFIG_SOFTMMU guard
Philippe Mathieu-Daudé
1
-2
/
+0
2023-06-20
target/i386: Simplify i386_tr_init_disas_context()
Philippe Mathieu-Daudé
1
-3
/
+0
2023-06-20
tcg/ppc: Define _CALL_AIX for clang on ppc64(be)
Richard Henderson
1
-7
/
+16
2023-06-20
accel/tcg: Handle MO_ATOM_WITHIN16 in do_st16_leN
Richard Henderson
1
-0
/
+1
2023-06-20
host/include/x86_64: Use __m128i for "x" constraints
Richard Henderson
2
-13
/
+20
2023-06-19
Merge tag 'pull-target-arm-20230619' of https://git.linaro.org/people/pmaydel...
Richard Henderson
12
-1791
/
+2042
[next]