aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2015-04-08arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller
2015-04-02Merge remote-tracking branch 'remotes/armbru/tags/pull-hw-2015-04-02' into st...Peter Maydell
2015-04-02sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster
2015-04-02hw: Mark device misusing nd_table[] FIXMEMarkus Armbruster
2015-04-02hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster
2015-04-02hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster
2015-04-02hw/arm/vexpress: Don't double-free flash filenamePeter Maydell
2015-04-02hw/arm/virt: Fix corruption due to double freeShannon Zhao
2015-04-01hw/arm/virt: Fix memory leak reported by CoverityStefan Weil
2015-04-01hw/arm/vexpress: Fix memory leak reported by CoverityStefan Weil
2015-04-01hw/arm/highbank: Fix resource leak and wrong image loadingStefan Weil
2015-03-19error: Replace error_report() & error_free() with error_report_err()zhanghailiang
2015-03-19arm: fix memory leakGonglei
2015-03-19arm/nseries: Fix warnings from SparseStefan Weil
2015-03-19omap: Fix warnings from SparseStefan Weil
2015-03-11integrator/cp: Implement CARDIN and WPROT signalsJan Kiszka
2015-03-11integrator/cp: Model CP control registers as sysbus deviceJan Kiszka
2015-03-11netduino2: Add the Netduino 2 MachineAlistair Francis
2015-03-11stm32f205: Add the stm32f205 SoCAlistair Francis
2015-03-11hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1Ard Biesheuvel
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster
2015-03-10arm/digic_boards: Remove superfluous '\n' around error_report()Gonglei
2015-02-18error: Use error_report_err() where appropriateMarkus Armbruster
2015-02-13target-arm: Add feature parsing to virtGreg Bellows
2015-02-13arm: Add PCIe host bridge in virt machineAlexander Graf
2015-02-05hw/arm/virt: explain device-to-transport mapping in create_virtio_devices()Laszlo Ersek
2015-02-05target-arm: Change reset to highest available ELGreg Bellows
2015-02-05target_arm: Parameterise the irq lines for armv7m_initAlistair Francis
2015-02-05target_arm: Remove memory region init from armv7m_initAlistair Francis
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum
2014-12-22hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmwarepull-target-arm-20141223Laszlo Ersek
2014-12-22hw/arm: pass pristine kernel image to guest firmware over fw_cfgLaszlo Ersek
2014-12-22arm: add fw_cfg to "virt" boardLaszlo Ersek
2014-12-22target-arm: Disable EL3 on unsupported machinesGreg Bellows
2014-12-22target-arm: Breakout integratorcp and versatilepb cpu initGreg Bellows
2014-12-22target-arm: Set CPU has_el3 prop during virt initGreg Bellows
2014-12-22target-arm: Enable CPU has_el3 prop during VE initGreg Bellows
2014-12-22target-arm: Add arm_boot_info secure_boot controlGreg Bellows
2014-12-22target-arm: Add virt machine secure propertyGreg Bellows
2014-12-22target-arm: Add virt class and machine typesGreg Bellows
2014-12-22target-arm: Change vexpress daughterboard init argGreg Bellows
2014-12-22target-arm: Add vexpress machine secure propertyGreg Bellows
2014-12-22target-arm: Switch to common vexpress machine initGreg Bellows
2014-12-22target-arm: Add vexpress a9 & a15 machine objectsGreg Bellows
2014-12-22target-arm: Add vexpress class and machine typesGreg Bellows
2014-12-11hw/arm/boot: fix uninitialized scalar variable warning reported by coverityzhanghailiang
2014-12-11hw/arm/realview.c: Fix memory leak in realview_init()Nikita Belov
2014-12-11target-arm: make DACR bankedFabian Aggeler