Age | Commit message (Expand) | Author |
2019-07-26 | hw/arm/boot: Further improve initrd positioning code | Peter Maydell |
2019-07-26 | hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addr | Peter Maydell |
2019-07-22 | hw/arm/fsl-imx6ul.c: Remove dead SMP-related code | Peter Maydell |
2019-07-15 | hw/arm/virt: Fix non-secure flash mode | David Engraf |
2019-07-08 | hw/arm/sbsa-ref: Remove unnecessary check for secure_sysmem == NULL | Peter Maydell |
2019-07-05 | machine: show if CLI option '-numa node,mem' is supported in QAPI schema | Igor Mammedov |
2019-07-05 | hw/arm: Replace global smp variables with machine smp properties | Like Xu |
2019-07-05 | machine: Refactor smp-related call chains to pass MachineState | Like Xu |
2019-07-01 | hw/arm: Add arm SBSA reference machine, devices part | Hongbo Zhang |
2019-07-01 | hw/arm: Add arm SBSA reference machine, skeleton part | Hongbo Zhang |
2019-07-01 | aspeed: Link SCU to the watchdog | Joel Stanley |
2019-07-01 | hw/misc/aspeed_xdma: New device | Eddie James |
2019-07-01 | aspeed: Add support for the swift-bmc board | Adriana Kobylak |
2019-07-01 | aspeed/smc: add a 'sdram_base' property | Cédric Le Goater |
2019-07-01 | aspeed: add a RAM memory region container | Cédric Le Goater |
2019-07-01 | aspeed: remove the "ram" link | Cédric Le Goater |
2019-07-01 | aspeed: add support for multiple NICs | Cédric Le Goater |
2019-07-01 | aspeed: introduce a configurable number of CPU per machine | Cédric Le Goater |
2019-07-01 | hw/arm/aspeed: Add RTC to SoC | Joel Stanley |
2019-07-01 | aspeed: add a per SoC mapping for the memory space | Cédric Le Goater |
2019-07-01 | aspeed: add a per SoC mapping for the interrupt space | Cédric Le Goater |
2019-07-01 | i.mx7d: Add no-op/unimplemented PCIE PHY IP block | Andrey Smirnov |
2019-07-01 | i.mx7d: Add no-op/unimplemented APBH DMA module | Andrey Smirnov |
2019-07-01 | hw/arm/virt: Add support for Cortex-A7 | Jan Kiszka |
2019-07-01 | hw/arm/msf2-som: Exit when the cpu is not the expected one | Philippe Mathieu-Daudé |
2019-07-01 | hw/arm/boot: fix direct kernel boot with initrd | Andrew Jones |
2019-06-17 | hw/arm: Correctly disable FPU/DSP for some ARMSSE-based boards | Peter Maydell |
2019-06-17 | hw/arm/armv7m: Forward "vfp" and "dsp" properties to CPU | Peter Maydell |
2019-06-17 | hw/arm/boot: Honour image size field in AArch64 Image format kernels | Peter Maydell |
2019-06-17 | hw/arm/boot: Avoid placing the initrd on top of the kernel | Peter Maydell |
2019-06-17 | hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAM | Peter Maydell |
2019-06-17 | hw/arm/boot: Don't assume RAM starts at address zero | Peter Maydell |
2019-06-16 | hw/acpi: extract acpi_add_rom_blob() | Wei Yang |
2019-06-13 | hw/arm/smmuv3: Fix decoding of ID register range | Peter Maydell |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-06-06 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-06-03 | imx25-pdk: create ds1338 for qtest inside the test | Paolo Bonzini |
2019-05-29 | hw/acpi: Consolidate build_mcfg to pci.c | Wei Yang |
2019-05-24 | hw/arm/mps2: Use object_initialize_child for correct reference counting | Philippe Mathieu-Daudé |
2019-05-24 | hw/arm: Use object_initialize_child for correct reference counting | Philippe Mathieu-Daudé |
2019-05-24 | hw/arm/aspeed: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé |
2019-05-24 | hw/arm/bcm2835: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé |
2019-05-24 | hw/arm/bcm2835: Use object_initialize() on PL011State | Philippe Mathieu-Daudé |
2019-05-24 | hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded string | Philippe Mathieu-Daudé |
2019-05-23 | hw/arm/exynos4210: QOM'ify the Exynos4210 SoC | Philippe Mathieu-Daudé |
2019-05-23 | hw/arm/exynos4210: Add DMA support for the Exynos4210 | Guenter Roeck |
2019-05-23 | hw/arm/exynos4: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2019-05-23 | hw/arm/exynos4: Remove unuseful debug code | Philippe Mathieu-Daudé |
2019-05-23 | arm: Rename hw/arm/arm.h to hw/arm/boot.h | Peter Maydell |