summaryrefslogtreecommitdiff
path: root/target-s390x/kvm.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-25s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUGDavid Hildenbrand1-0/+28
2014-03-05s390x/virtio-ccw: Adapter interrupt support.Cornelia Huck1-2/+6
2014-02-27s390x/kvm: Rework priv instruction handlersFrank Blaschka1-59/+80
2014-02-27s390x/kvm: Add missing SIGP CPU RESET orderThomas Huth1-0/+13
2014-02-27s390x/kvm: Rework SIGP INITIAL CPU RESET handlerThomas Huth1-18/+7
2014-02-27s390x/sclp: Fixed setting of condition code registerThomas Huth1-1/+2
2014-02-27s390x/sclp: Add missing checks to SCLP handlerThomas Huth1-5/+1
2014-02-27s390x/sclp: Fixed the size of sccb and code parameterThomas Huth1-2/+2
2014-02-27s390x/virtio-hcall: Specification exception for illegal subcodesThomas Huth1-2/+7
2014-02-27s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handlerThomas Huth1-2/+4
2014-02-27s390x/async_pf: Check for apf extension and enable pfaultDominik Dingel1-0/+48
2014-01-31s390x/kvm: cleanup partial register handlingDominik Dingel1-83/+53
2013-12-18s390x/kvm: Fixed condition code for unknown SIGP ordersThomas Huth1-6/+11
2013-12-18s390x/kvm: Simplified the calculation of the SIGP order codeThomas Huth1-5/+3
2013-12-18s390x/kvm: Implemented SIGP STARTThomas Huth1-0/+11
2013-12-18s390x/kvm: Fix coding style in handle_sigp()Thomas Huth1-12/+12
2013-12-18s390x/kvm: Removed s390_store_status stubThomas Huth1-22/+0
2013-12-18s390x/kvm: Removed duplicated SIGP definesThomas Huth1-5/+0
2013-12-18s390x/kvm: Fix diagnose handling.Cornelia Huck1-6/+13
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil1-2/+2
2013-09-20s390/ioinst: Moved the CC setting to the IO instruction handlersThomas Huth1-24/+14
2013-09-20s390/cpu: Make setcc() function available to other filesThomas Huth1-12/+0
2013-09-20s390/kvm: Add check for priviledged SCLP handlerThomas Huth1-0/+4
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster1-5/+1
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster1-11/+6
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski1-3/+3
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski1-0/+14
2013-08-30s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger1-10/+10
2013-07-30s390x/kvm: Remove redundant return codeThomas Huth1-3/+2
2013-07-30s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst()Thomas Huth1-48/+11
2013-07-29s390x: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-9/+10
2013-07-26target-s390x: Fix CPUState rework falloutChristian Borntraeger1-8/+4