aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-02-28hw/block: Introduce share-rw qdev propertyKevin Wolf1-2/+4
2017-02-28hw/block: Request permissionsKevin Wolf15-23/+137
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf4-4/+4
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf1-1/+6
2017-02-28block: Add permissions to blk_new()Kevin Wolf4-4/+8
2017-02-28Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell3-8/+21
2017-02-28bcm2835: add sdhost and gpio controllersClement Deschamps1-2/+41
2017-02-28bcm2835_gpio: add bcm2835 gpio controllerClement Deschamps2-0/+354
2017-02-28hw/sd: add card-reparenting functionClement Deschamps1-0/+27
2017-02-28qdev: Have qdev_set_parent_bus() handle devices already on a busPeter Maydell1-0/+14
2017-02-28hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registersVijaya Kumar K1-0/+60
2017-02-28target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K3-0/+12
2017-02-28hw/intc/arm_gicv3_kvm: Implement get/put functionsVijaya Kumar K2-16/+558
2017-02-28hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstateVijaya Kumar K1-0/+36
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell5-8/+30
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: Split systick out from NVICPeter Maydell4-126/+281
2017-02-28armv7m: Don't put core v7M devices under CONFIG_STELLARISPeter Maydell1-1/+1
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 Maydell2-6/+8
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: Move NVICState struct definition into headerPeter Maydell1-48/+1
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 Kozlowski3-1/+171
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps2-0/+430
2017-02-28armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell1-2/+11
2017-02-28armv7m: Check exception return consistencyPeter Maydell1-1/+11
2017-02-28armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver1-2/+6
2017-02-28armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell1-3/+1
2017-02-28armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver1-0/+53
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver3-46/+15
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell1-0/+7
2017-02-28armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver2-144/+609
2017-02-28armv7m: Implement reading and writing of PRIGROUPPeter Maydell1-6/+8
2017-02-28armv7m: Rename nvic_state to NVICStatePeter Maydell1-22/+22
2017-02-28ARM i.MX timers: fix reset handlingKurban Mallachiev1-8/+25
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-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit1-5/+1
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit1-1/+5
2017-02-28sd: sdhci: check transfer mode register in multi block transferPrasad J Pandit1-5/+5
2017-02-28sd: sdhci: mask transfer mode register valuePrasad J Pandit1-1/+2
2017-02-28bcm2835_rng: Use qcrypto_random_bytes() rather than rand()Peter Maydell1-1/+26
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki3-0/+140
2017-02-28migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya2-19/+7
2017-02-28s390x/ipl: Load network boot imageFarhan Ali2-1/+92