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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-21
hw/arm/virt: allow creation of a second NonSecure UART
Peter Maydell
4
-8
/
+49
2024-06-21
hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]
Peter Maydell
3
-15
/
+15
2024-06-21
hw/arm/virt: Add serial aliases in DTB
Peter Maydell
1
-0
/
+4
2024-06-21
hw/usb/hcd-dwc2: Handle invalid address access in read and write functions
Zheyu Ma
1
-2
/
+7
2024-06-21
hw/timer/a9gtimer: Handle QTest mode in a9_gtimer_get_current_cpu
Zheyu Ma
1
-0
/
+5
2024-06-21
scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibs
Peter Maydell
1
-1
/
+1
2024-06-21
scripts/coverity-scan/COMPONENTS.md: Fix monitor component
Peter Maydell
1
-1
/
+1
2024-06-21
scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to th...
Peter Maydell
1
-1
/
+1
2024-06-21
scripts/coverity-scan/COMPONENTS.md: Fix 'char' component
Peter Maydell
1
-1
/
+4
2024-06-21
scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CI
Peter Maydell
1
-52
/
+52
2024-06-21
hw/arm/xilinx_zynq: Fix IRQ/FIQ routing
Sebastian Huber
1
-2
/
+3
2024-06-21
hw/intc/arm_gic: Fix deactivation of SPI lines
Edgar E. Iglesias
1
-2
/
+6
2024-06-21
hw/arm/sbsa-ref: switch to 1GHz timer frequency
Marcin Juszkiewicz
1
-8
/
+4
2024-06-21
hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queue
Shiva sagar Myana
1
-1
/
+4
2024-06-19
Merge tag 'pull-tcg-20240619' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
14
-3988
/
+2315
2024-06-19
tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointers
Richard Henderson
1
-17
/
+15
2024-06-19
target/sparc: use signed denominator in sdiv helper
Clément Chigot
1
-1
/
+1
2024-06-19
linux-user: Make TARGET_NR_setgroups affect only the current thread
Ilya Leoshkevich
1
-2
/
+8
2024-06-19
accel/tcg: Fix typo causing tb->page_addr[1] to not be recorded
Anton Johansson
1
-2
/
+2
2024-06-19
util/bufferiszero: Add loongarch64 vector acceleration
Richard Henderson
1
-0
/
+143
2024-06-19
util/bufferiszero: Split out host include files
Richard Henderson
5
-190
/
+212
2024-06-19
tcg/loongarch64: Enable v256 with LASX
Richard Henderson
2
-1
/
+4
2024-06-19
tcg/loongarch64: Support LASX in tcg_out_vec_op
Richard Henderson
1
-84
/
+135
2024-06-19
tcg/loongarch64: Split out vdvjukN in tcg_out_vec_op
Richard Henderson
1
-25
/
+31
2024-06-19
tcg/loongarch64: Remove temp_vec from tcg_out_vec_op
Richard Henderson
1
-5
/
+4
2024-06-19
tcg/loongarch64: Support LASX in tcg_out_{mov,ld,st}
Richard Henderson
1
-0
/
+19
2024-06-19
tcg/loongarch64: Split out vdvjvk in tcg_out_vec_op
Richard Henderson
1
-56
/
+63
2024-06-19
tcg/loongarch64: Support LASX in tcg_out_addsub_vec
Richard Henderson
1
-16
/
+20
2024-06-19
tcg/loongarch64: Simplify tcg_out_addsub_vec
Richard Henderson
1
-14
/
+15
2024-06-19
tcg/loongarch64: Support LASX in tcg_out_dupi_vec
Richard Henderson
1
-1
/
+6
2024-06-19
tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec
Richard Henderson
1
-17
/
+1
2024-06-19
tcg/loongarch64: Support LASX in tcg_out_dupm_vec
Richard Henderson
1
-6
/
+24
2024-06-19
tcg/loongarch64: Support LASX in tcg_out_dup_vec
Richard Henderson
1
-3
/
+7
2024-06-19
tcg/loongarch64: Simplify tcg_out_dup_vec
Richard Henderson
1
-16
/
+6
2024-06-19
util/loongarch64: Detect LASX vector support
Richard Henderson
2
-0
/
+2
2024-06-19
tcg/loongarch64: Support TCG_TYPE_V64
Richard Henderson
2
-3
/
+7
2024-06-19
tcg/loongarch64: Handle i32 and i64 moves between gr and fr
Richard Henderson
1
-5
/
+17
2024-06-19
tcg/loongarch64: Use fp load/store for I32 and I64 into vector regs
Richard Henderson
1
-26
/
+10
2024-06-19
tcg/loongarch64: Import LASX, FP insns
Richard Henderson
1
-3542
/
+1607
2024-06-19
Merge tag 'misc-20240619' of https://github.com/philmd/qemu into staging
Richard Henderson
91
-1415
/
+742
2024-06-19
exec: Make the MemOp enum cast explicit
Roman Kiryanov
1
-1
/
+1
2024-06-19
ui+display: rename is_buffer_shared() -> surface_is_allocated()
Gerd Hoffmann
5
-16
/
+18
2024-06-19
ui+display: rename is_placeholder() -> surface_is_placeholder()
Gerd Hoffmann
4
-4
/
+4
2024-06-19
stdvga: fix screen blanking
Gerd Hoffmann
1
-0
/
+7
2024-06-19
ui/cocoa: Use qemu_add_mouse_change_notifier
Akihiko Odaki
1
-24
/
+38
2024-06-19
MAINTAINERS: drop spice+ui maintainership
Gerd Hoffmann
1
-3
/
+1
2024-06-19
MAINTAINERS: drop virtio-gpu maintainership
Gerd Hoffmann
1
-3
/
+1
2024-06-19
util/readline: Add C-u shortcut
Manos Pitsidianakis
1
-0
/
+12
2024-06-19
util/readline: Add C-n, C-p shortcuts
Manos Pitsidianakis
1
-0
/
+8
2024-06-19
util/readline: Fix lints for readline_handle_byte
Manos Pitsidianakis
1
-4
/
+11
[next]