summaryrefslogtreecommitdiff
path: root/hw/arm/realview.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost1-1/+1
2016-06-06hw/char: QOM'ify pl011 modelxiaoqiang zhao1-4/+5
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost1-1/+1
2016-01-18hw/arm: Clean up includesPeter Maydell1-0/+1
2016-01-13Use error_fatal to simplify obvious fatal errorsMarkus Armbruster1-16/+4
2015-09-19Revert use of DEFINE_MACHINE() for registrations of multiple machinesAndreas Färber1-8/+42
2015-09-19Use DEFINE_MACHINE() to register all machinesEduardo Habkost1-31/+29
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster1-3/+3
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster1-3/+3
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum1-1/+1
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows1-0/+12
2014-12-11hw/arm/realview.c: Fix memory leak in realview_init()Nikita Belov1-1/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao1-3/+6
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-22/+22
2014-03-17realview-pbx-a9: Set reset-cbar property for CPUsPeter Maydell1-10/+29
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber1-2/+2
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-4/+0
2013-08-20hw/arm/realview: Don't use arm_pic_init_cpu()Peter Maydell1-3/+1
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-1/+1
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+4
2013-07-07pci: Add root bus parameter to pci_nic_init()David Gibson1-2/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-04-19versatile_pci: Expose PCI memory space to systemPeter Maydell1-0/+3
2013-04-19arm/realview: Fix mapping of PCI regionsPeter Maydell1-9/+9
2013-04-19versatile_pci: Implement the PCI controller's control registersPeter Maydell1-3/+4
2013-04-15arm: fix location of some include filesPeter Maydell1-2/+2
2013-04-08hw: move headers to include/Paolo Bonzini1-4/+4
2013-03-01hw: move boards and other isolated files to hw/ARCHPaolo Bonzini1-0/+404