summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/mps2-tz: Replace init_sysbus_child() with sysbus_init_child_obj()Thomas Huth2018-08-161-21/+11Star
* aspeed: add a max_ram_size property to the memory controllerCédric Le Goater2018-08-163-0/+36
* aspeed_sdmc: Handle ECC trainingJoel Stanley2018-08-161-0/+9
* aspeed_sdmc: Init status always idleJoel Stanley2018-08-161-0/+15
* aspeed_sdmc: Set 'cache initial sequence' always trueJoel Stanley2018-08-161-0/+1
* aspeed_sdmc: Fix saved valuesJoel Stanley2018-08-161-19/+8Star
* imx_spi: Unset XCH when TX FIFO becomes emptyTrent Piepho2018-08-161-2/+1Star
* loader: Implement .hex file loaderSu Hang2018-08-162-0/+253
* loader: add rom transaction APIStefan Hajnoczi2018-08-161-0/+32
* loader: extract rom_free() functionStefan Hajnoczi2018-08-161-9/+12
* hw/arm: make bitbanded IO optional on ARMv7-MStefan Hajnoczi2018-08-165-18/+25
* i.MX6UL: Add Freescale i.MX6 UltraLite 14x14 EVK BoardJean-Christophe Dubois2018-08-162-1/+86
* i.MX6UL: Add i.MX6UL SOCJean-Christophe Dubois2018-08-162-0/+618
* i.MX6UL: Add i.MX6UL specific CCM deviceJean-Christophe Dubois2018-08-163-0/+894
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-08-156-32/+0Star
|\
| * block: Remove deprecated -drive option serialKevin Wolf2018-08-156-18/+0Star
| * block: Remove deprecated -drive geometry optionsKevin Wolf2018-08-151-14/+0Star
* | target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}Peter Maydell2018-08-141-9/+10
* | arm: Fix return code of arm_load_elfAdam Lackorzynski2018-08-141-4/+4
* | arm/virt: Add support for GICv2 virtualization extensionsLuc Michel2018-08-142-11/+47
* | xlnx-zynqmp: Improve GIC wiring and MMIO mappingLuc Michel2018-08-141-8/+84
* | intc/arm_gic: Improve tracesLuc Michel2018-08-142-8/+35
* | intc/arm_gic: Implement maintenance interrupt generationLuc Michel2018-08-141-0/+97
* | intc/arm_gic: Implement gic_update_virt() functionLuc Michel2018-08-141-39/+136
* | intc/arm_gic: Implement the virtual interface registersLuc Michel2018-08-141-2/+233
* | intc/arm_gic: Wire the vCPU interfaceLuc Michel2018-08-141-2/+35
* | intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)Luc Michel2018-08-141-5/+15
* | intc/arm_gic: Implement virtualization extensions in gic_(deactivate|complete...Luc Michel2018-08-141-4/+47
* | intc/arm_gic: Implement virtualization extensions in gic_acknowledge_irqLuc Michel2018-08-141-19/+33
* | intc/arm_gic: Implement virtualization extensions in gic_(activate_irq|drop_p...Luc Michel2018-08-141-12/+38
* | intc/arm_gic: Add virtualization enabled IRQ helper functionsLuc Michel2018-08-142-18/+97
* | intc/arm_gic: Refactor secure/ns access check in the CPU interfaceLuc Michel2018-08-141-17/+22
* | intc/arm_gic: Add virtualization extensions helper macros and functionsLuc Michel2018-08-142-0/+79
* | intc/arm_gic: Add virtual interface register definitionsLuc Michel2018-08-141-0/+65
* | intc/arm_gic: Add the virtualization extensions to the GIC stateLuc Michel2018-08-144-26/+137
* | intc/arm_gic: Remove some dead code and put some functions staticLuc Michel2018-08-142-25/+2Star
* | intc/arm_gic: Implement GICD_ISACTIVERn and GICD_ICACTIVERn registersLuc Michel2018-08-141-4/+57
* | intc/arm_gic: Refactor operations on the distributorLuc Michel2018-08-144-116/+127
* | nvic: Change NVIC to support ARMv6-MJulia Suvorova2018-08-141-3/+18
* | arm: Add ARMv6-M programmer's model supportJulia Suvorova2018-08-141-0/+10
* | nvic: Handle ARMv6-M SCS reserved registersJulia Suvorova2018-08-141-2/+49
|/
* virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau2018-08-072-0/+16
* hw/intc/arm_gicv3_common: Move gicd shift bug handling to gicv3_post_loadPeter Maydell2018-08-061-40/+37Star
* hw/intc/arm_gicv3_common: Move post_load hooks to top-level VMSDPeter Maydell2018-08-061-4/+4
* hw/intc/arm_gicv3_common: Combine duplicate .subsections in vmstate_gicv3_cpuPeter Maydell2018-08-061-3/+0Star
* hw/intc/arm_gicv3_common: Give no-migration-shift-bug subsection a needed fun...Peter Maydell2018-08-061-0/+6
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180801' into...Peter Maydell2018-08-065-39/+22Star
|\
| * sam460ex: Fix PCI interrupts with multiple devicesBALATON Zoltan2018-08-012-17/+10Star
| * hw/misc/macio: Fix device introspection problems in macio devicesThomas Huth2018-08-013-22/+12Star
* | pc: acpi: fix memory hotplug regression by reducing stub SRAT entry sizeIgor Mammedov2018-08-031-9/+10