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-05-28
ui/dbus: add a FIXME about texture/dmabuf scanout handling
Marc-André Lureau
1
-0
/
+5
2023-05-28
gtk: add gl-area support on win32
Marc-André Lureau
1
-0
/
+6
2023-05-28
virtio-gpu: add a FIXME for virtio_gpu_load()
Marc-André Lureau
1
-0
/
+1
2023-05-28
win32: wrap socket close() with an exception handler
Marc-André Lureau
2
-6
/
+21
2023-05-28
ui/dbus: fix compilation when GBM && !OPENGL
Marc-André Lureau
1
-5
/
+5
2023-05-28
ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failed
Marc-André Lureau
1
-0
/
+4
2023-05-28
ui/gtk-egl: fix scaling for cursor position in scanout mode
Erico Nunes
1
-2
/
+2
2023-05-28
ui/gtk: use widget size for cursor motion event
Erico Nunes
1
-5
/
+3
2023-05-28
ui/gtk: fix passing y0_top parameter to scanout
Erico Nunes
2
-2
/
+2
2023-05-27
target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
Nicholas Piggin
1
-7
/
+10
2023-05-27
target/ppc: Fix width of some 32-bit SPRs
Nicholas Piggin
6
-27
/
+27
2023-05-27
target/ppc: Fix fallback to MFSS for MFFS* instructions on pre 3.0 ISAs
Richard Purdie
2
-13
/
+29
2023-05-26
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
13
-85
/
+50
2023-05-26
Merge tag 'pull-hex-20230526' of https://github.com/quic/qemu into staging
Richard Henderson
32
-1296
/
+1150
2023-05-26
Merge tag 'pull-loongarch-20230526' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
3
-16
/
+31
2023-05-26
Merge tag 'pull-request-2023-05-26' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
16
-19
/
+140
2023-05-26
Hexagon (target/hexagon) Change Hexagon maintainer
Taylor Simpson
2
-1
/
+2
2023-05-26
Hexagon: fix outdated `hex_new_*` comments
Matheus Tavares Bernardino
2
-15
/
+13
2023-05-26
target/hexagon/*.py: clean up used 'toss' and 'numregs' vars
Matheus Tavares Bernardino
7
-70
/
+70
2023-05-26
Hexagon (target/hexagon) Fix assignment to tmp registers
Marco Liebel
2
-4
/
+35
2023-05-26
Hexagon (tests/tcg/hexagon) Clean up Hexagon check-tcg tests
Taylor Simpson
19
-1206
/
+1030
2023-05-26
configure: ignore --make
Paolo Bonzini
2
-18
/
+1
2023-05-26
meson: use subproject for keycodemapdb
Paolo Bonzini
5
-9
/
+9
2023-05-26
meson: use subproject for internal libfdt
Paolo Bonzini
5
-24
/
+8
2023-05-26
meson: simplify logic for -Dfdt
Paolo Bonzini
1
-13
/
+16
2023-05-26
virtio: qmp: fix memory leak
Paolo Bonzini
1
-6
/
+5
2023-05-26
slirp: update wrap to latest master
Paolo Bonzini
1
-1
/
+1
2023-05-26
meson: Add static glib dependency for initrd-stress.img
Fabiano Rosas
1
-1
/
+3
2023-05-26
meson: Remove leftover comment
Fabiano Rosas
1
-2
/
+0
2023-05-26
target/loongarch: Fix the vinsgr2vr/vpickve2gr instructions cause system core...
Song Gao
1
-13
/
+26
2023-05-26
target/loongarch: Fix LD/ST{LE/GT} instructions get wrong CSR_ERA and CSR_BADV
Song Gao
2
-3
/
+5
2023-05-26
configure: unset harmful environment variables
Paolo Bonzini
1
-3
/
+2
2023-05-26
Makefile: remove $(TESTS_PYTHON)
Paolo Bonzini
2
-6
/
+4
2023-05-26
tests/vm: fix and simplify HOST_ARCH definition
Paolo Bonzini
1
-3
/
+2
2023-05-26
tests/docker: simplify HOST_ARCH definition
Paolo Bonzini
1
-1
/
+1
2023-05-26
hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)
Thomas Huth
2
-6
/
+50
2023-05-26
lsi53c895a: disable reentrancy detection for MMIO region, too
Thomas Huth
1
-0
/
+1
2023-05-26
machine: do not crash if default RAM backend name has been stolen
Igor Mammedov
1
-0
/
+8
2023-05-26
tests/qtest/ac97-test: add up-/downsampling tests
Volker Rümelin
1
-1
/
+39
2023-05-26
tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using them
Thomas Huth
1
-0
/
+5
2023-05-26
tests/qtest/rtl8139-test: Check whether the rtl8139 device is available
Thomas Huth
1
-0
/
+4
2023-05-26
tests/qtest: Check for virtio-blk before using -cdrom with the arm virt machine
Thomas Huth
2
-2
/
+6
2023-05-26
tests/qtest/usb-hcd-uhci-test: Check whether "usb-storage" is available
Thomas Huth
1
-1
/
+3
2023-05-26
hw/mips: Use MachineClass->default_nic in the virt machine
Philippe Mathieu-Daudé
1
-1
/
+3
2023-05-26
hw/arm: Use MachineClass->default_nic in the sbsa-ref machine
Thomas Huth
1
-1
/
+3
2023-05-26
hw/xtensa: Use MachineClass->default_nic in the virt machine
Thomas Huth
1
-3
/
+6
2023-05-26
hw/loongarch64: Use MachineClass->default_nic in the virt machine
Thomas Huth
1
-1
/
+3
2023-05-26
hw/arm: Use MachineClass->default_nic in the virt machine
Thomas Huth
1
-1
/
+3
2023-05-26
hw/alpha: Use MachineClass->default_nic in the alpha machine
Thomas Huth
1
-1
/
+3
2023-05-26
hw/hppa: Use MachineClass->default_nic in the hppa machine
Thomas Huth
1
-1
/
+3
[prev]
[next]