summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2015-07-09cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite1-1/+1
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-07-07target-s390x: fix CONVERT TO BINARY (CVD, CVDY)Aurelien Jarno1-5/+4
2015-07-07target-s390x: fix EXECUTE instruction executing TRTAurelien Jarno1-0/+1
2015-07-07target-s390x: fix MOVE LONG instructionAurelien Jarno1-1/+1
2015-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+4
2015-07-06Stop including qemu-common.h in memory.hPeter Maydell1-1/+1
2015-07-02s390x/gdb: synchronize cpu state after modifying acrsDavid Hildenbrand1-0/+1
2015-07-01kvm: First step to push iothread lock out of inner run loopJan Kiszka1-0/+3
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-06-22disas: Remove uses of CPU envPeter Crosthwaite1-1/+1
2015-06-17target-s390x: PER: add Breaking-Event-Address registerAurelien Jarno4-11/+37
2015-06-17target-s390x: PER instruction-fetch nullification event supportAurelien Jarno1-0/+12
2015-06-17target-s390x: PER store-using-real-address event supportAurelien Jarno1-0/+16
2015-06-17target-s390x: PER storage-alteration event supportAurelien Jarno5-3/+100
2015-06-17target-s390x: PER instruction-fetch event supportAurelien Jarno3-0/+17
2015-06-17target-s390x: PER successful-branching event supportAurelien Jarno3-0/+51
2015-06-17target-s390x: basic PER event handlingAurelien Jarno5-20/+71
2015-06-17target-s390x: add get_per_in_range functionAurelien Jarno1-0/+11
2015-06-17target-s390x: add get_per_atmid functionAurelien Jarno1-0/+12
2015-06-17target-s390x: add PER related constantsAurelien Jarno1-0/+16
2015-06-17target-s390x: mvc_fast_memmove: access memory through softmmuAurelien Jarno1-57/+27
2015-06-17target-s390x: mvc_fast_memset: access memory through softmmuAurelien Jarno1-41/+32
2015-06-17target-s390x: function to adjust the length wrt page boundaryAurelien Jarno1-0/+11
2015-06-17target-s390x: wire up I/O instructions in TCG modeAlexander Graf4-14/+179
2015-06-17target-s390x: wire up DIAG REIPL in TCG modeAurelien Jarno1-0/+6
2015-06-17target-s390x: wire up DIAG IPL in TCG modeAurelien Jarno4-13/+20
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