aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
2016-06-14spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao1-20/+37
2016-06-14ppc: Add PowerISA 2.07 compatibility modeThomas Huth1-2/+4
2016-06-14ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth1-2/+2
2016-06-14ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth1-25/+36
2016-06-13vl: Eliminate usb_enabled()Eduardo Habkost2-2/+2
2016-06-07ppc: Remove a potential overflow in muldiv64()Laurent Vivier1-1/+1
2016-06-07spapr_pci: Drop cannot_instantiate_with_device_add_yet=falseMarkus Armbruster1-1/+0
2016-06-07spapr: Introduce pseries-2.7 machine typeBharata B Rao1-2/+20
2016-06-07spapr: Increase hotpluggable memory slots to 256Bharata B Rao1-2/+12
2016-06-07spapr_pci: Add and export DMA resetting helperAlexey Kardashevskiy1-2/+8
2016-06-07spapr_pci: Reset DMA config on PHB resetAlexey Kardashevskiy1-6/+11
2016-06-07spapr_iommu: Add root memory regionAlexey Kardashevskiy2-6/+13
2016-06-07spapr_iommu: Migrate full stateAlexey Kardashevskiy1-3/+62
2016-06-07spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy3-32/+52
2016-05-30ppc: Do some batching of TCG tlb flushesBenjamin Herrenschmidt1-3/+11
2016-05-27spapr_iommu: Move table allocation to helpersAlexey Kardashevskiy1-19/+39
2016-05-27spapr_pci: Use correct DMA LIOBN when composing the device treeAlexey Kardashevskiy1-1/+1
2016-05-27spapr: ensure device trees are always associated with DRCJianjun Duan2-17/+11
2016-05-27Added negative check for get_image_size()Zhou Jie1-0/+4
2016-05-26memory: Fix IOMMU replay base addressAlexey Kardashevskiy1-1/+1
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov1-4/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini5-0/+5
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini3-0/+3
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini4-0/+4
2016-05-19hw: do not use VMSTATE_*TLPaolo Bonzini1-1/+1
2016-05-19ppc: use PowerPCCPU instead of CPUPPCStatePaolo Bonzini1-10/+10
2016-05-12qapi: Simplify semantics of visit_next_list()Eric Blake1-1/+1
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake1-1/+2
2016-05-12spapr_drc: Expose 'null' in qom-get when there is no fdtEric Blake1-5/+1
2016-04-26spapr_drc: fix aborts during DRC-count based hotplugMichael Roth2-5/+14
2016-04-23hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridgeThomas Huth2-5/+7
2016-04-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160408' into...Peter Maydell1-2/+5
2016-04-08spapr: Fix ibm,lrdr-capacityBharata B Rao1-2/+5
2016-04-08spapr: fix possible Negative array index readGonglei1-0/+4
2016-04-05spapr_drc: enable immediate detach for unsignalled devicesMichael Roth2-0/+45
2016-04-05ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater1-15/+1
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell19-14/+54
2016-03-24hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth1-1/+6
2016-03-24ppc: Create cpu_ppc_set_papr() helperBenjamin Herrenschmidt1-9/+2
2016-03-24spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy1-4/+5
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa8-3/+9
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah3-12/+15
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini9-0/+18
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster13-0/+13
2016-03-16machine: Use type_init() to register machine classesEduardo Habkost2-2/+2
2016-03-16spapr_pci: Remove finish_realize hookDavid Gibson1-20/+5
2016-03-16spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson1-44/+17
2016-03-16spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson2-9/+7
2016-03-16spapr_pci: Eliminate class callbacksDavid Gibson2-33/+29