aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson
2017-03-01pseries: Minor cleanups to HPT management hypercallsDavid Gibson
2017-03-01sysemu: support up to 1024 vCPUsGreg Kurz
2017-03-01spapr: generate DT node namesLaurent Vivier
2017-03-01tests: fix ptimer leaksMarc-André Lureau
2017-02-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into stagingPeter Maydell
2017-02-28hw/block: Introduce share-rw qdev propertyKevin Wolf
2017-02-28hw/block: Request permissionsKevin Wolf
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf
2017-02-28block: Add error parameter to blk_insert_bs()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-28Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell
2017-02-28bcm2835: add sdhost and gpio controllersClement Deschamps
2017-02-28bcm2835_gpio: add bcm2835 gpio controllerClement Deschamps
2017-02-28hw/sd: add card-reparenting functionClement Deschamps
2017-02-28qdev: Have qdev_set_parent_bus() handle devices already on a busPeter Maydell
2017-02-28hw/intc/arm_gicv3_kvm: Reset GICv3 cpu interface registersVijaya Kumar K
2017-02-28target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K
2017-02-28hw/intc/arm_gicv3_kvm: Implement get/put functionsVijaya Kumar K
2017-02-28hw/intc/arm_gicv3_kvm: Add ICC_SRE_EL1 register to vmstateVijaya Kumar K
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-02-28stm32f205: Rename 'nvic' local to 'armv7m'Peter Maydell
2017-02-28stm32f205: Create armv7m object without using armv7m_init()Peter Maydell
2017-02-28armv7m: Split systick out from NVICPeter Maydell
2017-02-28armv7m: Don't put core v7M devices under CONFIG_STELLARISPeter Maydell
2017-02-28armv7m: Make bitband device take the address space to accessPeter Maydell
2017-02-28armv7m: Make NVIC expose a memory region rather than mapping itselfPeter Maydell
2017-02-28armv7m: Make ARMv7M object take memory region linkPeter Maydell
2017-02-28armv7m: Use QOMified armv7m object in armv7m_init()Peter Maydell
2017-02-28armv7m: QOMify the armv7m containerPeter Maydell
2017-02-28armv7m: Move NVICState struct definition into headerPeter Maydell
2017-02-28armv7m: Abstract out the "load kernel" codePeter Maydell
2017-02-28hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDKrzysztof Kozlowski
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps
2017-02-28armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell
2017-02-28armv7m: Check exception return consistencyPeter Maydell
2017-02-28armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver
2017-02-28armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell
2017-02-28armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell
2017-02-28armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver
2017-02-28armv7m: Implement reading and writing of PRIGROUPPeter Maydell
2017-02-28armv7m: Rename nvic_state to NVICStatePeter Maydell
2017-02-28ARM i.MX timers: fix reset handlingKurban Mallachiev
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov
2017-02-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit