aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2017-03-01ppc/xics: remove the XICSState classesCédric Le Goater4-67/+16
2017-03-01ppc/xics: export the XICS init routinesCédric Le Goater3-20/+8
2017-03-01ppc/xics: move the ICP array under the sPAPR machineCédric Le Goater1-9/+8
2017-03-01ppc/xics: register the reset handler of ICP objectsCédric Le Goater2-18/+1
2017-03-01ppc/xics: simplify spapr_dt_xics() interfaceCédric Le Goater2-3/+3
2017-03-01ppc/xics: use the QOM interface to grab an ICPCédric Le Goater4-25/+30
2017-03-01ppc/xics: move the cpu_setup() handler under the ICPState classCédric Le Goater2-33/+33
2017-03-01ppc/xics: simplify the cpu_setup() handlerCédric Le Goater2-9/+5
2017-03-01ppc/xics: move kernel_xics_fd out of KVMXICSStateCédric Le Goater1-9/+7
2017-03-01ppc/xics: extend the QOM interface to handle ICPsCédric Le Goater2-1/+21
2017-03-01ppc/xics: remove the XICS list of ICSCédric Le Goater2-9/+0
2017-03-01ppc/xics: register the reset handler of ICS objectsCédric Le Goater2-5/+1
2017-03-01ppc/xics: remove xics_find_source()Cédric Le Goater1-12/+0
2017-03-01ppc/xics: use the QOM interface to resend irqsCédric Le Goater2-10/+13
2017-03-01ppc/xics: use the QOM interface to get irqsCédric Le Goater3-6/+7
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