summaryrefslogtreecommitdiff
path: root/hw/ppc
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-16spapr_pci: Switch to vfio_eeh_as_op() interfaceDavid Gibson1-34/+16
2016-03-16spapr_rng: fix race with main loopGreg Kurz1-2/+2
2016-03-16target-ppc: Eliminate kvmppc_kern_htab globalDavid Gibson2-7/+6
2016-03-16target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson1-11/+2
2016-03-16spapr_pci: fix multifunction hotplugMichael Roth1-7/+86
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin2-3/+3
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite6-9/+15
2016-02-28xics: report errors with the QEMU Error APIGreg Kurz3-10/+16
2016-02-28spapr: skip configuration section during migration of older machinesGreg Kurz1-0/+1
2016-02-28spapr: disable vmdesc submission for old machinesGreg Kurz1-0/+1
2016-02-28spapr_pci: fix irq leak in RTAS ibm,change-msiGreg Kurz1-1/+8
2016-02-28spapr_pci: kill useless variable in rtas_ibm_change_msi()Greg Kurz1-3/+3
2016-02-28spapr_rng: disable hotpluggabilityGreg Kurz1-0/+1
2016-02-25spapr: initialize local Error pointerGreg Kurz1-1/+1
2016-02-25hw/ppc/spapr: Implement the h_page_init hypercallThomas Huth1-0/+60
2016-02-18hw/ppc/spapr: Halt CPU when powering off via RTAS callThomas Huth1-0/+1
2016-02-17pseries: Include missing pseries-2.5 compat properties in pseries-2.4David Gibson1-0/+1
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau1-0/+1
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau1-0/+1
2016-02-17hw/ppc/spapr: Implement the h_set_xdabr hypercallThomas Huth1-0/+22
2016-02-17hw/ppc/spapr: Implement h_set_dabrThomas Huth1-5/+20
2016-02-17hw/ppc/spapr: Add h_set_sprg0 hypercallThomas Huth1-2/+13
2016-02-17migration: ensure htab_save_first completes after timeoutDavid Gibson1-1/+6
2016-02-17target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVMDavid Gibson1-7/+0
2016-02-17pseries: Move hash page table allocation to reset timeDavid Gibson1-74/+56
2016-02-17pseries: Add helper to calculate recommended hash page table sizeDavid Gibson1-10/+14
2016-02-17pseries: Simplify handling of the hash page table fdDavid Gibson1-45/+41
2016-02-08qapi: Drop unused error argument for list and implicit structEric Blake1-5/+1
2016-02-08qapi: Drop unused 'kind' for struct/enum visitEric Blake1-2/+2
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-8/+8