aboutsummaryrefslogtreecommitdiff
path: root/include/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2022-12-15s390x/pci: reset ISM passthrough devices on shutdown and system resetMatthew Rosato1-0/+5
2022-12-15s390x/pci: shrink DMA aperture to be bound by vfio DMA limitMatthew Rosato1-0/+1
2022-11-08Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater1-1/+0
2022-11-06s390x/cpu topology: add max_threads machine class attributePierre Morel1-0/+1
2022-10-26s390x: Add KVM PV dump interfaceJanosch Frank1-0/+9
2022-10-26s390x: Introduce PV query interfaceJanosch Frank1-0/+10
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato1-0/+1
2022-09-26s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato1-1/+5
2022-09-26s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato2-0/+15
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato2-0/+25
2022-09-26s390x/pci: add routine to get host function handle from CLP infoMatthew Rosato1-0/+5
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster1-2/+2
2022-01-17s390x/css: fix PMCW invalid maskNico Boehr1-1/+1
2021-12-17s390x/pci: add supported DT information to clp responseMatthew Rosato2-1/+3
2021-12-17s390x/pci: use a reserved ID for the default PCI groupMatthew Rosato1-1/+1
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