aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-8/+3
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-2/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-10qapi: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-6/+3
2020-07-03target/s390x: Fix SQXBRRichard Henderson1-1/+1
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali1-2/+1
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell1-7/+5
2020-06-05target/s390x: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé1-7/+5
2020-06-05target/s390x: Restrict system-mode declarationsPhilippe Mathieu-Daudé1-5/+7
2020-06-05target/s390x/helper: Clean ifdef'ryPhilippe Mathieu-Daudé1-5/+0
2020-06-05target/s390x: Only compile decode_basedisp() on system-modePhilippe Mathieu-Daudé1-0/+4
2020-06-05s390x/kvm: help valgrind in several placesChristian Borntraeger1-2/+2
2020-06-02target/s390x: Use tcg_gen_gvec_rotl{i,s,v}Richard Henderson4-94/+11
2020-05-27s390x/cpumodel: Fix harmless misuse of visit_check_struct()Markus Armbruster1-1/+1
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson1-1/+1
2020-05-19softfloat: Name compare relation enumRichard Henderson1-11/+11
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2-7/+6
2020-05-15s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes,eaes}-256Markus Armbruster1-1/+1
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-2/+2
2020-05-06target/s390x: Use tcg_gen_gvec_dup_immRichard Henderson1-33/+8
2020-04-29s390x: Add unpack facility feature to GA1Christian Borntraeger2-0/+9
2020-04-29s390x: protvirt: Handle SIGP store status correctlyJanosch Frank1-0/+6
2020-04-29s390x: protvirt: Move IO control structures over SIDAJanosch Frank1-16/+45
2020-04-29s390x: protvirt: Disable address checks for PV guest IO emulationJanosch Frank1-7/+28
2020-04-29s390x: protvirt: Move diag 308 data over SIDAJanosch Frank1-5/+20
2020-04-29s390x: protvirt: Set guest IPL PSWJanosch Frank1-9/+17
2020-04-29s390x: protvirt: SCLP interpretationJanosch Frank1-5/+20
2020-04-29s390x: protvirt: Move STSI data over SIDADJanosch Frank1-2/+9
2020-04-29s390x: Add SIDA memory opsJanosch Frank4-1/+48
2020-04-29s390x: protvirt: KVM intercept changesJanosch Frank1-0/+4
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank6-2/+50
2020-04-28s390x: Move diagnose 308 subcodes and rcs into ipl.hJanosch Frank1-11/+0
2020-04-02s390x: kvm: Fix number of cpu reports for stsi 3.2.2Janosch Frank1-1/+16
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2-4/+6
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell2-16/+16
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell2-4/+6
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée2-16/+16
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé1-1/+1
2020-03-10s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank1-1/+1
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank2-3/+4
2020-02-26s390/sclp: improve special wait psw logicChristian Borntraeger1-1/+1
2020-02-26s390x: Add missing vcpu reset functionsJanosch Frank4-12/+58
2020-02-26target/s390x/translate: Fix RNSBG instructionThomas Huth1-1/+1
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2-4/+4
2020-02-20Remove unnecessary cast when using the address_space APIPhilippe Mathieu-Daudé1-1/+1
2020-01-27s390x: sigp: Fix sense running reportingJanosch Frank1-2/+2
2020-01-27target/s390x: Remove DisasFields argument from extract_insnRichard Henderson1-11/+8
2020-01-27target/s390x: Move DisasFields into DisasContextRichard Henderson2-32/+30
2020-01-27target/s390x: Pass DisasContext to get_field and have_fieldRichard Henderson2-574/+569
2020-01-27target/s390x: Remove DisasFields argument from callbacksRichard Henderson1-207/+210