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
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-01
Merge tag 'pull-ufs-20240429' of https://gitlab.com/jeuk20.kim/qemu into staging
Richard Henderson
1
-0
/
+8
2024-04-30
Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydel...
Richard Henderson
13
-32
/
+506
2024-04-30
Merge tag 'pull-request-2024-04-30' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
3
-20
/
+37
2024-04-30
hw/arm : Connect DM163 to B-L475E-IOT01A
Inès Varhol
2
-2
/
+58
2024-04-30
hw/arm : Create Bl475eMachineState
Inès Varhol
1
-14
/
+32
2024-04-30
hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
Inès Varhol
1
-2
/
+4
2024-04-30
hw/display : Add device DM163
Inès Varhol
4
-0
/
+367
2024-04-30
hw/arm/npcm7xx: Store derivative OTP fuse key in little endian
Philippe Mathieu-Daudé
1
-1
/
+2
2024-04-30
hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_size
Thomas Huth
1
-0
/
+1
2024-04-30
hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields
Alexandra Diupina
1
-10
/
+10
2024-04-30
target/arm: Default to 1GHz cntfrq for 'max' and new CPUs
Peter Maydell
1
-1
/
+3
2024-04-30
hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM property
Peter Maydell
2
-1
/
+15
2024-04-30
hw/arm/sbsa-ref: Force CPU generic timer to 62.5MHz
Peter Maydell
1
-0
/
+15
2024-04-30
hw/core/clock: allow clock_propagate on child clocks
Raphael Poggi
1
-1
/
+0
2024-04-30
hw/ide/core.c (cmd_read_native_max): Avoid limited device parameters
Lev Kujawski
1
-4
/
+17
2024-04-30
hw/char/stm32l4x5_usart: Fix memory corruption by adding correct class_size
Thomas Huth
1
-0
/
+1
2024-04-30
hw: misc: edu: use qemu_log_mask instead of hw_error
Chris Friedt
1
-4
/
+8
2024-04-30
hw: misc: edu: rename local vars in edu_check_range
Chris Friedt
1
-8
/
+8
2024-04-30
hw: misc: edu: fix 2 off-by-one errors
Chris Friedt
1
-9
/
+8
2024-04-29
hw/ufs: Fix buffer overflow bug
Jeuk Kim
1
-0
/
+8
2024-04-29
hw/loongarch: Add cells missing from rtc node
Song Gao
1
-3
/
+9
2024-04-29
hw/loongarch: Add cells missing from uart node
Song Gao
1
-2
/
+7
2024-04-29
hw/loongarch: fdt remove unused irqchip node
Song Gao
1
-30
/
+1
2024-04-29
hw/loongarch: fdt adds pcie irq_map node
Song Gao
1
-4
/
+69
2024-04-29
hw/loongarch: fdt adds pch_msi Controller
Song Gao
1
-1
/
+32
2024-04-29
hw/loongarch: fdt adds pch_pic Controller
Song Gao
1
-1
/
+29
2024-04-29
hw/loongarch: fdt adds Extend I/O Interrupt Controller
Song Gao
1
-1
/
+29
2024-04-29
hw/loongarch: fdt adds cpu interrupt controller node
Song Gao
1
-0
/
+21
2024-04-29
hw/loongarch: Fix fdt memory node wrong 'reg'
Song Gao
1
-1
/
+1
2024-04-29
hw/loongarch: Init efi_fdt table
Song Gao
2
-4
/
+13
2024-04-29
hw/loongarch: Init efi_initrd table
Song Gao
1
-2
/
+21
2024-04-29
hw/loongarch: Init efi_boot_memmap table
Song Gao
2
-9
/
+42
2024-04-29
hw/loongarch: Init efi_system_table
Song Gao
1
-0
/
+22
2024-04-29
hw/loongarch: Add init_cmdline
Song Gao
1
-0
/
+30
2024-04-29
hw/loongarch: Add slave cpu boot_code
Song Gao
1
-1
/
+61
2024-04-29
hw/loongarch: Add load initrd
Song Gao
1
-1
/
+27
2024-04-29
hw/loongarch: Move boot functions to boot.c
Song Gao
3
-113
/
+137
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
5
-4
/
+5
2024-04-25
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
26
-86
/
+165
2024-04-25
Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...
Richard Henderson
92
-186
/
+1322
2024-04-25
hw/s390x: Include missing 'cpu.h' header
Philippe Mathieu-Daudé
2
-0
/
+3
2024-04-25
hw/core: Support module-id in numa configuration
Zhao Liu
1
-0
/
+16
2024-04-25
hw/core: Introduce module-id as the topology subindex
Zhao Liu
1
-0
/
+4
2024-04-25
hw/core/machine: Support modules in -smp
Zhao Liu
2
-6
/
+34
2024-04-25
hw/core/machine: Introduce the module as a CPU topology level
Zhao Liu
2
-1
/
+2
2024-04-25
hw/i386/pc_sysfw: Remove unused parameter from pc_isa_bios_init()
Bernhard Beschow
1
-3
/
+2
2024-04-25
hw/misc : Correct 5 spaces indents in stm32l4x5_exti
Inès Varhol
1
-4
/
+4
2024-04-25
hw/xtensa: Include missing 'exec/cpu-common.h' in 'bootparam.h'
Philippe Mathieu-Daudé
1
-0
/
+2
2024-04-25
hw/elf_ops: Rename elf_ops.h -> elf_ops.h.inc
Philippe Mathieu-Daudé
1
-2
/
+2
2024-04-25
hw/cxl/cxl-cdat: Make cxl_doe_cdat_init() return boolean
Zhao Liu
3
-7
/
+5
[next]