summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2015-06-05target-s390x: Only access allocated storage keysAlexander Graf1-1/+1
2015-06-05target-s390x: fix MVC instruction when areas overlapAurelien Jarno1-3/+4
2015-06-05target-s390x: use softmmu functions for mvcp/mvcsAurelien Jarno1-33/+20
2015-06-05target-s390x: support non current ASC in s390_cpu_handle_mmu_faultAurelien Jarno1-1/+1
2015-06-05target-s390x: add a cpu_mmu_idx_to_asc functionAurelien Jarno1-3/+22
2015-06-05target-s390x: implement high-word facilityAurelien Jarno2-0/+98
2015-06-05target-s390x: implement load-and-trap facilityAurelien Jarno2-9/+81
2015-06-05target-s390x: implement miscellaneous-instruction-extensions facilityAurelien Jarno2-0/+4
2015-06-05target-s390x: implement LPDFR and LNDFR instructionsAurelien Jarno1-0/+2
2015-06-05target-s390x: implement TRANSLATE EXTENDED instructionAurelien Jarno4-0/+51
2015-06-05target-s390x: implement TRANSLATE AND TEST instructionAurelien Jarno4-0/+37
2015-06-05target-s390x: implement LOAD FP INTEGER instructionsAurelien Jarno4-0/+63
2015-06-05target-s390x: move SET DFP ROUNDING MODE to the correct facilityAurelien Jarno1-1/+1
2015-06-05target-s390x: move STORE CLOCK FAST to the correct facilityAurelien Jarno1-1/+1
2015-06-05target-s390x: change CHRL and CGHRL format to RIL-bAurelien Jarno1-2/+2
2015-06-05target-s390x: fix CLGIT instructionAurelien Jarno1-1/+1
2015-06-05target-s390x: fix exception for invalid operation codeAurelien Jarno1-1/+1
2015-06-05target-s390x: implement LAY and LAEY instructionsAurelien Jarno2-0/+38
2015-06-05target-s390x: move a few instructions to the correct facilityAurelien Jarno1-4/+4
2015-06-05target-s390x: detect tininess before rounding for FP operationsAurelien Jarno1-0/+8
2015-06-05target-s390x: silence NaNs for LOAD LENGTHENED and LOAD ROUNDEDAurelien Jarno1-6/+6
2015-06-05target-s390x: fix MMU index computationAurelien Jarno1-4/+11
2015-06-05target-s390x: fix PSW value on dynamical exception from helpersAurelien Jarno1-1/+1
2015-06-05target-s390x: fix LOAD MULTIPLE instruction on page boundaryAurelien Jarno1-29/+99
2015-06-05target-s390x: implement STPT helperAurelien Jarno1-3/+4
2015-06-05target-s390x: implement STCKC helperAurelien Jarno1-2/+3
2015-06-05target-s390x: streamline STCK helperAurelien Jarno1-7/+2
2015-06-05target-s390x: simplify SCKC helperAurelien Jarno1-3/+4
2015-06-05target-s390x: add a tod2time functionAurelien Jarno2-2/+7
2015-06-05target-s390x: remove unused helpersAurelien Jarno2-22/+0
2015-06-05target-s390x: optimize (negative-) abs computationAurelien Jarno3-26/+14
2015-06-05target-s390x: fix CC computation for LOAD POSITIVE instructionsAurelien Jarno1-2/+2
2015-06-05target-s390x: fix CC computation for EX instructionAurelien Jarno1-2/+1
2015-06-02kvm: introduce kvm_arch_msi_data_to_gsiEric Auger1-0/+5
2015-05-27s390x: Enable vector processing capabilityEric Farman1-0/+1
2015-05-27s390x: Migrate vector registersEric Farman2-0/+75
2015-05-27s390x: Add vector registers to ELF dumpEric Farman1-0/+39
2015-05-27s390x: Add vector registers to HMP outputEric Farman1-0/+6
2015-05-27s390x: gdb updates for vector registersEric Farman1-0/+46
2015-05-27s390x: Store Additional Status SIGP orderEric Farman2-0/+56
2015-05-27s390x: Vector Register IOCTLsEric Farman4-35/+56
2015-05-27s390x: Common access to floating point registersEric Farman6-8/+17
2015-05-13s390x: Add interlocked access facility 1 instructionsAlexander Graf2-0/+51
2015-05-13s390x: Add some documentation in opcode listAlexander Graf1-0/+21
2015-05-13s390x: Fix stoc directionAlexander Graf1-0/+4
2015-05-11Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+3
2015-05-08s390x/kvm: migrate vcpu interrupt stateJens Freimann5-1/+82
2015-05-08s390x: move fpu regs into a subsection of the vmstateDavid Hildenbrand1-7/+29
2015-05-08s390x/kvm: use ioctl KVM_S390_IRQ for vcpu interruptsJens Freimann1-2/+20
2015-04-30kvm: add support for memory transaction attributesPaolo Bonzini1-1/+3