aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/kvm.c
AgeCommit message (Expand)Author
2013-12-18s390x/kvm: Fixed condition code for unknown SIGP ordersThomas Huth
2013-12-18s390x/kvm: Simplified the calculation of the SIGP order codeThomas Huth
2013-12-18s390x/kvm: Implemented SIGP STARTThomas Huth
2013-12-18s390x/kvm: Fix coding style in handle_sigp()Thomas Huth
2013-12-18s390x/kvm: Removed s390_store_status stubThomas Huth
2013-12-18s390x/kvm: Removed duplicated SIGP definesThomas Huth
2013-12-18s390x/kvm: Fix diagnose handling.Cornelia Huck
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil
2013-09-20s390/ioinst: Moved the CC setting to the IO instruction handlersThomas Huth
2013-09-20s390/cpu: Make setcc() function available to other filesThomas Huth
2013-09-20s390/kvm: Add check for priviledged SCLP handlerThomas Huth
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski
2013-08-30s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger
2013-07-30s390x/kvm: Remove redundant return codeThomas Huth
2013-07-30s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst()Thomas Huth
2013-07-29s390x: Rename 'dprintf' to 'DPRINTF'Peter Maydell
2013-07-26target-s390x: Fix CPUState rework falloutChristian Borntraeger
2013-07-09target-s390x: Change handle_{hypercall,diag}() argument to S390CPUAndreas Färber
2013-07-09target-s390x: Don't overuse ENV_GET_CPU()Andreas Färber
2013-07-01virtio-ccw: fix build breakage on windowsCornelia Huck
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-06-25virtio-ccw: Wire up ioeventfd.Cornelia Huck
2013-06-12KVM: S390: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini
2013-04-30Wire up disabled wait a panicked event on s390Christian Borntraeger
2013-04-26Utilize selective runtime reg sync for hot code pathsJason J. Herne
2013-04-26Allow selective runtime register synchronizationJason J. Herne
2013-03-17s390: Fix cpu refactoring fallout.Cornelia Huck
2013-03-08s390: simplify kvm cpu initChristian Borntraeger
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber
2013-01-29s390: Wire up channel I/O in kvm.Cornelia Huck
2013-01-27kvm: Create kvm_arch_vcpu_id() functionEduardo Habkost
2013-01-18s390: Add a hypercall registration interface.Cornelia Huck
2013-01-18s390x: fix indentationAlexander Graf
2013-01-18s390: Add CPU reset handlerJens Freimann
2013-01-18s390: new contributions GPLv2 or laterChristian Borntraeger
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Move kvm_run into CPUStateAndreas Färber
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber
2012-12-19kvm: Pass CPUState to kvm_arch_*Andreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-29s390: sclp base supportHeinz Graalfs
2012-10-29s390: use sync regs for register transferChristian Borntraeger
2012-08-15s390: Fix error handling and condition code of service callChristian Borntraeger