aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-03-01ppc/xics: use the QOM interface under the sPAPR machineCédric Le Goater2-1/+19
2017-03-01ppc/xics: introduce a XICSFabric QOM interface to handle ICSsCédric Le Goater1-0/+7
2017-03-01ppc/xics: add an InterruptStatsProvider interface to ICS and ICP objectsCédric Le Goater1-35/+41
2017-03-01ppc/xics: store the ICS object under the sPAPR machineCédric Le Goater5-25/+25
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater4-109/+42
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater4-122/+74
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson2-2/+3
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz2-6/+34
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson3-4/+76
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson1-2/+2
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson1-18/+18
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson1-2/+1
2017-03-01pseries: Minor cleanups to HPT management hypercallsDavid Gibson1-30/+28
2017-03-01sysemu: support up to 1024 vCPUsGreg Kurz1-1/+1
2017-03-01spapr: generate DT node namesLaurent Vivier1-14/+276
2017-03-01tests: fix ptimer leaksMarc-André Lureau1-0/+8
2017-02-28Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170228' into stagingPeter Maydell6-4/+114
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