aboutsummaryrefslogtreecommitdiff
path: root/include/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2021-09-06s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth1-4/+1
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand1-0/+63
2021-09-06hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabledDavid Hildenbrand1-1/+1
2021-09-06css: fix actl handling for unit exceptionsCornelia Huck1-1/+2
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen1-1/+1
2021-06-21s390x/css: Add passthrough IRBEric Farman1-0/+3
2021-06-21s390x/css: Refactor IRB constructionEric Farman1-0/+2
2021-06-21s390x/css: Introduce an ESW structEric Farman1-1/+11
2021-03-26s390x: move S390_ADAPTER_SUPPRESSIBLEGerd Hoffmann2-7/+3
2021-03-09Various spelling fixesMichael Tokarev1-1/+1
2021-02-08s390: Recognize confidential-guest-support optionDavid Gibson1-0/+17
2020-11-18s390x/pci: fix endianness issuesCornelia Huck1-4/+4
2020-11-05s390x: fix build for --without-default-devicesCornelia Huck1-1/+2
2020-11-01s390x/pci: get zPCI function info from hostMatthew Rosato3-4/+11
2020-11-01s390x/pci: use a PCI Function structurePierre Morel1-0/+1
2020-11-01s390x/pci: use a PCI Group structurePierre Morel1-0/+10
2020-11-01s390x/pci: create a header dedicated to PCI CLPPierre Morel3-196/+212
2020-11-01s390x/pci: Honor DMA limits set by vfioMatthew Rosato3-0/+24
2020-11-01s390x/pci: Add routine to get the vfio dma available countMatthew Rosato1-0/+24
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato2-0/+684
2020-10-02s390: guest support for diagnose 0x318Collin Walling1-0/+8
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling1-0/+1
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling1-1/+1
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost3-12/+4
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost5-20/+5
2020-09-18qom: Remove module_obj_name parameter from OBJECT_DECLARE* macrosEduardo Habkost3-3/+3
2020-09-09ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICEEduardo Habkost1-2/+2
2020-09-09Use OBJECT_DECLARE_TYPE where possibleEduardo Habkost3-12/+6
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost12-74/+38
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost12-53/+90
2020-08-27s390-virtio-ccw: Rename S390_MACHINE_CLASS macroEduardo Habkost1-1/+1
2020-08-27s390x: Move typedef SCLPEventFacility to event-facility.hEduardo Habkost2-2/+3
2020-08-27s390_flic: Move KVMS390FLICState typedef to headerEduardo Habkost1-0/+1
2020-06-18s390x/css: Refactor the css_queue_crw() routineEric Farman1-0/+1
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali2-1/+3
2020-06-05s390x: pv: Fix KVM_PV_PREP_RESET command wrapper nameJanosch Frank1-2/+2
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-04-29s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger1-0/+3
2020-04-29s390x: protvirt: SCLP interpretationJanosch Frank1-0/+2
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank2-0/+56
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé2-5/+5
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster5-5/+4
2019-08-16include: Make headers more self-containedMarkus Armbruster4-2/+7
2019-06-24vfio-ccw: support async command subregionCornelia Huck2-0/+5
2019-05-17s390/css: handle CCW_FLAG_SKIPCornelia Huck1-0/+1
2019-04-12s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne2-0/+29
2019-02-18target/s390x: Split out s390-tod.hRichard Henderson1-15/+1
2018-12-20hw/s390x: Fix bad mask in time2tod()Thomas Huth1-1/+1
2018-12-12s390x/tod: Properly stop the KVM TOD while the guest is not runningDavid Hildenbrand1-1/+7
2018-10-12s390x/ap: base Adjunct Processor (AP) object modelTony Krowiak2-0/+41