summaryrefslogtreecommitdiff
path: root/hw/arm
AgeCommit message (Expand)AuthorFilesLines
2017-05-18Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi1-13/+13
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-11virt-arm: get numa node mapping from possible_cpus instead of numa_get_node_f...Igor Mammedov2-18/+14
2017-05-11virt-arm: add node-id property to CPUIgor Mammedov1-0/+15
2017-05-11numa: move source of default CPUs to NUMA node mapping into boardsIgor Mammedov1-2/+18
2017-05-11hw/arm/virt: explicitly allocate cpu_index for cpusIgor Mammedov1-0/+4
2017-05-11hw/arm/virt: use machine->possible_cpus for storing possible topology infoIgor Mammedov1-3/+37
2017-05-11hw/arm/virt: extract mp-affinity calculation in separate functionIgor Mammedov1-17/+26
2017-05-10hw/arm/virt: generate 64-bit addressable ACPI objectsArd Biesheuvel1-13/+13
2017-04-25Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-0/+21
2017-04-25aspeed: add a FTGMAC100 nicCédric Le Goater1-0/+21
2017-04-25hw/arm/exynos: Add generic SDHCI devicesKrzysztof Kozlowski1-0/+29
2017-04-21Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2017-04-21' into ...Peter Maydell7-39/+0
2017-04-20xlnx-zynqmp: Set the Cadence GEM revisionAlistair Francis1-1/+5
2017-04-20hw/arm: Qomify pxa2xx.cSuramya Shah1-8/+6
2017-04-20stellaris: Don't hw_error() on bad register accessesPeter Maydell1-23/+37
2017-04-20hw/arm/exynos: Convert fprintf to qemu_log_mask/error_reportKrzysztof Kozlowski1-3/+4
2017-04-20hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into accountArd Biesheuvel1-11/+53
2017-04-20arm: remove remaining cannot_destroy_with_object_finalize_yetLaurent Vivier7-39/+0
2017-02-28bcm2835: add sdhost and gpio controllersClement Deschamps1-2/+41
2017-02-28stm32f205: Rename 'nvic' local to 'armv7m'Peter Maydell1-9/+9
2017-02-28stm32f205: Create armv7m object without using armv7m_init()Peter Maydell2-6/+17
2017-02-28armv7m: Make bitband device take the address space to accessPeter Maydell1-87/+79
2017-02-28armv7m: Make NVIC expose a memory region rather than mapping itselfPeter Maydell1-1/+6
2017-02-28armv7m: Make ARMv7M object take memory region linkPeter Maydell1-1/+22
2017-02-28armv7m: Use QOMified armv7m object in armv7m_init()Peter Maydell1-37/+12
2017-02-28armv7m: QOMify the armv7m containerPeter Maydell1-12/+127
2017-02-28armv7m: Abstract out the "load kernel" codePeter Maydell1-5/+18
2017-02-28hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDKrzysztof Kozlowski1-0/+12
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski1-0/+6
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger1-2/+29
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov1-0/+1
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki1-0/+15
2017-02-21hw: Deprecate -drive if=scsi with non-onboard HBAsMarkus Armbruster2-2/+2
2017-02-21hw/arm/highbank: Default -drive to if=ide instead of if=scsiMarkus Armbruster1-2/+6
2017-02-21hw: Default -drive to if=none instead of scsi when scsi cannot workMarkus Armbruster3-3/+0
2017-02-21hw/arm/cubieboard hw/arm/xlnx-ep108: Fix units_per_default_busMarkus Armbruster2-0/+10
2017-02-21hw: Default -drive to if=ide explicitly where it worksMarkus Armbruster2-0/+4
2017-02-10aspeed: remove useless comment on controller segment sizeCédric Le Goater1-5/+3
2017-02-10aspeed: check for negative values returned by blk_getlength()Cédric Le Goater1-2/+12
2017-02-10hw/arm/virt: Declare fwcfg as dma cache coherent in dtAlexander Graf1-0/+1
2017-02-10hw/arm/virt: Declare fwcfg as dma cache coherent in ACPIAlexander Graf1-0/+1
2017-02-10hw/arm/virt: Declare virtio-mmio as dma cache coherent in ACPIAlexander Graf1-0/+1
2017-02-10target-arm: Declare virtio-mmio as dma-coherent in dtAlexander Graf2-0/+2
2017-02-10target-arm: Enable vPMU support under TCG modeWei Huang1-1/+1
2017-02-07stellaris: Use the 'unimplemented' device for parts we don't implementPeter Maydell1-0/+14
2017-02-07stellaris: Document memory map and which SoC devices are unimplementedPeter Maydell1-0/+34
2017-02-07hw/arm/integratorcp: Support specifying features via -cpuJulian Brown1-2/+17
2017-02-07aspeed: add a watchdog controllerCédric Le Goater1-0/+13
2017-02-07integratorcp: adding vmstate for save/restorePavel Dovgalyuk1-0/+59