summaryrefslogtreecommitdiff
path: root/target-mips/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-26mips/kvm: Support MSA in MIPS KVM guestsJames Hogan1-20/+109
2016-02-26mips/kvm: Support FPU in MIPS KVM guestsJames Hogan1-4/+117
2016-02-26mips/kvm: Support signed 64-bit KVM registersJames Hogan1-9/+31
2016-02-26mips/kvm: Support unsigned KVM registersJames Hogan1-0/+22
2016-02-26mips/kvm: Implement Config CP0 registersJames Hogan1-0/+106
2016-02-26mips/kvm: Implement PRid CP0 registerJames Hogan1-0/+11
2016-02-26mips/kvm: Remove a couple of noisy DPRINTFsJames Hogan1-2/+0
2016-01-23mips: Clean up includesPeter Maydell1-1/+1
2016-01-22fpu: Replace uint64 typedef with uint64_tPeter Maydell1-2/+2
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-1/+1
2015-07-16mips/kvm: Sign extend registers written to KVMJames Hogan1-4/+4
2015-07-16mips/kvm: Fix Big endian 32-bit register accessJames Hogan1-10/+3
2015-07-09mips/kvm: Sync with newer MIPS KVM headersJames Hogan1-13/+2
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka1-0/+4
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
2014-12-15target-mips: kvm: do not use get_clock()Paolo Bonzini1-1/+1
2014-07-09mips/kvm: Disable FPU on reset with KVMJames Hogan1-0/+7
2014-06-18target-mips: kvm: Add main KVM support for MIPSSanjay Lal1-0/+683