index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
exynos4210.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/arm/exynos4210: Drop Exynos4210Irq struct
Peter Maydell
2022-04-21
1
-26
/
+8
*
hw/arm/exynos4210: Put combiners into state struct
Peter Maydell
2022-04-21
1
-9
/
+11
*
hw/arm/exynos4210: Fold combiner splits into exynos4210_init_board_irqs()
Peter Maydell
2022-04-21
1
-63
/
+115
*
hw/arm/exynos4210: Don't connect multiple lines to external GIC inputs
Peter Maydell
2022-04-21
1
-7
/
+5
*
hw/arm/exynos4210: Connect MCT_G0 and MCT_G1 to both combiners
Peter Maydell
2022-04-21
1
-4
/
+3
*
hw/arm/exynos4210: Fill in irq_table[] for internal-combiner-only IRQ lines
Peter Maydell
2022-04-21
1
-0
/
+2
*
hw/arm/exynos4210: Use TYPE_SPLIT_IRQ in exynos4210_init_board_irqs()
Peter Maydell
2022-04-21
1
-8
/
+33
*
hw/arm/exynos4210: Move exynos4210_combiner_get_gpioin() into exynos4210.c
Peter Maydell
2022-04-21
1
-0
/
+82
*
hw/arm/exynos4210: Drop ext_gic_irq[] from Exynos4210Irq struct
Peter Maydell
2022-04-21
1
-6
/
+6
*
hw/arm/exynos4210: Put external GIC into state struct
Peter Maydell
2022-04-21
1
-5
/
+5
*
hw/arm/exynos4210: Move exynos4210_init_board_irqs() into exynos4210.c
Peter Maydell
2022-04-21
1
-0
/
+202
*
hw/arm/exynos4210: Coalesce board_irqs and irq_table
Peter Maydell
2022-04-21
1
-5
/
+1
*
hw/arm/exynos4210: Drop int_gic_irq[] from Exynos4210Irq struct
Peter Maydell
2022-04-21
1
-4
/
+2
*
hw/arm/exynos4210: Put a9mpcore device into state struct
Peter Maydell
2022-04-21
1
-5
/
+6
*
hw/arm/exynos4210: Use TYPE_OR_IRQ instead of custom OR-gate device
Peter Maydell
2022-04-21
1
-15
/
+16
*
hw/dma/pl330: Add memory region to replace default
Wen, Jianxian
2021-08-25
1
-0
/
+3
*
hw: Do not include qemu/log.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-22
1
-1
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-6
/
+7
*
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-23
1
-1
/
+1
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-9
/
+9
*
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
1
-2
/
+1
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-20
/
+21
*
hw/arm: Let devices own the MemoryRegion they create
Philippe Mathieu-Daudé
2020-03-17
1
-6
/
+6
*
hw/arm: Remove unnecessary memory_region_set_readonly() on ROM alias
Philippe Mathieu-Daudé
2020-03-17
1
-1
/
+0
*
hw/arm: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+1
*
hw/arm/exynos4210: Connect serial port DMA busy signals with pl330
Guenter Roeck
2020-01-23
1
-13
/
+29
*
hw/arm/exynos4210: Fix DMA initialization
Guenter Roeck
2020-01-23
1
-8
/
+43
*
hw/arm/exynos4210: Use the Samsung s3c SDHCI controller
Philippe Mathieu-Daudé
2019-10-22
1
-1
/
+1
*
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
hw/arm/exynos4210: QOM'ify the Exynos4210 SoC
Philippe Mathieu-Daudé
2019-05-23
1
-3
/
+23
*
hw/arm/exynos4210: Add DMA support for the Exynos4210
Guenter Roeck
2019-05-23
1
-0
/
+26
*
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-05-23
1
-1
/
+1
*
hw/arm/exynos4210: Zero memory allocated for Exynos4210State
Peter Maydell
2018-11-06
1
-1
/
+1
*
hw/arm/exynos4210: fix Exynos4210 UART support
Bartlomiej Zolnierkiewicz
2018-09-25
1
-4
/
+4
*
Remove unnecessary variables for function return value
Laurent Vivier
2018-05-20
1
-5
/
+1
*
hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2)
Philippe Mathieu-Daudé
2018-02-13
1
-0
/
+12
*
hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()
Philippe Mathieu-Daudé
2018-02-13
1
-1
/
+1
*
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-19
1
-5
/
+1
*
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
2017-09-04
1
-2
/
+2
*
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
1
-4
/
+2
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-2
/
+2
*
hw/misc: Add Exynos4210 Pseudo Random Number Generator
Krzysztof Kozlowski
2017-07-11
1
-0
/
+4
*
hw/arm/exynos: Use type define instead of hard-coded a9mpcore_priv string
Krzysztof Kozlowski
2017-06-13
1
-1
/
+2
*
hw/arm/exynos: Declare local variables in some order
Krzysztof Kozlowski
2017-06-13
1
-2
/
+2
*
hw/arm/exynos: Move DRAM initialization next boards
Krzysztof Kozlowski
2017-06-13
1
-19
/
+1
[next]