aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-2/+0
2021-01-01Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20201222' into...Peter Maydell7-295/+276
2020-12-21target/s390x: Improve SUB LOGICAL WITH BORROWRichard Henderson5-73/+45
2020-12-21target/s390x: Improve cc computation for SUBTRACT LOGICALRichard Henderson5-82/+43
2020-12-21target/s390x: Improve ADD LOGICAL WITH CARRYRichard Henderson5-67/+34
2020-12-21target/s390x: Improve cc computation for ADD LOGICALRichard Henderson5-74/+97
2020-12-21s390x: pv: Fence additional unavailable SCLP facilities for PV guestsJanosch Frank2-3/+61
2020-12-19qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake1-10/+2
2020-12-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201211' into stagingPeter Maydell1-0/+5
2020-12-11s390x/cpu: Use timer_free() in the finalize function to avoid memleaksGan Qixin1-0/+5
2020-12-10s390x: do not use ram_size globalPaolo Bonzini3-5/+12
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling5-5/+30
2020-11-10s390x: fix clang 11 warnings in cpu_models.cDaniele Buono1-4/+4
2020-11-05target/s390x: fix execution with icountPavel Dovgalyuk2-35/+50
2020-10-22s390x: pv: Fix diag318 PV fencingJanosch Frank4-2/+14
2020-10-03disas: Enable capstone disassembly for s390xRichard Henderson1-0/+4
2020-10-02s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA)David Hildenbrand3-0/+9
2020-10-02s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2David Hildenbrand1-0/+1
2020-10-02s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC)David Hildenbrand5-0/+59
2020-10-02s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)David Hildenbrand2-0/+10
2020-10-02s390x/tcg: Implement MULTIPLY HALFWORD (MGH)David Hildenbrand1-0/+1
2020-10-02s390x/tcg: Implement MULTIPLY (MG, MGRK)David Hildenbrand2-0/+15
2020-10-02s390x/tcg: Implement SUBTRACT HALFWORD (SGH)David Hildenbrand1-0/+1
2020-10-02s390x/tcg: Implement ADD HALFWORD (AGH)David Hildenbrand2-0/+2
2020-10-02s390x/cpumodel: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_...David Hildenbrand2-2/+2
2020-10-02s390x/tcg: Implement MONITOR CALLDavid Hildenbrand4-0/+48
2020-10-02s390: guest support for diagnose 0x318Collin Walling7-0/+64
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling3-0/+10
2020-09-24Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-2/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-2/+2
2020-09-22s390x: Register all CPU properties as class propertiesEduardo Habkost3-21/+16
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost1-1/+1
2020-09-18target/s390x: Set instance_align on S390CPU TypeInfoRichard Henderson1-0/+1
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost1-4/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-3/+5
2020-09-08target/s390x: Use start-powered-off CPUState propertyThiago Jung Bauermann1-1/+1
2020-08-21target/s390x: fix meson.build issuePaolo Bonzini1-1/+1
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-0/+13
2020-08-21meson: targetPaolo Bonzini2-11/+41
2020-08-21meson: convert target/s390x/gen-features.hMarc-André Lureau4-22/+11
2020-08-21meson: rename .inc.h files to .h.incPaolo Bonzini3-2/+2
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini2-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-0/+1
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