summaryrefslogtreecommitdiff
path: root/target-s390x/kvm.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-21kvm-irqchip: i386: add hook for add/remove virqPeter Xu1-0/+11
2016-07-11s390x/pci: replace fid with idx in msg data of msixYi Min Zhao1-2/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-14s390x/kvm: Fixup interrupt type for non-adapter I/O interruptsChristian Borntraeger1-2/+3
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini1-1/+1
2016-05-17s390x: enable runtime instrumentationFan Zhang1-0/+21
2016-03-01s390x: remove {kvm_}s390_virtio_irq()Cornelia Huck1-11/+0
2016-03-01s390x/kvm: sync fprs via kvm_runDavid Hildenbrand1-0/+11
2016-01-29s390: Clean up includesPeter Maydell1-1/+1
2016-01-22fpu: Replace uint64 typedef with uint64_tPeter Maydell1-1/+1
2015-11-11s390x/kvm: don't enable CMMA when hugetlbfs will be usedDominik Dingel1-1/+3
2015-10-21s390x/cmma: clean up cmma resetDavid Hildenbrand1-6/+2
2015-10-21s390x: reset crypto only on clear reset and QEMU resetDavid Hildenbrand1-3/+1
2015-10-20s390x: flagify mcic valuesCornelia Huck1-4/+19
2015-10-20s390x/kvm: Fix vector validity bit in device machine checksChristian Borntraeger1-0/+3
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin1-1/+1
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-9/+2
2015-09-11typofixes - v4Veres Lajos1-2/+2
2015-09-07Added generic panic handler qemu_system_guest_panicked()Andrey Smetanin1-9/+2
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka1-0/+3
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-11s390x/kvm: diag288 instruction interception and handlingXu Wang1-0/+18
2015-06-09Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150609' into s...Peter Maydell1-3/+4
2015-06-03s390x/kvm: always ignore empty vcpu interrupt stateSascha Silbe1-3/+4
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+5
2015-05-27s390x: Enable vector processing capabilityEric Farman1-0/+1
2015-05-27s390x: Store Additional Status SIGP orderEric Farman1-0/+55
2015-05-27s390x: Vector Register IOCTLsEric Farman1-16/+33
2015-05-27s390x: Common access to floating point registersEric Farman1-3/+6
2015-05-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+3
2015-05-08s390x/kvm: migrate vcpu interrupt stateJens Freimann1-0/+55
2015-05-08s390x/kvm: use ioctl KVM_S390_IRQ for vcpu interruptsJens Freimann1-2/+20
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini1-1/+3
2015-04-30s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin1-16/+30
2015-04-30s390x/mmu: Use ioctl for reading and writing from/to guest memoryThomas Huth1-0/+40
2015-04-30s390x/kvm: Put vm name, extended name and UUID into STSI322 SYSIBEkaterina Tumanova1-0/+71
2015-03-16s390x: CPACF: Handle key wrap machine optionsTony Krowiak1-0/+51
2015-03-16s390x/kvm: make use of generic vm attribute checkDominik Dingel1-35/+7
2015-03-16s390x/kvm: Guest Migration TOD clock synchronizationJason J. Herne1-0/+39
2015-03-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-1/+1
2015-03-11kvm: add machine state to kvm_arch_initMarcel Apfelbaum1-1/+1
2015-03-11Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150310' into s...Peter Maydell1-58/+358
2015-03-10s390x/kvm: passing max memory size to acceleratorDominik Dingel1-0/+45
2015-03-10s390x/kvm: enable the new SIGP handling in user spaceDavid Hildenbrand1-0/+3
2015-03-10s390x/kvm: deliver SIGP RESTART directly if stoppedDavid Hildenbrand1-2/+11
2015-03-10s390x/kvm: SIGP START is only applicable when STOPPEDDavid Hildenbrand1-0/+5
2015-03-10s390x/kvm: implement handling of new SIGP ordersDavid Hildenbrand1-3/+201
2015-03-10s390x/kvm: trace all SIGP ordersDavid Hildenbrand1-1/+3
2015-03-10s390x/kvm: helper to set the SIGP status in SigpInfoDavid Hildenbrand1-3/+8