Age | Commit message (Expand) | Author |
2015-09-19 | Revert use of DEFINE_MACHINE() for registrations of multiple machines | Andreas Färber |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost |
2015-09-19 | exynos4: Declare each QEMUMachine as a separate variable | Eduardo Habkost |
2015-09-19 | exynos4: Use MachineClass instead of exynos4_machines array | Eduardo Habkost |
2015-09-19 | exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error message | Eduardo Habkost |
2015-09-19 | machine: Set MachineClass::name automatically | Eduardo Habkost |
2015-09-19 | arm: Rename virt machine class to use MACHINE_TYPE_NAME | Eduardo Habkost |
2015-09-19 | vexpress: Rename machine classes to use MACHINE_TYPE_NAME | Eduardo Habkost |
2015-09-19 | vexpress: Don't set name on abstract class | Eduardo Habkost |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-09-14 | i.MX: Add GPIO devices to i.MX25 SOC | Jean-Christophe Dubois |
2015-09-14 | i.MX: Add GPIO devices to i.MX31 SOC | Jean-Christophe Dubois |
2015-09-14 | xlnx-zynqmp: Remove unnecessary brackets around error messages | Alistair Francis |
2015-09-11 | hw/arm/spitz: Remove meaningless blank Property | Shannon Zhao |
2015-09-11 | maint: remove double semicolons in many files | Daniel P. Berrange |
2015-09-08 | xlnx-zynqmp: Connect the sysbus AHCI to ZynqMP | Alistair Francis |
2015-09-08 | xlnx-zynqmp.c: Convert some of the error_propagate() calls to error_abort | Alistair Francis |
2015-09-08 | hw/arm/virt: Enable TZ extensions on the GIC if we are using them | Peter Maydell |
2015-09-08 | hw/arm/virt: Default to not providing TrustZone support | Peter Maydell |
2015-09-08 | hw/arm: new interface for devices which need to behave differently for kernel... | Peter Maydell |
2015-09-07 | arm/virt: Add full-sized CPU affinity handling | Pavel Fedin |
2015-09-07 | i.MX: Add i2C devices to i.MX31 SOC | Jean-Christophe Dubois |
2015-09-07 | i.MX: Add the i.MX25 PDK platform | Jean-Christophe Dubois |
2015-09-07 | i.MX: Add SOC support for i.MX25 | Jean-Christophe Dubois |
2015-09-07 | i.MX: KZM: use standalone i.MX31 SOC support | Jean-Christophe Dubois |
2015-09-07 | i.MX: Add SOC support for i.MX31 | Jean-Christophe Dubois |
2015-09-07 | hw/arm/virt: Add high MMIO PCI region, 512G in size | Pavel Fedin |
2015-09-07 | smbios: implement smbios support for mach-virt | Wei Huang |
2015-09-07 | arm: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2015-08-25 | xlnx-zynqmp: Connect the four OCM banks | Alistair Francis |
2015-08-13 | hw/arm/virt: Wire up secure timer interrupt | Peter Maydell |
2015-08-13 | Introduce gic_class_name() instead of repeating condition | Pavel Fedin |
2015-08-13 | i.MX: Split CCM emulator in a header file and a source file | Jean-Christophe Dubois |
2015-08-13 | i.MX: Split AVIC emulator in a header file and a source file | Jean-Christophe Dubois |
2015-08-13 | hw/arm/virt: Connect the Hypervisor timer | Edgar E. Iglesias |
2015-08-13 | hw/arm/virt: Replace magic IRQ constants with macros | Edgar E. Iglesias |
2015-07-20 | musicpal: Drop eth_can_receive | Fam Zheng |
2015-07-16 | arm/xlnx-zynqmp: fix memory leak | Gonglei |
2015-07-15 | hw/arm/boot: Increase fdt alignment | Alexander Graf |
2015-07-09 | hw/arm/boot: Use cpu_set_pc() | Peter Crosthwaite |
2015-06-26 | hw/arm/virt: Make block devices default to virtio | Peter Maydell |
2015-06-26 | hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT table | Shannon Zhao |
2015-06-26 | hw/arm/virt-acpi-build: Fix table revision and some comments | Shannon Zhao |
2015-06-19 | arm: xlnx-zynqmp: Add 2xCortexR5 CPUs | Peter Crosthwaite |
2015-06-19 | arm: xlnx-zynqmp: Add boot-cpu property | Peter Crosthwaite |
2015-06-19 | arm: xlnx-zynqmp: Preface CPU variables with "apu" | Peter Crosthwaite |
2015-06-19 | hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation | Eric Auger |
2015-06-15 | hw/arm/virt-acpi-build: Add SPCR table | Andrew Jones |
2015-06-15 | hw/arm/boot: fix rom_reset notifier registration order | Eric Auger |
2015-06-15 | hw/arm/pxa2xx: Convert pxa2xx-ssp to VMState | Peter Maydell |