summaryrefslogtreecommitdiffstats
path: root/hw/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* target-arm: Add vexpress a9 & a15 machine objectsGreg Bellows2014-12-221-14/+36
* target-arm: Add vexpress class and machine typesGreg Bellows2014-12-221-0/+45
* hw/arm/boot: fix uninitialized scalar variable warning reported by coverityzhanghailiang2014-12-111-1/+3
* hw/arm/realview.c: Fix memory leak in realview_init()Nikita Belov2014-12-111-1/+2
* target-arm: make DACR bankedFabian Aggeler2014-12-111-1/+1
* target-arm: make TTBR0/1 bankedFabian Aggeler2014-12-111-1/+1
* target-arm: add SCTLR_EL3 and make SCTLR bankedFabian Aggeler2014-12-111-1/+1
* hw/arm/virt: set stdout-path instead of linux,stdout-pathLeif Lindholm2014-11-201-1/+1
* hw/core/loader: implement address translation in uimage loaderMax Filippov2014-11-031-1/+1
* arm/virt: enable PSCI emulation support for system emulationRob Herring2014-10-241-44/+38
* hw/arm/boot: register cpu reset handlers if using -biosArd Biesheuvel2014-10-241-5/+12
* hw/arm/virt: mark timer in fdt as v8-compatibleClaudio Fontana2014-10-241-3/+12
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-2018-38/+25
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-2015-33/+57
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-1222-44/+74
|\
| * memory: add parameter errp to memory_region_init_ramHu Tao2014-09-0922-44/+74
* | hw/arm/boot: enable DTB support when booting ELF imagesArd Biesheuvel2014-09-121-2/+20
* | hw/arm/boot: load device tree to base of DRAM if no -kernel option was passedArd Biesheuvel2014-09-121-0/+10
* | hw/arm/boot: pass an address limit to and return size from load_dtb()Ard Biesheuvel2014-09-121-3/+31
* | hw/arm/boot: load DTB as a ROM imageArd Biesheuvel2014-09-121-1/+4
* | hw/arm/virt: fix pl011 and pl031 irq flagsPeter Maydell2014-09-121-2/+2
* | hw/arm/virt: Provide flash devices for boot ROMsPeter Maydell2014-09-121-0/+70
* | hw/arm/virt: add linux, stdout-path to /chosen DT nodeArd Biesheuvel2014-09-121-0/+2
|/
* aarch64: raise max_cpus to 8Joel Schopp2014-08-291-1/+1
* arm: stellaris: Remove misleading address_space_mem varPeter Crosthwaite2014-08-191-2/+1
* arm: armv7m: Rename address_space_mem -> system_memoryPeter Crosthwaite2014-08-191-4/+4
* aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones2014-08-191-0/+7
* arm/virt: Use PSCI v0.2 function IDs in the DT when KVM uses PSCI v0.2Christoffer Dall2014-08-191-5/+26
OpenPOWER on IntegriCloud