summaryrefslogtreecommitdiffstats
path: root/target-s390x/kvm.c
Commit message (Expand)AuthorAgeFilesLines
* s390x: use kvm_vcpu_enable_cap()Cornelia Huck2014-04-301-3/+1Star
* s390x/kvm: sync gbea and pp registerChristian Borntraeger2014-04-251-0/+4
* s390x/kvm: rework KVM synchronize to tracing for some ONEREGSChristian Borntraeger2014-04-251-78/+65Star
* s390x: empty function stubs in preparation for __KVM_HAVE_GUEST_DEBUGDavid Hildenbrand2014-04-251-0/+28
* s390x/virtio-ccw: Adapter interrupt support.Cornelia Huck2014-03-051-2/+6
* s390x/kvm: Rework priv instruction handlersFrank Blaschka2014-02-271-59/+80
* s390x/kvm: Add missing SIGP CPU RESET orderThomas Huth2014-02-271-0/+13
* s390x/kvm: Rework SIGP INITIAL CPU RESET handlerThomas Huth2014-02-271-18/+7Star
* s390x/sclp: Fixed setting of condition code registerThomas Huth2014-02-271-1/+2
* s390x/sclp: Add missing checks to SCLP handlerThomas Huth2014-02-271-5/+1Star
* s390x/sclp: Fixed the size of sccb and code parameterThomas Huth2014-02-271-2/+2
* s390x/virtio-hcall: Specification exception for illegal subcodesThomas Huth2014-02-271-2/+7
* s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handlerThomas Huth2014-02-271-2/+4
* s390x/async_pf: Check for apf extension and enable pfaultDominik Dingel2014-02-271-0/+48
* s390x/kvm: cleanup partial register handlingDominik Dingel2014-01-311-83/+53Star
* s390x/kvm: Fixed condition code for unknown SIGP ordersThomas Huth2013-12-181-6/+11
* s390x/kvm: Simplified the calculation of the SIGP order codeThomas Huth2013-12-181-5/+3Star
* s390x/kvm: Implemented SIGP STARTThomas Huth2013-12-181-0/+11
* s390x/kvm: Fix coding style in handle_sigp()Thomas Huth2013-12-181-12/+12
* s390x/kvm: Removed s390_store_status stubThomas Huth2013-12-181-22/+0Star
* s390x/kvm: Removed duplicated SIGP definesThomas Huth2013-12-181-5/+0Star
* s390x/kvm: Fix diagnose handling.Cornelia Huck2013-12-181-6/+13
* exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil2013-10-141-2/+2
* s390/ioinst: Moved the CC setting to the IO instruction handlersThomas Huth2013-09-201-24/+14Star
* s390/cpu: Make setcc() function available to other filesThomas Huth2013-09-201-12/+0Star
* s390/kvm: Add check for priviledged SCLP handlerThomas Huth2013-09-201-0/+4
* exec: Don't abort when we can't allocate guest memoryMarkus Armbruster2013-09-121-5/+1Star
* exec: Simplify the guest physical memory allocation hookMarkus Armbruster2013-09-121-11/+6Star
* s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski2013-08-301-3/+3
* s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski2013-08-301-0/+14
* s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger2013-08-301-10/+10
* s390x/kvm: Remove redundant return codeThomas Huth2013-07-301-3/+2Star
* s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst()Thomas Huth2013-07-301-48/+11Star
* s390x: Rename 'dprintf' to 'DPRINTF'Peter Maydell2013-07-301-9/+10
* target-s390x: Fix CPUState rework falloutChristian Borntraeger2013-07-261-8/+4Star
* target-s390x: Change handle_{hypercall,diag}() argument to S390CPUAndreas Färber2013-07-091-6/+6
* target-s390x: Don't overuse ENV_GET_CPU()Andreas Färber2013-07-091-1/+1
* virtio-ccw: fix build breakage on windowsCornelia Huck2013-07-011-2/+3
* kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber2013-06-281-4/+5
* virtio-ccw: Wire up ioeventfd.Cornelia Huck2013-06-251-0/+19
* KVM: S390: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy2013-06-121-0/+4
* osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini2013-05-141-1/+1
* Wire up disabled wait a panicked event on s390Christian Borntraeger2013-04-301-3/+14
* Utilize selective runtime reg sync for hot code pathsJason J. Herne2013-04-261-3/+12
* Allow selective runtime register synchronizationJason J. Herne2013-04-261-0/+67
* s390: Fix cpu refactoring fallout.Cornelia Huck2013-03-171-2/+1Star
* s390: simplify kvm cpu initChristian Borntraeger2013-03-081-7/+2Star
* target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber2013-02-011-8/+5Star
* s390: Wire up channel I/O in kvm.Cornelia Huck2013-01-291-13/+226
* kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost2013-01-271-0/+5