aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)Author
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-10-24Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov
2016-10-24hw/arm: QOM'ify strongarm.cxiaoqiang zhao
2016-10-24hw/arm: QOM'ify pxa2xx_gpio.cxiaoqiang zhao
2016-10-24hw/arm: QOM'ify musicpal.cxiaoqiang zhao
2016-10-24ARM: Virt: ACPI: Build an IORT table with RC and ITS nodesPrem Mallappa
2016-10-24hw/arm/virt: Set minimum_page_bits to 12Peter Maydell
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-10-17pxa2xx: Auto-assign name for i2c bus in i2c_init_bus.Vijay Kumar B
2016-10-17hw/arm/virt: no ITS on older machine typesAndrew Jones
2016-10-17hw/arm/virt-acpi-build: fix MADT generationAndrew Jones
2016-10-17hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich
2016-10-17aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater
2016-10-17aspeed: extend the number of host SPI controllersCédric Le Goater
2016-10-17aspeed: move the flash module mapping address under the controller definitionCédric Le Goater
2016-10-17aspeed: rename the smc object to fmcCédric Le Goater
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov
2016-10-08bt-hci-csr: drop unused argumentPaolo Bonzini
2016-10-04ARM: Virt: ACPI: Add GIC ITS description in ACPI MADT tableShannon Zhao
2016-10-04arm/virt: Add ITS to the virt boardPavel Fedin
2016-10-04hw/arm/virt: add 2.8 machine typeAndrew Jones
2016-10-04hw/arm: Fix Integrator/CM initializationJakub Jermar
2016-10-04mainstone: Add mapping for dot, slash and backspace.Vijay Kumar B
2016-10-04mainstone: Fix incorrect key mapping for Enter key.Vijay Kumar B
2016-10-04STM32F205: Connect the SPI devicesAlistair Francis
2016-10-04STM32F205: Connect the ADC devicesAlistair Francis
2016-10-04STM32F205: Remove the individual device variablesAlistair Francis
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson
2016-09-22xlnx-zynqmp: Set the number of priority queuesAlistair Francis
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko
2016-09-22aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater
2016-09-22palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater
2016-09-22arm: add support for an ast2500 evaluation boardCédric Le Goater
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater
2016-09-22hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater
2016-09-22palmetto-bmc: add board specific configurationCédric Le Goater
2016-09-22palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater
2016-09-22palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater
2016-09-22aspeed-soc: provide a framework to add new SoCsCédric Le Goater
2016-09-22ast2400: replace ast2400 with aspeed_socCédric Le Goater
2016-09-22ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange