summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* Convert ffs() != 0 callers to ctz32()Stefan Hajnoczi2015-04-281-4/+2
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-282-3/+3
* hw/arm/nseries: convert ffs(3) to ctz32()Stefan Hajnoczi2015-04-281-1/+4
* target-arm: rename c1_coproc to cpacr_el1Sergey Fedorov2015-04-261-1/+1
* Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell2015-04-262-5/+13
* arm: memory: Replace memory_region_init_ram with memory_region_allocate_syste...Dirk Müller2015-04-0813-37/+30
* Merge remote-tracking branch 'remotes/armbru/tags/pull-hw-2015-04-02' into st...Peter Maydell2015-04-022-0/+5
|\
| * sysbus: Make devices picking up backends unavailable with -deviceMarkus Armbruster2015-04-021-0/+2
| * hw: Mark device misusing nd_table[] FIXMEMarkus Armbruster2015-04-021-0/+1
| * hw: Mark devices picking up char backends actively FIXMEMarkus Armbruster2015-04-021-0/+1
| * hw: Mark devices picking up block backends actively FIXMEMarkus Armbruster2015-04-021-0/+1
* | hw/arm/vexpress: Don't double-free flash filenamePeter Maydell2015-04-021-1/+0
* | hw/arm/virt: Fix corruption due to double freeShannon Zhao2015-04-021-1/+0
* | hw/arm/virt: Fix memory leak reported by CoverityStefan Weil2015-04-011-1/+8
* | hw/arm/vexpress: Fix memory leak reported by CoverityStefan Weil2015-04-011-2/+9
* | hw/arm/highbank: Fix resource leak and wrong image loadingStefan Weil2015-04-011-2/+1
|/
* error: Replace error_report() & error_free() with error_report_err()zhanghailiang2015-03-191-1/+1
* arm: fix memory leakGonglei2015-03-194-2/+6
* arm/nseries: Fix warnings from SparseStefan Weil2015-03-191-2/+2
* omap: Fix warnings from SparseStefan Weil2015-03-192-25/+52
* integrator/cp: Implement CARDIN and WPROT signalsJan Kiszka2015-03-111-6/+56
* integrator/cp: Model CP control registers as sysbus deviceJan Kiszka2015-03-111-8/+27
* netduino2: Add the Netduino 2 MachineAlistair Francis2015-03-112-0/+58
* stm32f205: Add the stm32f205 SoCAlistair Francis2015-03-112-0/+161
* hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1Ard Biesheuvel2015-03-111-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-03-102-6/+6
|\
| * hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster2015-03-102-6/+6
* | arm/digic_boards: Remove superfluous '\n' around error_report()Gonglei2015-03-101-3/+3
|/
* error: Use error_report_err() where appropriateMarkus Armbruster2015-02-187-16/+16
* target-arm: Add feature parsing to virtGreg Bellows2015-02-131-3/+17
* arm: Add PCIe host bridge in virt machineAlexander Graf2015-02-131-5/+133
* hw/arm/virt: explain device-to-transport mapping in create_virtio_devices()Laszlo Ersek2015-02-051-4/+33
* target-arm: Change reset to highest available ELGreg Bellows2015-02-051-2/+20
* target_arm: Parameterise the irq lines for armv7m_initAlistair Francis2015-02-052-5/+8
* target_arm: Remove memory region init from armv7m_initAlistair Francis2015-02-052-34/+23
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-084-5/+5
* hw/arm/virt: enable passing of EFI-stubbed kernel to guest UEFI firmwareLaszlo Ersek2014-12-221-0/+1
* hw/arm: pass pristine kernel image to guest firmware over fw_cfgLaszlo Ersek2014-12-221-5/+83
* arm: add fw_cfg to "virt" boardLaszlo Ersek2014-12-221-0/+21
* target-arm: Disable EL3 on unsupported machinesGreg Bellows2014-12-226-0/+71
* target-arm: Breakout integratorcp and versatilepb cpu initGreg Bellows2014-12-222-4/+35
* target-arm: Set CPU has_el3 prop during virt initGreg Bellows2014-12-221-0/+5
* target-arm: Enable CPU has_el3 prop during VE initGreg Bellows2014-12-221-3/+9
* target-arm: Add arm_boot_info secure_boot controlGreg Bellows2014-12-221-0/+10
* target-arm: Add virt machine secure propertyGreg Bellows2014-12-221-0/+30
* target-arm: Add virt class and machine typesGreg Bellows2014-12-221-6/+34
* target-arm: Change vexpress daughterboard init argGreg Bellows2014-12-221-5/+5
* target-arm: Add vexpress machine secure propertyGreg Bellows2014-12-221-0/+30
* target-arm: Switch to common vexpress machine initGreg Bellows2014-12-221-22/+4
OpenPOWER on IntegriCloud