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
*
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
*
hw/arm/exynos: Add generic SDHCI devices
Krzysztof Kozlowski
2017-04-25
1
-0
/
+29
*
hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster ID
Krzysztof Kozlowski
2017-02-28
1
-0
/
+12
*
hw/arm/exynos: Fix Linux kernel division by zero for PLLs
Krzysztof Kozlowski
2017-02-28
1
-0
/
+6
*
hw: explicitly include qemu-common.h and cpu.h
Paolo Bonzini
2016-03-22
1
-0
/
+2
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
hw/arm: Clean up includes
Peter Maydell
2016-01-18
1
-0
/
+1
*
Use error_fatal to simplify obvious fatal errors
Markus Armbruster
2016-01-13
1
-11
/
+2
*
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-09-18
1
-4
/
+4
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-2
/
+2
*
target-arm: Disable EL3 on unsupported machines
Greg Bellows
2014-12-23
1
-0
/
+11
*
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-09
1
-4
/
+5
*
exynos4210: Set reset-cbar property of Cortex-A9 CPUs
Peter Maydell
2014-03-17
1
-3
/
+13
*
i2c: Rename i2c_bus to I2CBus
Andreas Färber
2014-02-14
1
-1
/
+1
*
hw/arm/exynos4210: Don't use arm_pic_init_cpu()
Peter Maydell
2013-08-20
1
-13
/
+3
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-6
/
+6
*
exynos4210.c: register rom_mem for memory migration
Igor Mitsyanko
2013-06-03
1
-0
/
+1
*
hw/arm/exynos4210.c: convert chipid_and_omr to an mmio region
Igor Mitsyanko
2013-06-03
1
-3
/
+24
*
arm: fix location of some include files
Peter Maydell
2013-04-15
1
-1
/
+1
*
hw: move headers to include/
Paolo Bonzini
2013-04-08
1
-2
/
+2
*
arm: move files referencing CPU to hw/arm/
Paolo Bonzini
2013-03-01
1
-0
/
+349