summaryrefslogtreecommitdiffstats
path: root/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
* 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
* spapr_pci: Switch to vfio_eeh_as_op() interfaceDavid Gibson2016-03-151-34/+16Star
* spapr_rng: fix race with main loopGreg Kurz2016-03-151-2/+2
* target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson2016-03-152-7/+6Star
* target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson2016-03-151-11/+2Star
* spapr_pci: fix multifunction hotplugMichael Roth2016-03-151-7/+86
* msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-112-3/+3
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-046-9/+15
* xics: report errors with the QEMU Error APIGreg Kurz2016-02-283-10/+16
* spapr: skip configuration section during migration of older machinesGreg Kurz2016-02-281-0/+1
* spapr: disable vmdesc submission for old machinesGreg Kurz2016-02-281-0/+1
* spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz2016-02-281-1/+8
* spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz2016-02-281-3/+3
* spapr_rng: disable hotpluggabilityGreg Kurz2016-02-281-0/+1
* spapr: initialize local Error pointerGreg Kurz2016-02-251-1/+1
* hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth2016-02-251-0/+60
* hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth2016-02-181-0/+1
* pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson2016-02-171-0/+1
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2016-02-161-0/+1
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2016-02-161-0/+1
* hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth2016-02-161-0/+22
* hw/ppc/spapr: Implement h_set_dabrThomas Huth2016-02-161-5/+20
* hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth2016-02-161-2/+13
* migration: ensure htab_save_first completes after timeoutDavid Gibson2016-02-161-1/+6
* target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson2016-02-161-7/+0Star
* pseries: Move hash page table allocation to reset timeDavid Gibson2016-02-161-74/+56Star
* pseries: Add helper to calculate recommended hash page table sizeDavid Gibson2016-02-161-10/+14
* pseries: Simplify handling of the hash page table fdDavid Gibson2016-02-161-45/+41Star