summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* spapr: Ensure all LMBs are represented in ibm,dynamic-memoryBharata B Rao2016-06-141-20/+37
* ppc: Add PowerISA 2.07 compatibility modeThomas Huth2016-06-141-2/+4
* ppc: Split pcr_mask settings into supported bits and the register maskThomas Huth2016-06-141-2/+2
* ppc/spapr: Refactor h_client_architecture_support() CPU parsing codeThomas Huth2016-06-141-25/+36
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-132-2/+2
* ppc: Remove a potential overflow in muldiv64()Laurent Vivier2016-06-071-1/+1
* spapr_pci: Drop cannot_instantiate_with_device_add_yet=falseMarkus Armbruster2016-06-071-1/+0Star
* spapr: Introduce pseries-2.7 machine typeBharata B Rao2016-06-071-2/+20
* spapr: Increase hotpluggable memory slots to 256Bharata B Rao2016-06-071-2/+12
* spapr_pci: Add and export DMA resetting helperAlexey Kardashevskiy2016-06-071-2/+8
* spapr_pci: Reset DMA config on PHB resetAlexey Kardashevskiy2016-06-071-6/+11
* spapr_iommu: Add root memory regionAlexey Kardashevskiy2016-06-072-6/+13
* spapr_iommu: Migrate full stateAlexey Kardashevskiy2016-06-071-3/+62
* spapr_iommu: Introduce "enabled" state for TCE tableAlexey Kardashevskiy2016-06-073-32/+52
* ppc: Do some batching of TCG tlb flushesBenjamin Herrenschmidt2016-05-301-3/+11
* spapr_iommu: Move table allocation to helpersAlexey Kardashevskiy2016-05-271-19/+39
* spapr_pci: Use correct DMA LIOBN when composing the device treeAlexey Kardashevskiy2016-05-271-1/+1
* spapr: ensure device trees are always associated with DRCJianjun Duan2016-05-272-17/+11Star
* Added negative check for get_image_size()Zhou Jie2016-05-271-0/+4
* memory: Fix IOMMU replay base addressAlexey Kardashevskiy2016-05-261-1/+1
* machine: add properties to compat_props incrementalyIgor Mammedov2016-05-201-4/+0Star
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-191-0/+1
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-195-0/+5
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-193-0/+3
* dma: do not depend on kvm_enabled()Paolo Bonzini2016-05-194-0/+4
* hw: do not use VMSTATE_*TLPaolo Bonzini2016-05-191-1/+1
* ppc: use PowerPCCPU instead of CPUPPCStatePaolo Bonzini2016-05-191-10/+10
* qapi: Simplify semantics of visit_next_list()Eric Blake2016-05-121-1/+1
* qapi: Split visit_end_struct() into piecesEric Blake2016-05-121-1/+2
* spapr_drc: Expose 'null' in qom-get when there is no fdtEric Blake2016-05-121-5/+1Star
* spapr_drc: fix aborts during DRC-count based hotplugMichael Roth2016-04-262-5/+14
* hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridgeThomas Huth2016-04-232-5/+7
* Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.6-20160408' into...Peter Maydell2016-04-081-2/+5
|\
| * spapr: Fix ibm,lrdr-capacityBharata B Rao2016-04-081-2/+5
* | spapr: fix possible Negative array index readGonglei2016-04-081-0/+4
|/
* spapr_drc: enable immediate detach for unsignalled devicesMichael Roth2016-04-052-0/+45
* ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater2016-04-051-15/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-03-2419-14/+54
|\
| * util: move declarations out of qemu-common.hVeronia Bahaa2016-03-228-3/+9
| * Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-223-12/+15
| * hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-229-0/+18
| * include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-2213-0/+13
* | hw/net/spapr_llan: Enable the RX buffer pools by default for new machinesThomas Huth2016-03-241-1/+6
* | ppc: Create cpu_ppc_set_papr() helperBenjamin Herrenschmidt2016-03-241-9/+2Star
* | spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy2016-03-241-4/+5
|/
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-162-2/+2
* spapr_pci: Remove finish_realize hookDavid Gibson2016-03-151-20/+5Star
* spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridgeDavid Gibson2016-03-151-44/+17Star
* spapr_pci: Allow EEH on spapr-pci-host-bridgeDavid Gibson2016-03-152-9/+7Star
* spapr_pci: Eliminate class callbacksDavid Gibson2016-03-152-33/+29Star