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-03-14
Add qemu qcode support for keys F13 to F24
Willem van de Velde
2
-1
/
+14
2023-03-14
Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into staging
Peter Maydell
67
-2391
/
+1169
2023-03-14
Fix incorrect register name in disassembler for fmv,fabs,fneg instructions
Mikhail Tyutin
1
-9
/
+10
2023-03-14
disas/riscv: Fix slli_uw decoding
Ivan Klokov
1
-4
/
+4
2023-03-13
ui/dbus: restrict opengl to gbm-enabled config
Marc-André Lureau
2
-6
/
+16
2023-03-13
ui/dbus: do not require opengl & gbm
Marc-André Lureau
5
-7
/
+26
2023-03-13
ui: introduce egl_init()
Marc-André Lureau
5
-20
/
+36
2023-03-13
ui/sdl: try to instantiate the matching opengl renderer
Marc-André Lureau
1
-0
/
+16
2023-03-13
ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environment
Marc-André Lureau
1
-0
/
+4
2023-03-13
ui/egl: print EGL error, helping debugging
Marc-André Lureau
1
-6
/
+48
2023-03-13
ui/shader: fix #version directive must occur on first line
Marc-André Lureau
3
-3
/
+0
2023-03-13
ui/sdl: get the GL context from the window
Marc-André Lureau
1
-1
/
+3
2023-03-13
ui: set cursor position upon listener registration
Marc-André Lureau
1
-0
/
+7
2023-03-13
ui: set cursor upon listener registration
Marc-André Lureau
1
-0
/
+3
2023-03-13
ui: keep current cursor with QemuConsole
Marc-André Lureau
4
-6
/
+11
2023-03-13
ui: rename cursor_{get->ref}, return it
Marc-André Lureau
5
-8
/
+7
2023-03-13
ui: rename cursor_{put->unref}
Marc-André Lureau
8
-11
/
+11
2023-03-13
meson: ensure dbus-display generated code is built before other units
Marc-André Lureau
1
-2
/
+4
2023-03-13
ui/dbus: set mouse is-absolute during console creation
Marc-André Lureau
1
-3
/
+10
2023-03-13
audio/dbus: there are no sender for p2p mode
Marc-André Lureau
3
-4
/
+7
2023-03-13
ui/dbus: unregister clipboard on connection close
Marc-André Lureau
1
-11
/
+7
2023-03-13
ui/dbus: initialize cursor_fb
Marc-André Lureau
2
-1
/
+3
2023-03-13
qemu-options.hx: remove stray quote
John Snow
1
-1
/
+1
2023-03-13
Merge tag 'pull-request-2023-03-13' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
10
-129
/
+104
2023-03-13
tcg: Drop tcg_const_*
Richard Henderson
3
-26
/
+0
2023-03-13
tcg: Drop tcg_const_*_vec
Richard Henderson
3
-41
/
+6
2023-03-13
target/tricore: Use min/max for saturate
Richard Henderson
1
-11
/
+3
2023-03-13
target/ppc: Avoid tcg_const_* in translate.c
Richard Henderson
1
-70
/
+72
2023-03-13
target/ppc: Fix gen_tlbsx_booke206
Richard Henderson
1
-4
/
+2
2023-03-13
target/ppc: Rewrite trans_ADDG6S
Richard Henderson
1
-24
/
+26
2023-03-13
target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.inc
Richard Henderson
1
-2
/
+2
2023-03-13
target/ppc: Avoid tcg_const_* in fp-impl.c.inc
Richard Henderson
1
-14
/
+12
2023-03-13
target/ppc: Avoid tcg_const_* in vsx-impl.c.inc
Richard Henderson
1
-14
/
+14
2023-03-13
target/ppc: Avoid tcg_const_* in xxeval
Richard Henderson
1
-3
/
+5
2023-03-13
target/ppc: Avoid tcg_const_* in vmx-impl.c.inc
Richard Henderson
1
-5
/
+5
2023-03-13
target/ppc: Avoid tcg_const_i64 in do_vcntmb
Richard Henderson
1
-10
/
+11
2023-03-13
target/m68k: Use tcg_constant_i32 in gen_ea_mode
Richard Henderson
1
-1
/
+1
2023-03-13
target/arm: Avoid tcg_const_ptr in handle_rev
Richard Henderson
1
-11
/
+15
2023-03-13
target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrn
Richard Henderson
1
-2
/
+6
2023-03-13
target/arm: Avoid tcg_const_ptr in disas_simd_zip_trn
Richard Henderson
1
-20
/
+21
2023-03-13
target/arm: Avoid tcg_const_* in translate-mve.c
Richard Henderson
1
-25
/
+29
2023-03-13
target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}
Richard Henderson
1
-2
/
+4
2023-03-13
target/arm: Improve trans_BFCI
Richard Henderson
1
-8
/
+6
2023-03-13
target/arm: Create gen_set_rmode, gen_restore_rmode
Richard Henderson
4
-48
/
+48
2023-03-13
target/arm: Consistently use ARMFPRounding during translation
Richard Henderson
3
-20
/
+20
2023-03-13
target/arm: Improve arm_rmode_to_sf
Richard Henderson
3
-29
/
+18
2023-03-13
target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sf
Richard Henderson
1
-4
/
+2
2023-03-13
target/arm: Use rmode >= 0 for need_rmode
Richard Henderson
1
-28
/
+6
2023-03-13
tcg: Replace tcg_const_i64 in tcg-op.c
Richard Henderson
1
-9
/
+3
2023-03-13
target/tricore: Avoid tcg_const_i32
Richard Henderson
1
-63
/
+64
[prev]
[next]