summaryrefslogtreecommitdiff
path: root/target-ppc/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+3
2016-03-24spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports itAlexey Kardashevskiy1-1/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-03-18target-ppc: Document TOCTTOU in hugepage supportMarkus Armbruster1-0/+6
2016-03-16target-ppc: Add helpers for updating a CPU's SDR1 and external HPTDavid Gibson1-1/+1
2016-03-16target-ppc: Split out SREGS get/put functionsDavid Gibson1-193/+228
2016-02-25ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hvThomas Huth1-0/+4
2016-02-25ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable errorsThomas Huth1-2/+5
2016-01-30target-ppc: Rework ppc_store_slbDavid Gibson1-1/+1
2016-01-30target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPUDavid Gibson1-1/+1
2016-01-30target-ppc: kvm: fix floating point registers sync on little-endian hostsGreg Kurz1-0/+12
2016-01-29ppc: Clean up includesPeter Maydell1-1/+1
2016-01-11target-ppc: Define kvmppc_read_int_dt()Sukadev Bhattiprolu1-14/+22
2015-10-23ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt1-0/+7
2015-10-23ppc: Add mmu_model defines for arch 2.03 and 2.07Benjamin Herrenschmidt1-3/+5
2015-10-23spapr_iommu: Rename vfio_accel parameterDavid Gibson1-2/+2
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-1/+1
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+4
2015-10-08target-ppc: Remove unnecessary variableShraddha Barke1-2/+1
2015-09-23ppc/spapr: Implement H_RANDOM hypercall in QEMUThomas Huth1-0/+9
2015-09-23spapr: Enable in-kernel H_SET_MODE handlingAlexey Kardashevskiy1-0/+5
2015-07-07target-ppc: fix hugepage support when using memory-backend-fileMichael Roth1-6/+51
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka1-0/+7
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell1-0/+17
2015-06-03pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementationsDavid Gibson1-0/+17
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+5
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini1-1/+3
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum1-1/+1
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka1-0/+6
2015-01-07target-ppc: explicitly save page table headers in big endianCédric Le Goater1-3/+17
2014-11-04target-ppc: kvm: Fix memory overflow issue about strncat()Chen Gang1-4/+4
2014-09-08PPC: KVM: Use vm check_extension for pv hcallAlexander Graf1-1/+1
2014-09-08ppc: Add hw breakpoint watchpoint supportBharat Bhushan1-15/+219
2014-09-08ppc: Add software breakpoint supportBharat Bhushan1-14/+79
2014-09-08ppc: synchronize excp_vectors for injecting exceptionBharat Bhushan1-0/+27
2014-09-08ppc: debug stub: Get trap instruction opcode from KVMBharat Bhushan1-0/+4
2014-09-08spapr: add uuid/host details to device treeNikunj A Dadhania1-1/+12
2014-07-15spapr: Move RMA memory region registration codeAlexey Kardashevskiy1-10/+3
2014-06-27spapr_iommu: Make in-kernel TCE table optionalAlexey Kardashevskiy1-2/+5
2014-06-16PPC: KVM: Make pv hcall endian agnosticAlexander Graf1-8/+8
2014-06-16KVM: target-ppc: Enable TM state migrationAlexey Kardashevskiy1-0/+38
2014-06-16KVM: PPC: Expose fixup hcall capabilityAlexander Graf1-0/+7
2014-06-16spapr_iommu: Get rid of window_size in sPAPRTCETableAlexey Kardashevskiy1-2/+2
2014-06-16spapr_iommu: Enable multiple TCE requestsAlexey Kardashevskiy1-0/+7
2014-06-16KVM: PPC: Enable compatibility modeAlexey Kardashevskiy1-0/+5
2014-06-16spapr: Add support for time base offset migrationAlexey Kardashevskiy1-0/+5
2014-06-16KVM: PPC: Don't secretly add 1T segment feature to CPUAlexander Graf1-3/+5
2014-06-16target-ppc: Create versionless CPU class per family if KVMAlexey Kardashevskiy1-0/+21
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini1-4/+0