summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2014-03-05s390x/virtio-ccw: Adapter interrupt support.Cornelia Huck2-2/+8
2014-03-04Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-0/+1
2014-02-28Define the architecture for compressed dump formatqiaonuohan1-0/+1
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/cpu: Use ioctl to reset state in the kernelThomas Huth1-0/+9
2014-02-27s390x/sclp: Fixed setting of condition code registerThomas Huth1-1/+2
2014-02-27s390x/sclp: Add missing checks to SCLP handlerThomas Huth3-7/+3
2014-02-27s390x/sclp: Fixed the size of sccb and code parameterThomas Huth2-3/+3
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 Dingel3-0/+58
2014-02-11exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+2
2014-02-11exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias2-3/+8
2014-02-11exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2-2/+4
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-01-31s390x/kvm: cleanup partial register handlingDominik Dingel2-100/+53
2013-12-18s390x/ioinst: CHSC has to set a condition codeThomas Huth1-0/+1
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 Huck2-6/+16
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil1-2/+2
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori1-4/+0
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-4/+0
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-3/+0
2013-09-20s390/ebcdic: Move conversion tables to header fileHeinz Graalfs1-80/+1
2013-09-20s390/kexec: Implement diag308 subcode 0Christian Borntraeger1-0/+26
2013-09-20s390/ioinst: Moved the CC setting to the IO instruction handlersThomas Huth3-97/+77
2013-09-20s390/cpu: Make setcc() function available to other filesThomas Huth2-14/+9
2013-09-20s390/dump: zero out padding bytes in notes sectionsChristian Borntraeger1-0/+1
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-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-4/+4
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-4/+4
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski2-3/+16
2013-08-30s390: Implement load normal resetChristian Borntraeger1-0/+30
2013-08-30s390/cpu: split CPU reset into architectured functionsChristian Borntraeger2-3/+39
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger3-0/+19
2013-08-30s390: provide I/O subsystem resetChristian Borntraeger1-0/+1
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski3-0/+57
2013-08-30s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger1-10/+10
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh2-5/+5
2013-08-08dump: rebase from host-private RAMBlock offsets to guest-physical addressesLaszlo Ersek1-1/+2