aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-01ppc/xics: remove set_nr_servers() handler from XICSStateClassCédric Le Goater5-112/+42
2017-03-01ppc/xics: remove set_nr_irqs() handler from XICSStateClassCédric Le Goater5-124/+75
2017-03-01xics: XICS should not be a SysBusDeviceDavid Gibson3-3/+4
2017-03-01spapr/pci: populate PCI DT in reverse orderGreg Kurz3-6/+38
2017-03-01target/ppc: add mcrxrx instructionNikunj A Dadhania1-0/+23
2017-03-01target/ppc: add ov32 flag in divide operationsNikunj A Dadhania1-2/+8
2017-03-01target/ppc: add ov32 flag for multiply low insnsNikunj A Dadhania1-0/+6
2017-03-01target/ppc: use tcg ops for neg instructionNikunj A Dadhania1-1/+4
2017-03-01target/ppc: update overflow flags for add/subNikunj A Dadhania1-2/+9
2017-03-01target/ppc: update ca32 in arithmetic substractNikunj A Dadhania1-1/+10
2017-03-01target/ppc: update ca32 in arithmetic addNikunj A Dadhania1-0/+21
2017-03-01target/ppc: support for 32-bit carry and overflowNikunj A Dadhania4-5/+38
2017-03-01target/ppc: Correct SDR1 maskingDavid Gibson2-1/+7
2017-03-01target/ppc: Remove the function ppc_hash64_set_sdr1()Suraj Jitindar Singh3-27/+5
2017-03-01target/ppc: Manage external HPT via virtual hypervisorDavid Gibson10-88/+125
2017-03-01target/ppc: Eliminate htab_base and htab_mask variablesDavid Gibson8-62/+73
2017-03-01target/ppc: Cleanup HPTE accessors for 64-bit hash MMUDavid Gibson4-98/+89
2017-03-01target/ppc: SDR1 is a hypervisor resourceDavid Gibson2-9/+19
2017-03-01target/ppc: Merge cpu_ppc_set_vhyp() with cpu_ppc_set_papr()David Gibson3-11/+5
2017-03-01pseries: Minor cleanups to HPT management hypercallsDavid Gibson1-30/+28
2017-03-01target/ppc: Fix KVM-HV HPTE accessorsDavid Gibson5-84/+73
2017-03-01sysemu: support up to 1024 vCPUsGreg Kurz1-1/+1
2017-03-01target/ppc: introduce helper_update_ov_legacyNikunj A Dadhania1-21/+13
2017-03-01spapr: generate DT node namesLaurent Vivier1-14/+276
2017-03-01PCI: add missing classes in pci_ids.h to build device treeLaurent Vivier1-9/+103
2017-03-01target/ppc: optimize gen_write_xer()Nikunj A Dadhania1-6/+3
2017-03-01target/ppc: move cpu_[read, write]_xer to cpu.cNikunj A Dadhania3-12/+39
2017-02-28vhost-user: delay vhost_user_stopMarc-André Lureau1-7/+46
2017-02-28Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into stagingPeter Maydell11-87/+289
2017-02-28Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell13-15/+44
2017-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...Peter Maydell26-331/+1897
2017-02-28Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-10/+10
2017-02-28Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into stagingPeter Maydell2-0/+4
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 Deschamps3-0/+478
2017-02-28armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell1-2/+11
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell4-2/+12
2017-02-28armv7m: Check exception return consistencyPeter Maydell3-13/+123
2017-02-28armv7m: Extract "exception taken" code into functionsPeter Maydell1-50/+68
2017-02-28armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver1-2/+6
2017-02-28armv7m: Simpler and faster exception startMichael Davidsaver1-6/+9
2017-02-28armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell3-5/+3
2017-02-28armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver2-2/+53
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver3-46/+15
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell3-8/+23
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