summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2016-10-17pxa2xx: Auto-assign name for i2c bus in i2c_init_bus.Vijay Kumar B1-1/+1
2016-10-17hw/arm/virt: no ITS on older machine typesAndrew Jones2-5/+12
2016-10-17hw/arm/virt-acpi-build: fix MADT generationAndrew Jones1-8/+6
2016-10-17hw/arm/boot: allow using a command line specified dtb without a kernelMichael Olbrich1-2/+2
2016-10-17aspeed: add support for the AST2500 SoC SMC controllersCédric Le Goater1-6/+15
2016-10-17aspeed: extend the number of host SPI controllersCédric Le Goater2-16/+30
2016-10-17aspeed: move the flash module mapping address under the controller definitionCédric Le Goater1-5/+4
2016-10-17aspeed: rename the smc object to fmcCédric Le Goater2-10/+10
2016-10-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-8/+5
2016-10-10numa: reduce code duplication by adding helper numa_get_node_for_cpu()Igor Mammedov2-8/+5
2016-10-08bt-hci-csr: drop unused argumentPaolo Bonzini1-2/+1
2016-10-04ARM: Virt: ACPI: Add GIC ITS description in ACPI MADT tableShannon Zhao1-0/+12
2016-10-04arm/virt: Add ITS to the virt boardPavel Fedin1-6/+41
2016-10-04hw/arm/virt: add 2.8 machine typeAndrew Jones1-2/+17
2016-10-04hw/arm: Fix Integrator/CM initializationJakub Jermar1-14/+21
2016-10-04mainstone: Add mapping for dot, slash and backspace.Vijay Kumar B1-0/+3
2016-10-04mainstone: Fix incorrect key mapping for Enter key.Vijay Kumar B1-1/+1
2016-10-04STM32F205: Connect the SPI devicesAlistair Francis1-0/+22
2016-10-04STM32F205: Connect the ADC devicesAlistair Francis1-0/+35
2016-10-04STM32F205: Remove the individual device variablesAlistair Francis1-18/+17
2016-09-27sysbus: Remove ignored return value of FindSysbusDeviceFuncDavid Gibson1-2/+2
2016-09-22xlnx-zynqmp: Set the number of priority queuesAlistair Francis1-0/+2
2016-09-22hw/ptimer: Introduce timer policy featureDmitry Osipenko1-1/+1
2016-09-22aspeed: allocate RAM after the memory controller has checked the sizeCédric Le Goater1-5/+13
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater2-0/+4
2016-09-22palmetto-bmc: remove extra no_sdcard assignementCédric Le Goater1-1/+0
2016-09-22arm: add support for an ast2500 evaluation boardCédric Le Goater1-0/+37
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater1-0/+2
2016-09-22hw/misc: use macros to define hw-strap1 register on the AST2400 Aspeed SoCCédric Le Goater1-1/+14
2016-09-22palmetto-bmc: add board specific configurationCédric Le Goater1-4/+18
2016-09-22palmetto-bmc: replace palmetto_bmc with aspeedCédric Le Goater1-18/+36
2016-09-22palmetto-bmc: rename the Aspeed board file to aspeed.cCédric Le Goater2-1/+1
2016-09-22aspeed-soc: provide a framework to add new SoCsCédric Le Goater2-12/+38
2016-09-22ast2400: replace ast2400 with aspeed_socCédric Le Goater2-50/+49
2016-09-22ast2400: rename the Aspeed SoC files to aspeed_socCédric Le Goater3-3/+3
2016-09-13hw: replace most use of qemu_chr_fe_write with qemu_chr_fe_write_allDaniel P. Berrange3-5/+11
2016-09-06ARM: ACPI: fix the AML ID format for CPU devicesWei Huang1-1/+1
2016-09-06ast2400: add a memory controller device modelCédric Le Goater1-0/+15
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-07-14ast2400: externalize revision numbersCédric Le Goater1-2/+0
2016-07-14hw/arm/virt: tcg: adjust MPIDR like KVMAndrew Jones1-1/+24
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2016-07-07arm: virt: Parse cpu_model only onceIgor Mammedov1-21/+21
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-3/+4
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois3-3/+3
2016-07-04ast2400: create SPI flash slavesCédric Le Goater1-0/+31
2016-07-04ast2400: add SPI flash slavesCédric Le Goater1-0/+5
2016-07-04ast2400: add SMC controllers (FMC and SPI)Cédric Le Goater1-1/+34
2016-07-04m25p80: qdev-ify drive propertyPaolo Bonzini3-8/+27