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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-25
Merge tag 'pull-aspeed-20241024' of https://github.com/legoater/qemu into sta...
Peter Maydell
2
-5
/
+17
2024-10-24
hw/arm/aspeed: Correct fmc_model w25q80bl for ast1030-a1 EVB
Jamin Lin
1
-1
/
+1
2024-10-24
hw/arm/aspeed: Correct spi_model w25q256 for ast1030-a1 EVB.
Jamin Lin
1
-1
/
+1
2024-10-24
aspeed/soc: Support GPIO for AST2700
Jamin Lin
1
-0
/
+13
2024-10-24
aspeed/soc: Correct GPIO irq 130 for AST2700
Jamin Lin
1
-3
/
+2
2024-10-21
replace error_setg(&error_fatal, ...) with error_report()
Tudor Gheorghiu
4
-11
/
+9
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
1
-1
/
+0
2024-10-15
hw/arm: Add SPI to Allwinner A10
Strahinja Jankovic
2
-0
/
+9
2024-10-15
hw/misc: Create STM32L4x5 SYSCFG clock
Inès Varhol
1
-0
/
+2
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/arm/omap1: Remove unused omap_uwire_attach() method
Philippe Mathieu-Daudé
1
-21
/
+8
2024-10-11
rust: add PL011 device model
Paolo Bonzini
1
-10
/
+20
2024-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
10
-18
/
+18
2024-10-03
hw/arm: xenpvh: Enable PCI for ARM PVH
Edgar E. Iglesias
1
-0
/
+14
2024-10-03
hw/xen: xenpvh: Disable buffered IOREQs for ARM
Edgar E. Iglesias
1
-0
/
+3
2024-10-03
hw/char: Extract serial-mm
Bernhard Beschow
11
-20
/
+20
2024-10-01
hw/arm: Remove omap2.c
Peter Maydell
2
-2716
/
+0
2024-10-01
hw/misc: Remove cbus
Peter Maydell
1
-14
/
+0
2024-10-01
hw/arm: Remove 'n800' and 'n810' machines
Peter Maydell
2
-1474
/
+0
2024-10-01
hw/arm: Remove pxa2xx_pic
Peter Maydell
3
-371
/
+0
2024-10-01
hw/arm: Remove pxa2xx_gpio
Peter Maydell
2
-366
/
+1
2024-10-01
hw/arm: Remove pxa2xx.c
Peter Maydell
2
-2394
/
+1
2024-10-01
hw/arm: Remove STRONGARM->PXA2XX dependency
Peter Maydell
1
-1
/
+3
2024-10-01
hw/arm: Remove 'z2' machine
Peter Maydell
3
-365
/
+0
2024-10-01
hw/arm: Remove 'mainstone' machine
Peter Maydell
3
-184
/
+0
2024-10-01
hw/arm: Remove 'connex' and 'verdex' machines
Peter Maydell
3
-150
/
+0
2024-10-01
hw/arm: Remove 'cheetah' machine
Peter Maydell
3
-332
/
+0
2024-10-01
hw/arm/KConfig: Replace ZAURUS with ZAURUS_SCOOP
Peter Maydell
1
-6
/
+1
2024-10-01
hw/arm: Remove deprecated akita, borzoi, spitz, terrier, tosa boards
Peter Maydell
4
-1636
/
+0
2024-10-01
hw/arm/xlnx: Connect secondary CGEM IRQs
Kinsey Moore
2
-2
/
+21
2024-09-28
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-1
/
+1
2024-09-24
hw/arm: replace assert(0) with g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+1
2024-09-24
reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()
Juraj Marcin
2
-4
/
+4
2024-09-16
aspeed: Add tmp105 in i2c bus 0 for AST2700
Jamin Lin
1
-0
/
+10
2024-09-16
aspeed/soc: Support I2C for AST2700
Jamin Lin
1
-0
/
+24
2024-09-16
aspeed/soc: Introduce a new API to get the device irq
Jamin Lin
1
-0
/
+21
2024-09-13
hvf: arm: Implement and use hvf_get_physical_address_range
Danny Canter
1
-1
/
+30
2024-09-13
hw/boards: Add hvf_get_physical_address_range to MachineClass
Danny Canter
1
-1
/
+8
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
5
-9
/
+9
2024-09-06
Merge tag 'pull-target-arm-20240905' of https://git.linaro.org/people/pmaydel...
Peter Maydell
5
-20
/
+32
2024-09-05
hw/arm/boot: Explain why load_elf_hdr() error is ignored
Philippe Mathieu-Daudé
1
-2
/
+6
2024-09-05
hw/arm/boot: Report error msg if loading elf/dtb failed
Changbin Du
1
-0
/
+2
2024-09-05
hw/arm/xilinx_zynq: Enable Security Extensions
Sebastian Huber
1
-8
/
+0
2024-09-05
hw/arm/sbsa-ref: Don't leak string in sbsa_fdt_add_gic_node()
Peter Maydell
1
-9
/
+6
2024-09-05
hw/arm/sbsa-ref: Use two-stage SMMU
Peter Maydell
1
-0
/
+1
2024-09-05
hw/arm/virt: Default to two-stage SMMU from virt-9.2
Peter Maydell
1
-0
/
+8
2024-09-05
hw/arm/smmuv3: Update comment documenting "stage" property
Peter Maydell
1
-0
/
+1
2024-09-05
hw: add compat machines for 9.2
Cornelia Huck
1
-1
/
+8
2024-09-04
hw/arm: xenpvh: Rename xen_arm.c -> xen-pvh.c
Edgar E. Iglesias
2
-1
/
+1
[next]