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
/
xilinx_zynq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-22
1
-1
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...
Peter Maydell
2020-09-13
1
-0
/
+1
|
\
|
*
hw/arm: xlnx: Set all boards' GEM 'phy-addr' property value to 23
Bin Meng
2020-09-10
1
-0
/
+1
*
|
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-2
/
+2
*
|
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
|
/
*
hw/arm/xilinx_zynq: Call qdev_connect_clock_in() before DeviceRealize
Philippe Mathieu-Daudé
2020-08-28
1
-9
/
+9
*
hw/arm/xilinx_zynq: Uninline cadence_uart_create()
Philippe Mathieu-Daudé
2020-08-28
1
-2
/
+12
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-3
/
+3
*
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-23
1
-3
/
+4
*
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
1
-1
/
+1
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-8
/
+8
*
ssi: Convert uses of ssi_create_slave_no_init() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-19
/
+19
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-1
/
+1
*
hw/arm/xilinx_zynq: connect uart clocks to slcr
Damien Hedde
2020-04-30
1
-8
/
+49
*
hw/arm/xilinx_zynq: Fix USB port instantiation
Guenter Roeck
2020-02-28
1
-2
/
+3
*
arm/xilinx_zynq: use memdev for RAM
Igor Mammedov
2020-02-19
1
-4
/
+2
*
arm/xilinx_zynq: drop RAM size fixup
Igor Mammedov
2020-02-19
1
-8
/
+8
*
hw/arm/xilinx_zynq: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2019-10-22
1
-1
/
+2
*
hw/arm: simplify arm_load_dtb
Tao Xu
2019-09-03
1
-7
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-1
/
+0
*
arm: Rename hw/arm/arm.h to hw/arm/boot.h
Peter Maydell
2019-05-23
1
-1
/
+1
*
pflash: Clean up after commit 368a354f02b, part 2
Markus Armbruster
2019-03-11
1
-3
/
+2
*
pflash: Clean up after commit 368a354f02b, part 1
Markus Armbruster
2019-03-11
1
-1
/
+1
*
hw/arm/xilinx_zynq: Use the ARRAY_SIZE macro
Philippe Mathieu-Daudé
2018-11-02
1
-1
/
+1
*
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
Change references to serial_hds[] to serial_hd()
Peter Maydell
2018-04-26
1
-2
/
+2
*
hw/arm/xilinx_zynq: fix the capabilities register to match the datasheet
Philippe Mathieu-Daudé
2018-02-13
1
-24
/
+29
*
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2017-09-19
1
-8
/
+2
*
hw/arm: Set ignore_memory_transaction_failures for most ARM boards
Peter Maydell
2017-09-07
1
-0
/
+1
*
hw/arm: use defined type name instead of hard-coded string
Philippe Mathieu-Daudé
2017-09-04
1
-6
/
+8
*
hw: Use new memory_region_init_{ram, rom, rom_device}() functions
Peter Maydell
2017-07-14
1
-2
/
+1
*
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
2017-07-14
1
-1
/
+1
*
hw: Default -drive to if=none instead of scsi when scsi cannot work
Markus Armbruster
2017-02-21
1
-1
/
+0
*
m25p80: qdev-ify drive property
Paolo Bonzini
2016-07-04
1
-1
/
+7
*
xilinx_zynq: Connect devcfg to the Zynq machine model
Peter Crosthwaite
2016-07-04
1
-0
/
+6
*
hw/char: QOM'ify cadence_uart model
xiaoqiang zhao
2016-06-06
1
-2
/
+3
*
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
*
sdhci_sysbus: Create SD card device in users, not the device itself
Peter Maydell
2016-02-18
1
-1
/
+16
*
ssi: Move ssi.h into a separate directory
Alistair Francis
2016-01-21
1
-1
/
+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
-22
/
+6
*
hw/misc: Add support for ADC controller in Xilinx Zynq 7000
Guenter Roeck
2015-11-12
1
-0
/
+6
*
arm: xilinx_zynq: Add linux pre-boot
Peter Crosthwaite
2015-11-03
1
-0
/
+42
*
Use DEFINE_MACHINE() to register all machines
Eduardo Habkost
2015-09-19
1
-12
/
+7
*
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
2015-09-18
1
-1
/
+1
*
arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...
Dirk Müller
2015-04-08
1
-3
/
+2
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-4
/
+4
[next]