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
path:
root
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
target/riscv: cpu: Add a config option for native debug
Bin Meng
2
-1
/
+8
2022-04-22
target/riscv: debug: Implement debug related TCGCPUOps
Bin Meng
3
-0
/
+82
2022-04-22
hw/intc: Make RISC-V ACLINT mtime MMIO register writable
Frank Chang
2
-6
/
+6
2022-04-22
target/riscv/pmp: fix NAPOT range computation overflow
Nicolas Pitre
1
-11
/
+3
2022-04-22
target/riscv: Use cpu_loop_exit_restore directly from mmu faults
Richard Henderson
1
-3
/
+3
2022-04-22
target/riscv: fix start byte for vmv<nf>r.v when vstart != 0
Weiwei Li
1
-3
/
+5
2022-04-22
target/riscv: Add isa extenstion strings to the device tree
Atish Patra
1
-0
/
+60
2022-04-22
target/riscv: misa to ISA string conversion fix
Tsukasa OI
1
-5
/
+5
2022-04-22
target/riscv: optimize helper for vmv<nr>r.v
Weiwei Li
3
-33
/
+18
2022-04-22
target/riscv: optimize condition assign for scale < 0
Weiwei Li
1
-5
/
+3
2022-04-22
target/riscv: Add initial support for the Sdtrig extension
Bin Meng
4
-0
/
+453
2022-04-22
target/riscv: Allow software access to MIP SEIP
Alistair Francis
3
-3
/
+23
2022-04-22
target/riscv: cpu: Fixup indentation
Alistair Francis
1
-10
/
+10
2022-04-22
target/riscv: Enable privileged spec version 1.12
Atish Patra
2
-3
/
+10
2022-04-22
target/riscv: Add *envcfg* CSRs support
Atish Patra
4
-0
/
+174
2022-04-22
target/riscv: Add support for mconfigptr
Atish Patra
2
-0
/
+3
2022-04-22
target/riscv: Introduce privilege version field in the CSR ops.
Atish Patra
2
-35
/
+70
2022-04-22
target/riscv: Add the privileged spec version 1.12.0
Atish Patra
1
-0
/
+1
2022-04-22
target/riscv: Define simpler privileged spec version numbering
Atish Patra
1
-2
/
+5
2022-04-21
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
34
-149
/
+160
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
34
-149
/
+160
2022-04-20
Merge tag 'pull-ppc-20220420-2' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
7
-2
/
+70
2022-04-20
Merge tag 'pull-tcg-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
3
-3
/
+0
2022-04-20
target/ppc: Add two missing register callbacks on POWER10
Frederic Barrat
1
-0
/
+2
2022-04-20
target/ppc: implement xscvqp[su]qz
Matheus Ferst
4
-0
/
+27
2022-04-20
target/ppc: implement xscv[su]qqp
Matheus Ferst
4
-0
/
+39
2022-04-20
target/ppc: Improve KVM hypercall trace
Fabiano Rosas
2
-2
/
+2
2022-04-20
Merge tag 'pull-log-20220420' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
22
-88
/
+99
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
3
-3
/
+0
2022-04-20
target/nios2: Remove log_cpu_state from reset
Richard Henderson
1
-5
/
+0
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
21
-70
/
+90
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
1
-6
/
+8
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
1
-1
/
+1
2022-04-20
target/hexagon: Remove qemu_set_log in hexagon_translate_init
Richard Henderson
1
-6
/
+0
2022-04-20
target/i386: fix byte swap issue with XMM register access
Alex Bennée
1
-2
/
+2
2022-04-13
target/i386: Remove unused XMMReg, YMMReg types and CPUState fields
Peter Maydell
1
-18
/
+0
2022-04-13
target/i386: do not access beyond the low 128 bits of SSE registers
Paolo Bonzini
1
-28
/
+47
2022-04-06
hw: hyperv: Initial commit for Synthetic Debugging device
Jon Doron
1
-0
/
+6
2022-04-06
hyperv: Add support to process syndbg commands
Jon Doron
5
-8
/
+135
2022-04-06
hyperv: Add definitions for syndbg
Jon Doron
1
-0
/
+37
2022-04-06
whpx: Added support for breakpoints and stepping
Ivan Shcherbakov
4
-14
/
+788
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
34
-34
/
+0
2022-04-06
Move CPU softfloat unions to cpu-float.h
Marc-André Lureau
15
-2
/
+15
2022-04-06
include: move target page bits declaration to page-vary.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
4
-14
/
+14
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
11
-22
/
+22
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
32
-79
/
+79
2022-04-06
Replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
2
-25
/
+20
2022-04-06
qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
Dov Murik
1
-1
/
+41
2022-04-02
Merge tag 'pull-request-2022-04-01' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-4
/
+4
[next]