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-11-07
qmp/hmp: disable screendump if PIXMAN is missing
Marc-André Lureau
4
-1
/
+8
2023-11-07
ui/vc: console-vc requires PIXMAN
Marc-André Lureau
3
-1
/
+37
2023-11-07
ui/console: allow to override the default VC
Marc-André Lureau
3
-10
/
+33
2023-11-07
vl: move display early init before default devices
Marc-André Lureau
1
-13
/
+18
2023-11-07
vl: simplify display_remote logic
Marc-André Lureau
1
-5
/
+1
2023-11-07
qemu-options: define -vnc only #ifdef CONFIG_VNC
Marc-André Lureau
3
-16
/
+11
2023-11-07
vl: drop needless -spice checks
Marc-André Lureau
1
-6
/
+1
2023-11-07
ui: add pixman-minimal.h
Marc-André Lureau
2
-0
/
+197
2023-11-07
ui: compile out some qemu-pixman functions when !PIXMAN
Marc-André Lureau
2
-2
/
+11
2023-11-07
build-sys: drop needless warning pragmas for old pixman
Marc-André Lureau
1
-4
/
+0
2023-11-07
build-sys: add a "pixman" feature
Marc-André Lureau
5
-2
/
+18
2023-11-07
Merge tag 'pull-pa-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
22
-1443
/
+2577
2023-11-07
Merge tag 'pull-riscv-to-apply-20231107' of https://github.com/alistair23/qem...
Stefan Hajnoczi
29
-258
/
+1326
2023-11-07
Merge tag 'pull-tcg-20231106' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
36
-1304
/
+1529
2023-11-06
hw/hppa: Allow C3700 with 64-bit and B160L with 32-bit CPU only
Helge Deller
1
-0
/
+24
2023-11-06
hw/hppa: Turn on 64-bit CPU for C3700 machine
Helge Deller
1
-1
/
+1
2023-11-06
hw/pci-host/astro: Trigger CPU irq on CPU HPA in high memory
Helge Deller
1
-1
/
+1
2023-11-06
hw/pci-host/astro: Map Astro chip into 64-bit I/O memory region
Helge Deller
1
-3
/
+6
2023-11-06
target/hppa: Improve interrupt logging
Richard Henderson
1
-8
/
+4
2023-11-06
target/hppa: Update IIAOQ, IIASQ for pa2.0
Richard Henderson
2
-18
/
+38
2023-11-06
target/hppa: Create raise_exception_with_ior
Richard Henderson
1
-13
/
+51
2023-11-06
target/hppa: Add unwind_breg to CPUHPPAState
Richard Henderson
3
-2
/
+20
2023-11-06
target/hppa: Clear upper bits in mtctl for pa1.x
Helge Deller
1
-1
/
+7
2023-11-06
target/hppa: Avoid async_safe_run_on_cpu on uniprocessor system
Richard Henderson
1
-1
/
+7
2023-11-06
target/hppa: Add pa2.0 cpu local tlb flushes
Helge Deller
5
-12
/
+84
2023-11-06
target/hppa: Implement pa2.0 data prefetch instructions
Richard Henderson
1
-1
/
+9
2023-11-06
linux-user/hppa: Drop EXCP_DUMP from handled exceptions
Richard Henderson
1
-4
/
+0
2023-11-06
hw/hppa: Translate phys addresses for the cpu
Richard Henderson
1
-46
/
+71
2023-11-06
include/hw/elf: Remove truncating signed casts
Richard Henderson
1
-7
/
+10
2023-11-06
target/hppa: Return zero for r0 from load_gpr
Richard Henderson
1
-3
/
+1
2023-11-06
target/hppa: Precompute zero into DisasContext
Richard Henderson
1
-16
/
+18
2023-11-06
target/hppa: Fix interruption based on default PSW
Helge Deller
2
-4
/
+16
2023-11-06
target/hppa: Implement PERMH
Richard Henderson
2
-0
/
+31
2023-11-06
target/hppa: Implement MIXH, MIXW
Richard Henderson
2
-0
/
+60
2023-11-06
target/hppa: Implement HSHLADD, HSHRADD
Richard Henderson
4
-2
/
+76
2023-11-06
target/hppa: Implement HSHL, HSHR
Richard Henderson
2
-0
/
+40
2023-11-06
target/hppa: Implement HAVG
Richard Henderson
4
-0
/
+22
2023-11-06
target/hppa: Implement HSUB
Richard Henderson
4
-0
/
+53
2023-11-06
target/hppa: Implement HADD
Richard Henderson
4
-1
/
+79
2023-11-06
target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64
Richard Henderson
1
-4
/
+4
2023-11-06
target/hppa: Use tcg_temp_new_i64 not tcg_temp_new
Richard Henderson
1
-80
/
+82
2023-11-06
target/hppa: Adjust vmstate_env for pa2.0 tlb
Richard Henderson
1
-37
/
+58
2023-11-06
target/hppa: Remove remaining TARGET_REGISTER_BITS redirections
Richard Henderson
1
-33
/
+13
2023-11-06
target/hppa: Remove most of the TARGET_REGISTER_BITS redirections
Richard Henderson
1
-505
/
+407
2023-11-06
target/hppa: Remove TARGET_REGISTER_BITS
Richard Henderson
11
-299
/
+135
2023-11-06
hw/hppa: Use uint32_t instead of target_ureg
Richard Henderson
1
-6
/
+6
2023-11-06
target/hppa: Implement IDTLBT, IITLBT
Richard Henderson
4
-13
/
+100
2023-11-06
target/hppa: Implement STDBY
Richard Henderson
4
-5
/
+213
2023-11-06
target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM
Richard Henderson
2
-0
/
+8
2023-11-06
target/hppa: Implement SHRPD
Richard Henderson
2
-32
/
+73
[next]