aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-21hw/arm/virt: allow creation of a second NonSecure UARTPeter Maydell4-8/+49
2024-06-21hw/arm/virt: Rename VIRT_UART and VIRT_SECURE_UART to VIRT_UART[01]Peter Maydell3-15/+15
2024-06-21hw/arm/virt: Add serial aliases in DTBPeter Maydell1-0/+4
2024-06-21hw/usb/hcd-dwc2: Handle invalid address access in read and write functionsZheyu Ma1-2/+7
2024-06-21hw/timer/a9gtimer: Handle QTest mode in a9_gtimer_get_current_cpuZheyu Ma1-0/+5
2024-06-21scripts/coverity-scan/COMPONENTS.md: Include libqmp in testlibsPeter Maydell1-1/+1
2024-06-21scripts/coverity-scan/COMPONENTS.md: Fix monitor componentPeter Maydell1-1/+1
2024-06-21scripts/coverity-scan/COMPONENTS.md: Add crypto headers in host/include to th...Peter Maydell1-1/+1
2024-06-21scripts/coverity-scan/COMPONENTS.md: Fix 'char' componentPeter Maydell1-1/+4
2024-06-21scripts/coverity-scan/COMPONENTS.md: Update paths to match gitlab CIPeter Maydell1-52/+52
2024-06-21hw/arm/xilinx_zynq: Fix IRQ/FIQ routingSebastian Huber1-2/+3
2024-06-21hw/intc/arm_gic: Fix deactivation of SPI linesEdgar E. Iglesias1-2/+6
2024-06-21hw/arm/sbsa-ref: switch to 1GHz timer frequencyMarcin Juszkiewicz1-8/+4
2024-06-21hw/net/can/xlnx-versal-canfd: Fix sorting of the tx queueShiva sagar Myana1-1/+4
2024-06-19Merge tag 'pull-tcg-20240619' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson14-3988/+2315
2024-06-19tcg/loongarch64: Fix tcg_out_movi vs some pcrel pointersRichard Henderson1-17/+15
2024-06-19target/sparc: use signed denominator in sdiv helperClément Chigot1-1/+1
2024-06-19linux-user: Make TARGET_NR_setgroups affect only the current threadIlya Leoshkevich1-2/+8
2024-06-19accel/tcg: Fix typo causing tb->page_addr[1] to not be recordedAnton Johansson1-2/+2
2024-06-19util/bufferiszero: Add loongarch64 vector accelerationRichard Henderson1-0/+143
2024-06-19util/bufferiszero: Split out host include filesRichard Henderson5-190/+212
2024-06-19tcg/loongarch64: Enable v256 with LASXRichard Henderson2-1/+4
2024-06-19tcg/loongarch64: Support LASX in tcg_out_vec_opRichard Henderson1-84/+135
2024-06-19tcg/loongarch64: Split out vdvjukN in tcg_out_vec_opRichard Henderson1-25/+31
2024-06-19tcg/loongarch64: Remove temp_vec from tcg_out_vec_opRichard Henderson1-5/+4
2024-06-19tcg/loongarch64: Support LASX in tcg_out_{mov,ld,st}Richard Henderson1-0/+19
2024-06-19tcg/loongarch64: Split out vdvjvk in tcg_out_vec_opRichard Henderson1-56/+63
2024-06-19tcg/loongarch64: Support LASX in tcg_out_addsub_vecRichard Henderson1-16/+20
2024-06-19tcg/loongarch64: Simplify tcg_out_addsub_vecRichard Henderson1-14/+15
2024-06-19tcg/loongarch64: Support LASX in tcg_out_dupi_vecRichard Henderson1-1/+6
2024-06-19tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vecRichard Henderson1-17/+1
2024-06-19tcg/loongarch64: Support LASX in tcg_out_dupm_vecRichard Henderson1-6/+24
2024-06-19tcg/loongarch64: Support LASX in tcg_out_dup_vecRichard Henderson1-3/+7
2024-06-19tcg/loongarch64: Simplify tcg_out_dup_vecRichard Henderson1-16/+6
2024-06-19util/loongarch64: Detect LASX vector supportRichard Henderson2-0/+2
2024-06-19tcg/loongarch64: Support TCG_TYPE_V64Richard Henderson2-3/+7
2024-06-19tcg/loongarch64: Handle i32 and i64 moves between gr and frRichard Henderson1-5/+17
2024-06-19tcg/loongarch64: Use fp load/store for I32 and I64 into vector regsRichard Henderson1-26/+10
2024-06-19tcg/loongarch64: Import LASX, FP insnsRichard Henderson1-3542/+1607
2024-06-19Merge tag 'misc-20240619' of https://github.com/philmd/qemu into stagingRichard Henderson91-1415/+742
2024-06-19exec: Make the MemOp enum cast explicitRoman Kiryanov1-1/+1
2024-06-19ui+display: rename is_buffer_shared() -> surface_is_allocated()Gerd Hoffmann5-16/+18
2024-06-19ui+display: rename is_placeholder() -> surface_is_placeholder()Gerd Hoffmann4-4/+4
2024-06-19stdvga: fix screen blankingGerd Hoffmann1-0/+7
2024-06-19ui/cocoa: Use qemu_add_mouse_change_notifierAkihiko Odaki1-24/+38
2024-06-19MAINTAINERS: drop spice+ui maintainershipGerd Hoffmann1-3/+1
2024-06-19MAINTAINERS: drop virtio-gpu maintainershipGerd Hoffmann1-3/+1
2024-06-19util/readline: Add C-u shortcutManos Pitsidianakis1-0/+12
2024-06-19util/readline: Add C-n, C-p shortcutsManos Pitsidianakis1-0/+8
2024-06-19util/readline: Fix lints for readline_handle_byteManos Pitsidianakis1-4/+11