summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2015-06-17target-s390x: fix s390_cpu_initial_resetAurelien Jarno1-0/+1
2015-06-17target-s390x: initialize I/O interrupt queueAurelien Jarno1-0/+8
2015-06-17target-s390x: correctly initialize ext interrupt queueAurelien Jarno1-1/+2
2015-06-17target-s390x: fix setcc in TCG modeAurelien Jarno1-0/+1
2015-06-17virtio-ccw: disable ioevent bit when ioeventfds are not enabledAurelien Jarno1-5/+1
2015-06-17s390/ioinst: fix endianness in ioinst_schib_validAlexander Graf1-3/+3
2015-06-17s390/ioinst: fix IO_INT_WORD_ISC macroAurelien Jarno1-1/+1
2015-06-15Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150615' into s...Peter Maydell3-0/+48
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-17/+13
2015-06-11s390x/kvm: diag288 instruction interception and handlingXu Wang3-0/+48
2015-06-09Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150609' into s...Peter Maydell2-3/+5
2015-06-09s390x/migration: add comment about floating point migrationChristian Borntraeger1-0/+1
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-03s390x/kvm: always ignore empty vcpu interrupt stateSascha Silbe1-3/+4
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