summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller13-37/+30
2015-04-02Merge remote-tracking branch 'remotes/armbru/tags/pull-hw-2015-04-02' into st...Peter Maydell2-0/+5
2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster1-0/+2
2015-04-02hw: Mark device misusing nd_table[] FIXMEMarkus Armbruster1-0/+1
2015-04-02hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster1-0/+1
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster1-0/+1
2015-04-02hw/arm/vexpress: Don't double-free flash filenamePeter Maydell1-1/+0
2015-04-02hw/arm/virt: Fix corruption due to double freeShannon Zhao1-1/+0
2015-04-01hw/arm/virt: Fix memory leak reported by CoverityStefan Weil1-1/+8
2015-04-01hw/arm/vexpress: Fix memory leak reported by CoverityStefan Weil1-2/+9
2015-04-01hw/arm/highbank: Fix resource leak and wrong image loadingStefan Weil1-2/+1
2015-03-19error: Replace error_report() & error_free() with error_report_err()zhanghailiang1-1/+1
2015-03-19arm: fix memory leakGonglei4-2/+6
2015-03-19arm/nseries: Fix warnings from SparseStefan Weil1-2/+2
2015-03-19omap: Fix warnings from SparseStefan Weil2-25/+52
2015-03-11integrator/cp: Implement CARDIN and WPROT signalsJan Kiszka1-6/+56
2015-03-11integrator/cp: Model CP control registers as sysbus deviceJan Kiszka1-8/+27
2015-03-11netduino2: Add the Netduino 2 MachineAlistair Francis2-0/+58
2015-03-11stm32f205: Add the stm32f205 SoCAlistair Francis2-0/+161
2015-03-11hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1Ard Biesheuvel1-1/+3
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-6/+6
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster2-6/+6
2015-03-10arm/digic_boards: Remove superfluous '\n' around error_report()Gonglei1-3/+3
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster7-16/+16
2015-02-13target-arm: Add feature parsing to virtGreg Bellows1-3/+17
2015-02-13arm: Add PCIe host bridge in virt machineAlexander Graf1-5/+133
2015-02-05hw/arm/virt: explain device-to-transport mapping in create_virtio_devices()Laszlo Ersek1-4/+33
2015-02-05target-arm: Change reset to highest available ELGreg Bellows1-2/+20
2015-02-05target_arm: Parameterise the irq lines for armv7m_initAlistair Francis2-5/+8
2015-02-05target_arm: Remove memory region init from armv7m_initAlistair Francis2-34/+23
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum4-5/+5
2014-12-22hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmwareLaszlo Ersek1-0/+1
2014-12-22hw/arm: pass pristine kernel image to guest firmware over fw_cfgLaszlo Ersek1-5/+83
2014-12-22arm: add fw_cfg to "virt" boardLaszlo Ersek1-0/+21
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows6-0/+71
2014-12-22target-arm: Breakout integratorcp and versatilepb cpu initGreg Bellows2-4/+35
2014-12-22target-arm: Set CPU has_el3 prop during virt initGreg Bellows1-0/+5
2014-12-22target-arm: Enable CPU has_el3 prop during VE initGreg Bellows1-3/+9
2014-12-22target-arm: Add arm_boot_info secure_boot controlGreg Bellows1-0/+10
2014-12-22target-arm: Add virt machine secure propertyGreg Bellows1-0/+30
2014-12-22target-arm: Add virt class and machine typesGreg Bellows1-6/+34
2014-12-22target-arm: Change vexpress daughterboard init argGreg Bellows1-5/+5
2014-12-22target-arm: Add vexpress machine secure propertyGreg Bellows1-0/+30
2014-12-22target-arm: Switch to common vexpress machine initGreg Bellows1-22/+4
2014-12-22target-arm: Add vexpress a9 & a15 machine objectsGreg Bellows1-14/+36
2014-12-22target-arm: Add vexpress class and machine typesGreg Bellows1-0/+45
2014-12-11hw/arm/boot: fix uninitialized scalar variable warning reported by coverityzhanghailiang1-1/+3
2014-12-11hw/arm/realview.c: Fix memory leak in realview_init()Nikita Belov1-1/+2
2014-12-11target-arm: make DACR bankedFabian Aggeler1-1/+1