aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2017-07-05virtio-scsi-ccw: use ioeventfd even when KVM is disabledQingFeng Hao1-1/+5
2017-07-05s390x: return unavailable features via query-cpu-definitionsViktor Mihajlovski1-5/+57
2017-06-23target/s390x: Implement idte instructionDavid Hildenbrand5-0/+70
2017-06-23target/s390x: Improve heuristic for ipteDavid Hildenbrand1-9/+16
2017-06-23target/s390x: Indicate and check for local tlb clearingDavid Hildenbrand3-3/+6
2017-06-23target/s390x: Clean up TB flag bitsRichard Henderson2-23/+17
2017-06-23target/s390x: Finish implementing ETF2-ENHRichard Henderson2-3/+13
2017-06-23target/s390x: Mark STFLE_49 facility as availableRichard Henderson1-0/+1
2017-06-23target/s390x: Implement processor-assist insnRichard Henderson2-0/+4
2017-06-23target/s390x: Implement execution-hint insnsRichard Henderson2-1/+13
2017-06-23target/s390x: Mark STFLE_53 facility as availableRichard Henderson1-0/+1
2017-06-23target/s390x: Implement load-and-zero-rightmost-byte insnsRichard Henderson2-0/+12
2017-06-23target/s390x: Implement load-on-condition-2 insnsRichard Henderson3-3/+25
2017-06-23target/s390x: Mark FPSEH facility as availableRichard Henderson1-0/+1
2017-06-23target/s390x: implement mvcos instructionDavid Hildenbrand6-15/+201
2017-06-23target/s390x: change PSW_SHIFT_KEYDavid Hildenbrand2-2/+2
2017-06-23target/s390x: Map existing FAC_* names to S390_FEAT_* namesRichard Henderson1-30/+29
2017-06-19target/s390x: Exit after changing PSW maskRichard Henderson1-4/+10
2017-06-13s390x/cpumodel: wire up cpu type + id for TCGDavid Hildenbrand5-14/+16
2017-06-13target/s390x: rework PGM interrupt psw.addr handlingDavid Hildenbrand5-32/+49
2017-06-13target/s390x: correctly indicate PER nullificationDavid Hildenbrand1-0/+1
2017-06-13Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170608' into s...Peter Maydell4-3/+22
2017-06-06target/s390x: addressing exceptions are suppressingDavid Hildenbrand1-1/+1
2017-06-06target/s390x: mark ETF2 and ETF2-ENH facilities as availableAurelien Jarno1-0/+2
2017-06-06target/s390x: check alignment in CDSG in the !CONFIG_ATOMIC128 caseAurelien Jarno1-0/+2
2017-06-06target/s390x: implement STORE PAIR TO QUADWORDAurelien Jarno4-0/+33
2017-06-06target/s390x: implement LOAD PAIR FROM QUADWORDAurelien Jarno4-0/+37
2017-06-06target/s390x: implement TRANSLATE ONE/TWO TO ONE/TWOAurelien Jarno4-0/+85
2017-06-06target/s390x: implement TEST DECIMALAurelien Jarno4-0/+36
2017-06-06target/s390x: implement UNPACK UNICODEAurelien Jarno4-10/+60
2017-06-06target/s390x: implement UNPACK ASCIIAurelien Jarno4-0/+71
2017-06-06target/s390x: implement PACK UNICODEAurelien Jarno4-9/+40
2017-06-06target/s390x: implement PACK ASCIIAurelien Jarno4-0/+54
2017-06-06target/s390x: implement MOVE LONG UNICODEAurelien Jarno4-6/+65
2017-06-06target/s390x: implement COMPARE LOGICAL LONG UNICODEAurelien Jarno5-15/+90
2017-06-06target/s390x: improve MOVE LONG and MOVE LONG EXTENDEDAurelien Jarno2-60/+70
2017-06-06target/s390x: fix adj_len_to_pageAurelien Jarno1-1/+1
2017-06-06target/s390x: implement COMPARE LOGICAL LONGAurelien Jarno4-23/+83
2017-06-06target/s390x: fix COMPARE LOGICAL LONG EXTENDEDAurelien Jarno2-22/+52
2017-06-06target/s390x: improve 24-bit and 31-bit lengths read/writeAurelien Jarno1-14/+33
2017-06-06target/s390x: improve 24-bit and 31-bit addresses writeAurelien Jarno1-7/+30
2017-06-06target/s390x: improve 24-bit and 31-bit addresses readAurelien Jarno1-40/+31
2017-06-06target/s390x: implement MOVE ZONESAurelien Jarno4-0/+24
2017-06-06target/s390x: implement MOVE WITH OFFSETAurelien Jarno4-0/+44
2017-06-06target/s390x: implement MOVE NUMERICSAurelien Jarno4-0/+24
2017-06-06target/s390x: implement MOVE INVERSEAurelien Jarno4-0/+23
2017-06-06target/s390x: implement COMPARE AND SIGNALAurelien Jarno4-0/+57
2017-06-06target/s390x: implement PACKAurelien Jarno4-0/+51
2017-06-06target/s390x: implement TEST ADDRESSING MODEAurelien Jarno2-0/+13
2017-06-06target/s390x: implement TEST AND SETAurelien Jarno2-0/+13