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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-13
hw/arm/aspeed: Do not create and attach empty SD cards by default
Philippe Mathieu-Daudé
1
-4
/
+5
2020-07-13
hw/arm/palm.c: Encapsulate misc GPIO handling in a device
Peter Maydell
1
-9
/
+52
2020-07-13
hw/arm/palm.c: Detabify
Peter Maydell
1
-32
/
+32
2020-07-13
hw/arm/tosa: Encapsulate misc GPIO handling in a device
Peter Maydell
1
-24
/
+64
2020-07-13
hw/arm/tosa.c: Detabify
Peter Maydell
1
-26
/
+26
2020-07-13
Add the ability to change the FEC PHY MDIO devices numbers on i.MX7 processor
Jean-Christophe Dubois
1
-0
/
+9
2020-07-13
Add the ability to change the FEC PHY MDIO device number on i.MX6 processor
Jean-Christophe Dubois
1
-0
/
+7
2020-07-13
Add the ability to change the FEC PHY MDIO device number on i.MX25 processor
Jean-Christophe Dubois
1
-0
/
+7
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
16
-384
/
+189
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
11
-82
/
+61
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
41
-346
/
+328
2020-07-10
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
2
-12
/
+2
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
18
-322
/
+161
2020-07-07
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+2
2020-07-03
Replace uses of FROM_SSI_SLAVE() macro with QOM casts
Peter Maydell
1
-4
/
+7
2020-07-03
hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtg
Peter Maydell
1
-8
/
+15
2020-07-03
hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
1
-2
/
+7
2020-07-03
hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
1
-5
/
+7
2020-07-03
hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accesses
Peter Maydell
1
-0
/
+3
2020-07-03
hw/arm/spitz: Encapsulate misc GPIO handling in a device
Peter Maydell
1
-43
/
+88
2020-07-03
hw/misc/max111x: Create header file for documentation, TYPE_ macros
Peter Maydell
1
-1
/
+2
2020-07-03
hw/misc/max111x: Use GPIO lines rather than max111x_set_input()
Peter Maydell
1
-4
/
+5
2020-07-03
hw/arm/spitz: Use max111x properties to set initial values
Peter Maydell
1
-4
/
+7
2020-07-03
hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signals
Peter Maydell
1
-16
/
+12
2020-07-03
hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineState
Peter Maydell
1
-17
/
+21
2020-07-03
hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineState
Peter Maydell
1
-26
/
+32
2020-07-03
hw/arm/spitz: Create SpitzMachineClass abstract base class
Peter Maydell
1
-35
/
+54
2020-07-03
hw/arm/spitz: Detabify
Peter Maydell
1
-79
/
+79
2020-07-03
hw/arm/virt-acpi-build: Only expose flash on older machine types
Andrew Jones
2
-1
/
+7
2020-07-03
hw/arm/virt: Let the virtio-iommu bypass MSIs
Eric Auger
1
-0
/
+30
2020-07-03
Select MDIO device 2 and 1 as PHY devices for i.MX6UL EVK board.
Jean-Christophe Dubois
1
-0
/
+2
2020-07-03
Add the ability to select a different PHY for each i.MX6UL FEC interface
Jean-Christophe Dubois
1
-0
/
+10
2020-07-03
numa: Auto-enable NUMA when any memory devices are possible
David Hildenbrand
1
-0
/
+2
2020-07-02
arm/{bcm2835,fsl-imx25,fsl-imx6}: Fix realize error API violations
Markus Armbruster
3
-22
/
+14
2020-07-02
hw/arm/armsse: Fix armsse_realize() error API violation
Markus Armbruster
1
-4
/
+4
2020-07-02
aspeed: Fix realize error API violation
Markus Armbruster
2
-4
/
+6
2020-07-02
arm/stm32f205 arm/stm32f405: Fix realize error API violation
Markus Armbruster
2
-2
/
+2
2020-07-02
hw/arm: Drop useless object_property_set_link() error handling
Markus Armbruster
5
-76
/
+24
2020-07-02
aspeed: Clean up roundabout error propagation
Markus Armbruster
2
-12
/
+8
2020-07-02
Clean up some calls to ignore Error objects the right way
Markus Armbruster
1
-3
/
+1
2020-06-26
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...
Peter Maydell
2
-21
/
+80
2020-06-26
numa: forbid '-numa node, mem' for 5.1 and newer machine types
Igor Mammedov
1
-1
/
+1
2020-06-26
target/arm: Create tagged ram when MTE is enabled
Richard Henderson
1
-2
/
+53
2020-06-26
hw/arm/aspeed: Describe each PCA9552 device
Philippe Mathieu-Daudé
1
-4
/
+9
2020-06-26
hw/arm/aspeed: QOM'ify AspeedMachineState
Philippe Mathieu-Daudé
1
-4
/
+7
2020-06-26
hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineState
Philippe Mathieu-Daudé
1
-10
/
+10
2020-06-26
hw/arm/aspeed: Remove extraneous MemoryRegion object owner
Philippe Mathieu-Daudé
1
-3
/
+3
2020-06-25
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+34
2020-06-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...
Peter Maydell
15
-33
/
+33
2020-06-24
arm/acpi: Add the TPM2.0 device under the DSDT
Eric Auger
1
-0
/
+34
[next]