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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-23
hw/s390x: Remove the possibility to load the s390-netboot.img binary
Thomas Huth
3
-71
/
+6
2024-10-22
hw/s390x/ipl: Provide more memory to the s390-ccw.img firmware
Thomas Huth
1
-1
/
+9
2024-10-21
Merge tag 'pull-request-2024-10-21' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
3
-2
/
+7
2024-10-21
Merge tag 'edgar/xen-queue-2024-10-21.for-upstream' of https://gitlab.com/edg...
Peter Maydell
1
-3
/
+4
2024-10-21
Revert "hw/sh4/r2d: Realize IDE controller before accessing it"
Thomas Huth
1
-1
/
+1
2024-10-21
hw/pci-bridge: Add a Kconfig switch for the normal PCI bridge
Thomas Huth
2
-1
/
+6
2024-10-21
hw/xen: Avoid use of uninitialized bufioreq_evtchn
Edgar E. Iglesias
1
-3
/
+4
2024-10-18
hw/intc/openpic: Improve errors for out of bounds property values
Markus Armbruster
1
-4
/
+1
2024-10-18
block: Adjust check_block_size() signature
Markus Armbruster
1
-5
/
+1
2024-10-17
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into s...
Peter Maydell
3
-4
/
+43
2024-10-16
Merge tag 'single-binary-20241015' of https://github.com/philmd/qemu into sta...
Peter Maydell
9
-43
/
+53
2024-10-16
hw/loongarch/fw_cfg: Build in common_ss[]
Philippe Mathieu-Daudé
1
-1
/
+1
2024-10-16
hw/loongarch/virt: Add FDT table support with acpi ged pm register
Bibo Mao
1
-0
/
+39
2024-10-16
acpi: ged: Add macro for acpi sleep control register
Bibo Mao
1
-3
/
+3
2024-10-15
hw/mips: Have mips_cpu_create_with_clock() take an endianness argument
Philippe Mathieu-Daudé
5
-5
/
+8
2024-10-15
hw/mips/cps: Set the vCPU 'cpu-big-endian' property
Philippe Mathieu-Daudé
2
-0
/
+6
2024-10-15
hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry
Philippe Mathieu-Daudé
1
-5
/
+7
2024-10-15
hw/i386: Use explicit little-endian LD/ST API
Philippe Mathieu-Daudé
2
-33
/
+32
2024-10-15
hw/arm/xilinx_zynq: Add various missing unimplemented devices
Chao Liu
1
-0
/
+70
2024-10-15
hw/block: Remove ecc
Peter Maydell
5
-97
/
+0
2024-10-15
hw: Remove PCMCIA subsystem
Peter Maydell
5
-29
/
+0
2024-10-15
hw/ide: Remove DSCM-1XXXX microdrive device model
Peter Maydell
3
-651
/
+0
2024-10-15
hw/gpio: Remove MAX7310 device
Peter Maydell
3
-222
/
+0
2024-10-15
hw/adc: Remove MAX111X device
Peter Maydell
3
-240
/
+0
2024-10-15
include: Move QemuLockCnt APIs to their own header
Peter Maydell
1
-0
/
+1
2024-10-15
hw/char/pl011: Use correct masks for IBRD and FBRD
Peter Maydell
1
-2
/
+2
2024-10-15
hw/intc/omap_intc: Remove now-unnecessary abstract base class
Peter Maydell
1
-9
/
+2
2024-10-15
hw/arm: Add SPI to Allwinner A10
Strahinja Jankovic
2
-0
/
+9
2024-10-15
hw/ssi: Allwinner A10 SPI emulation
Strahinja Jankovic
4
-0
/
+576
2024-10-15
hw/clock: Expose 'qtest-clock-period' QOM property for QTests
Inès Varhol
1
-0
/
+16
2024-10-15
hw/misc: Create STM32L4x5 SYSCFG clock
Inès Varhol
2
-2
/
+19
2024-10-15
hw/intc/arm_gicv3_cpuif: Add cast to match the documentation
Alexandra Diupina
1
-1
/
+1
2024-10-15
hw/intc/arm_gicv3: Add cast to match the documentation
Alexandra Diupina
1
-1
/
+1
2024-10-15
hw/intc/arm_gicv3: Add cast to match the documentation
Alexandra Diupina
1
-1
/
+1
2024-10-15
hw/arm/stm32f405: Add RCC device to stm32f405 SoC
Román Cárdenas Rodríguez
2
-1
/
+12
2024-10-15
hw/misc/stm32_rcc: Implement RCC device for STM32F4 SoCs
Román Cárdenas Rodríguez
4
-0
/
+172
2024-10-15
hw/arm/omap1: Remove unused omap_uwire_attach() method
Philippe Mathieu-Daudé
1
-21
/
+8
2024-10-14
ui: refactor using a common qemu_pixman_shareable
Marc-André Lureau
1
-53
/
+19
2024-10-14
virtio-gpu: allocate shareable 2d resources on !win32
Marc-André Lureau
1
-12
/
+27
2024-10-14
ui/pixman: generalize shared_image_destroy
Marc-André Lureau
1
-2
/
+2
2024-10-14
ui/win32: fix potential use-after-free with dbus shared memory
Marc-André Lureau
1
-12
/
+2
2024-10-14
hw/audio/hda: fix memory leak on audio setup
Marc-André Lureau
1
-13
/
+20
2024-10-14
hw/audio/hda: free timer on exit
Marc-André Lureau
1
-1
/
+1
2024-10-11
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-10
/
+20
2024-10-11
rust: add PL011 device model
Paolo Bonzini
1
-10
/
+20
2024-10-07
hw/s390x: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
2
-85
/
+85
2024-10-07
hw/m68k: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
4
-18
/
+18
2024-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
59
-1574
/
+230
2024-10-04
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Peter Maydell
12
-139
/
+1
2024-10-03
hw/arm: xenpvh: Enable PCI for ARM PVH
Edgar E. Iglesias
1
-0
/
+14
[next]