aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-10s390x/kvm: pass the SIGP instruction parameter to the SIGP handlerDavid Hildenbrand1-2/+6
2015-03-10s390x/kvm: more details for SIGP handler with one destination vcpuDavid Hildenbrand1-62/+91
2015-03-10s390x: introduce defines for SIGP condition codesDavid Hildenbrand1-7/+7
2015-02-18s390x/ioinst: Set condition code in ioinst_handle_tsch() handlerThomas Huth1-7/+2
2015-02-18s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth1-0/+12
2015-02-13s390x/ipl: drop reipl parameters on resetsFan Zhang1-1/+2
2015-02-03s390x/kvm: unknown DIAGNOSE code should give a specification exceptionChristian Borntraeger1-1/+1
2015-02-03s390x/kvm: Fix diag-308 register decodingThomas Huth1-1/+1
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka1-0/+26
2015-01-12s390: implement pci instructionsFrank Blaschka1-0/+153
2015-01-12s390x/kvm: avoid syscalls by syncing registers with kvm_runDavid Hildenbrand1-22/+50
2015-01-12s390x/kvm: sync register support helper functionDavid Hildenbrand1-10/+12
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+1
2014-12-15valgrind/s390x: avoid false positives on KVM_SET_FPU ioctlChristian Borntraeger1-1/+1
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger1-1/+0
2014-11-26s390x/kvm: Fix compile errorChristian Borntraeger1-2/+2
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov1-1/+1
2014-11-05s390x/kvm: Fix warning from sparseThomas Huth1-1/+1
2014-11-05s390x/kvm: Fix opcode decoding for eb instruction handlerFrank Blaschka1-4/+4
2014-10-10s390x/kvm: synchronize the cpu state after SIGP (INITIAL) CPU RESETDavid Hildenbrand1-0/+2
2014-10-10s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand1-1/+1
2014-10-10s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand1-2/+41
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand1-5/+6
2014-09-01sclp-s390: Add memory hotplug SCLPsMatthew Rosato1-0/+5
2014-09-01s390x/kvm: execute sigp orders on the target vcpu threadDavid Hildenbrand1-7/+16
2014-07-14s390x/kvm: synchronize guest floating point registersJason J. Herne1-0/+23
2014-06-23qapi event: convert GUEST_PANICKEDWenchao Xia1-6/+3
2014-06-10s390x/kvm: inject via flicCornelia Huck1-1/+18
2014-06-10s390x: cleanup interrupt injectionCornelia Huck1-59/+45
2014-06-10s390x/kvm: add alternative injection interfaceCornelia Huck1-0/+86
2014-06-10s390x: consolidate floating interruptsCornelia Huck1-0/+5
2014-06-10s390x/kvm: Log unmanageable program interruptionsThomas Huth1-0/+6
2014-06-10s390x/kvm: Log unmanageable external interruptionsThomas Huth1-6/+29
2014-06-10s390x/kvm: enable/reset cmma via vm attributesDominik Dingel1-0/+58
2014-05-20s390x/kvm: hw debugging support via guest PER facilityDavid Hildenbrand1-3/+143
2014-05-20s390x/kvm: software breakpoint supportDavid Hildenbrand1-3/+22
2014-05-20s390x: remove duplicate definitions of DIAG 501David Hildenbrand1-8/+12
2014-05-20s390x/virtio-ccw: wire up irq routing and irqfdsCornelia Huck1-0/+10
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini1-2/+4
2014-05-13kvm: make one_reg helpers available for everyoneCornelia Huck1-29/+0
2014-04-30s390x: use kvm_vcpu_enable_cap()Cornelia Huck1-3/+1
2014-04-25s390x/kvm: sync gbea and pp registerChristian Borntraeger1-0/+4
2014-04-25s390x/kvm: rework KVM synchronize to tracing for some ONEREGSChristian Borntraeger1-78/+65