aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
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
2014-12-11target-arm: make TTBR0/1 bankedFabian Aggeler
2014-12-11target-arm: add SCTLR_EL3 and make SCTLR bankedFabian Aggeler
2014-11-20hw/arm/virt: set stdout-path instead of linux,stdout-pathLeif Lindholm
2014-11-03hw/core/loader: implement address translation in uimage loaderMax Filippov
2014-10-24arm/virt: enable PSCI emulation support for system emulationRob Herring
2014-10-24hw/arm/boot: register cpu reset handlers if using -biosArd Biesheuvel
2014-10-24hw/arm/virt: mark timer in fdt as v8-compatibleClaudio Fontana
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-09-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-12hw/arm/boot: enable DTB support when booting ELF imagespull-target-arm-20140912Ard Biesheuvel
2014-09-12hw/arm/boot: load device tree to base of DRAM if no -kernel option was passedArd Biesheuvel
2014-09-12hw/arm/boot: pass an address limit to and return size from load_dtb()Ard Biesheuvel
2014-09-12hw/arm/boot: load DTB as a ROM imageArd Biesheuvel
2014-09-12hw/arm/virt: fix pl011 and pl031 irq flagsPeter Maydell
2014-09-12hw/arm/virt: Provide flash devices for boot ROMsPeter Maydell
2014-09-12hw/arm/virt: add linux, stdout-path to /chosen DT nodeArd Biesheuvel
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-08-29aarch64: raise max_cpus to 8Joel Schopp
2014-08-19arm: stellaris: Remove misleading address_space_mem varpull-target-arm-20140819Peter Crosthwaite
2014-08-19arm: armv7m: Rename address_space_mem -> system_memoryPeter Crosthwaite
2014-08-19aarch64: Allow -kernel option to take a gzip-compressed kernel.Richard W.M. Jones