aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-11target-arm: make TTBR0/1 bankedFabian Aggeler1-1/+1
2014-12-11target-arm: add SCTLR_EL3 and make SCTLR bankedFabian Aggeler1-1/+1
2014-11-20hw/arm/virt: set stdout-path instead of linux,stdout-pathLeif Lindholm1-1/+1
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov1-1/+1
2014-10-24arm/virt: enable PSCI emulation support for system emulationRob Herring1-44/+38
2014-10-24hw/arm/boot: register cpu reset handlers if using -biosArd Biesheuvel1-5/+12
2014-10-24hw/arm/virt: mark timer in fdt as v8-compatibleClaudio Fontana1-3/+12
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster18-38/+25
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster15-33/+57
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell22-44/+74
2014-09-12hw/arm/boot: enable DTB support when booting ELF imagesArd Biesheuvel1-2/+20