summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* qapi: keep names in 'CpuInstanceProperties' in sync with struct CPUCorePeter Krempa2016-06-271-2/+2
* target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIRAaron Larson2016-06-271-1/+1
* memory: Add reporting of supported page sizesAlexey Kardashevskiy2016-06-221-0/+8
* powerpc/mm: Update the WIMG check during H_ENTERAneesh Kumar K.V2016-06-221-1/+5
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-201-0/+39
|\
| * trace: split out trace events for hw/ppc/ directoryDaniel P. Berrange2016-06-201-0/+39
* | coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-4/+1Star
|/
* spapr: implement query-hotpluggable-cpus callbackIgor Mammedov2016-06-171-0/+34
* spapr: CPU hot unplug supportBharata B Rao2016-06-172-0/+67
* spapr: CPU hotplug supportBharata B Rao2016-06-174-13/+172
* spapr: convert boot CPUs into CPU core devicesBharata B Rao2016-06-172-10/+121
* spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao2016-06-172-48/+50
* spapr: Abstract CPU core device and type specific core devicesBharata B Rao2016-06-173-2/+162
* spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao2016-06-171-0/+12
* hw/ppc/spapr: Silence deprecation message in qtest modeThomas Huth2016-06-171-1/+4
* 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
|/