aboutsummaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2017-01-09hw/arm/virt-acpi-build: Don't incorrectly claim architectural timer to be edg...Andrew Jones1-6/+14
2017-01-09hw/arm/virt: remove VirtGuestInfoAndrew Jones2-13/+10
2017-01-09hw/arm/virt-acpi-build: don't save VirtGuestInfo on AcpiBuildStateAndrew Jones1-4/+1
2017-01-09hw/arm/virt-acpi-build: remove redundant members from VirtGuestInfoAndrew Jones2-41/+37
2017-01-09hw/arm/virt: pass VirtMachineState instead of VirtGuestInfoAndrew Jones2-5/+6
2017-01-09hw/arm/virt: move VirtMachineState/Class to virt.hAndrew Jones1-44/+7
2017-01-09hw/arm/virt: remove include/hw/arm/virt-acpi-build.hAndrew Jones2-2/+1
2017-01-09hw/arm/virt: eliminate struct VirtGuestInfoStateAndrew Jones1-9/+11
2017-01-09hw/arm/virt: use VirtMachineState.gic_versionAndrew Jones1-18/+17
2017-01-09hw/arm/virt: parameter passing cleanupsAndrew Jones1-10/+9
2017-01-09hw/arm/virt-acpi-build: fadt: improve flag namingAndrew Jones1-2/+2
2017-01-09hw/arm/virt-acpi-build: gtdt: improve flag namingAndrew Jones1-5/+5
2017-01-09hw/arm/virt-acpi-build: name GIC CPU Interface Structure appropriatelyAndrew Jones1-4/+4
2017-01-09hw/arm/virt-acpi-build: add all missing cpu_to_le'sAndrew Jones1-13/+14
2017-01-09hw/arm/virt: Don't incorrectly claim architectural timer to be edge-triggeredPeter Maydell1-4/+30
2017-01-09hw/arm/virt: Rename 'vbi' variables to 'vms'Peter Maydell1-245/+244
2017-01-09hw/arm/virt: Merge VirtBoardInfo and VirtMachineStatePeter Maydell1-67/+51
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard3-3/+9
2016-12-27hw/i2c: Add a NULL check for i2c slave init callbacksAlastair D'Silva3-21/+0
2016-12-27hw/arm: remove trailing whitespaceAlastair D'Silva1-1/+1
2016-12-27aspeed/smc: set the number of flash modules for the FMC controllerCédric Le Goater2-4/+10
2016-12-27aspeed: change SoC revision of the palmetto-bmc machineCédric Le Goater1-1/+1
2016-12-27aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater1-0/+10
2016-12-27aspeed: add a memory region for SRAMCédric Le Goater1-9/+43
2016-12-27aspeed: add support for the romulus-bmc boardCédric Le Goater1-0/+44
2016-12-27aspeed: extend the board configuration with flash modelsCédric Le Goater1-4/+16
2016-12-27aspeed: attach the second SPI controller object to the SoCCédric Le Goater1-1/+1
2016-12-27aspeed: remove cannot_destroy_with_object_finalize_yetCédric Le Goater1-6/+0
2016-12-27aspeed: QOMify the CPU object and attach it to the SoCCédric Le Goater1-3/+14
2016-12-27hw/arm/virt: add 2.9 machine typePeter Maydell1-2/+17
2016-12-20Move target-* CPU file into a target/ folderThomas Huth2-2/+2
2016-11-30loader: fix handling of custom address spaces when adding ROM blobsLaszlo Ersek1-1/+1
2016-11-28arm: Create /chosen and /memory devicetree nodes if necessaryGuenter Roeck1-0/+17
2016-11-16fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()Igor Mammedov1-1/+3
2016-10-28hw/arm/tosa: Fix reset handlingGuenter Roeck1-1/+11
2016-10-28hw/arm/spitz: Fix reset handlingGuenter Roeck1-1/+12
2016-10-28arm: virt: add PMU property to mach-virt machine typeWei Huang1-0/+7
2016-10-28arm: Add an option to turn on/off vPMU supportWei Huang2-2/+2
2016-10-28versatilepb: do not run if user asks for more than 256MB RAMJean-Christophe Dubois1-0/+9
2016-10-28hw/arm/pxa2xx: Set value default values for CCCR and CKEN on PXA255Guenter Roeck1-1/+3
2016-10-28arm: cubieboard: Add support for initrdGuenter Roeck1-0/+1
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell1-1/+1
2016-10-24Increase MAX_CPUMASK_BITS from 255 to 288Igor Mammedov1-1/+1
2016-10-24hw/arm: QOM'ify strongarm.cxiaoqiang zhao1-5/+10
2016-10-24hw/arm: QOM'ify pxa2xx_gpio.cxiaoqiang zhao1-10/+15
2016-10-24hw/arm: QOM'ify musicpal.cxiaoqiang zhao1-43/+45
2016-10-24ARM: Virt: ACPI: Build an IORT table with RC and ITS nodesPrem Mallappa1-11/+60
2016-10-24hw/arm/virt: Set minimum_page_bits to 12Peter Maydell1-0/+4
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2-2/+2
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau2-15/+9