summaryrefslogtreecommitdiffstats
path: root/hw/arm/xilinx_zynq.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEFINE_MACHINE() to register all machinesEduardo Habkost2015-09-191-12/+7
* Fix bad error handling after memory_region_init_ram()Markus Armbruster2015-09-181-1/+1
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-081-3/+2
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-181-4/+4
* target-arm: Disable EL3 on unsupported machinesGreg Bellows2014-12-221-0/+12
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+1
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+3
* memory: add parameter errp to memory_region_init_ramHu Tao2014-09-091-2/+4
* ssi: Name the CS GPIOPeter Crosthwaite2014-05-281-1/+1
* machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum2014-05-281-6/+6
* ZYNQ: Implement board MIDR control for ZynqAlistair Francis2014-01-311-0/+7
* arm/xilinx_zynq: Always instantiate the GEMsPeter Crosthwaite2014-01-081-11/+6
* arm/xilinx_zynq: Implement CBAR initialisationPeter Crosthwaite2013-12-171-1/+8
* arm/xilinx_zynq: Use object_new() rather than cpu_arm_init()Peter Crosthwaite2013-12-171-3/+9
* hw: Clean up bogus default boot orderMarkus Armbruster2013-08-281-1/+0
* hw/arm/xilinx_zynq: Don't use arm_pic_init_cpu()Peter Maydell2013-08-201-5/+2
* cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-091-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* xilinx_spips: seperate SPI and QSPI as two classesPeter Crosthwaite2013-06-031-1/+1
* arm: fix location of some include filesPeter Maydell2013-04-151-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* xilinx_zynq: Cleanup ssi_create_slavePeter Crosthwaite2013-04-051-2/+1
* xilinx_zynq: added pl330 to machine modelPeter Crosthwaite2013-03-151-0/+24
* hw: move boards and other isolated files to hw/ARCHPaolo Bonzini2013-03-011-0/+224
OpenPOWER on IntegriCloud