Age | Commit message (Expand) | Author |
2018-02-22 | raspi: Add "raspi3" machine type | Pekka Enberg |
2018-02-15 | raspi: Raspberry Pi 3 support | Pekka Enberg |
2018-02-15 | bcm2836: Make CPU type configurable | Pekka Enberg |
2018-02-15 | hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.io | Philippe Mathieu-Daudé |
2018-02-15 | hw/arm/aspeed: directly map the serial device to the system address space | Philippe Mathieu-Daudé |
2018-02-13 | hw/arm/xilinx_zynqmp: enable the UHS-I mode | Philippe Mathieu-Daudé |
2018-02-13 | hw/arm/xilinx_zynqmp: fix the capabilities/spec version to match the datasheet | Philippe Mathieu-Daudé |
2018-02-13 | hw/arm/fsl-imx6: implement SDHCI Spec. v3 | Philippe Mathieu-Daudé |
2018-02-13 | hw/arm/bcm2835_peripherals: change maximum block size to 1kB | Philippe Mathieu-Daudé |
2018-02-13 | hw/arm/bcm2835_peripherals: implement SDHCI Spec v3 | Philippe Mathieu-Daudé |
2018-02-13 | hw/arm/xilinx_zynq: fix the capabilities register to match the datasheet | Philippe Mathieu-Daudé |
2018-02-13 | hw/arm/exynos4210: add a comment about a very similar SDHCI (Spec. v2) | Philippe Mathieu-Daudé |
2018-02-13 | hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64() | Philippe Mathieu-Daudé |
2018-02-09 | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in... | Peter Maydell |
2018-02-09 | Move include qemu/option.h from qemu-common.h to actual users | Markus Armbruster |
2018-02-09 | hw/arm: Move virt's PSCI DT fixup code to arm/boot.c | Andrey Smirnov |
2018-02-09 | hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHC | Andrey Smirnov |
2018-02-06 | hw/arm: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis |
2018-02-02 | hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h | Philippe Mathieu-Daudé |
2018-01-26 | xlnx-zynqmp: Connect the IPI device to the ZynqMP SoC | Alistair Francis |
2018-01-26 | aarch64-softmmu.mak: Use an ARM specific config | Alistair Francis |
2018-01-25 | hw/arm/virt: Check that the CPU realize method succeeded | Peter Maydell |
2018-01-22 | Fixes after renaming __FUNCTION__ to __func__ | Alistair Francis |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-19 | possible_cpus: add CPUArchId::type field | Igor Mammedov |
2018-01-19 | hw/arm/virt: Allow only supported dynamic sysbus devices | Eduardo Habkost |
2018-01-19 | machine: Replace has_dynamic_sysbus with list of allowed devices | Eduardo Habkost |
2018-01-16 | hw/arm/virt: Add virt-2.12 machine type | Peter Maydell |
2018-01-11 | imx_fec: Do not link to netdev | Andrey Smirnov |
2018-01-11 | Virt: ACPI: fix qemu assert due to re-assigned table data address | Zhaoshenglong |
2017-12-18 | misc: remove duplicated includes | Philippe Mathieu-Daudé |
2017-12-13 | xlnx-zcu102: Add support for the ZynqMP QSPI | Francisco Iglesias |
2017-11-24 | hw/arm/virt: Add 2.11 machine type | Eric Auger |
2017-11-20 | hw/arm: Silence xlnx-ep108 deprecation warning during tests | Thomas Huth |
2017-11-20 | hw/arm/aspeed: Unlock SCU when running kernel | Joel Stanley |
2017-11-13 | hw: add .min_cpus and .default_cpus fields to machine_class | Emilio G. Cota |
2017-11-13 | xlnx-zcu102: Specify the max number of CPUs for the EP108 | Emilio G. Cota |
2017-11-13 | xlnx-zcu102: Add an info message deprecating the EP108 | Alistair Francis |
2017-11-13 | xlnx-zynqmp: Properly support the smp command line option | Alistair Francis |
2017-11-13 | highbank: validate register offset before access | Prasad J Pandit |
2017-11-07 | hw/arm: Mark the "fsl,imx31" device with user_creatable = false | Thomas Huth |
2017-11-07 | hw/arm: Mark the "fsl,imx25" device with user_creatable = false | Thomas Huth |
2017-11-07 | hw/arm: Mark the "fsl,imx6" device with user_creatable = false | Thomas Huth |
2017-10-31 | msf2: Wire up SYSRESETREQ in SoC for system reset | Subbaraya Sundeep |
2017-10-31 | xlnx-zcu102: Specify the max number of CPUs | Alistair Francis |
2017-10-06 | hw/arm/xlnx-zynqmp: Mark the "xlnx, zynqmp" device with user_creatable = false | Thomas Huth |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-09-22 | memory: Get rid of address_space_init_shareable | Alexey Kardashevskiy |
2017-09-21 | msf2: Add Emcraft's Smartfusion2 SOM kit | Subbaraya Sundeep |