aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2-1/+10
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-2/+2
2022-10-27s390x/tod-kvm: don't save/restore the TOD in PV guestsNico Boehr1-0/+9
2022-10-27s390x/pv: remove semicolon from macro definitionClaudio Imbrenda1-1/+1
2022-10-26s390x: Add KVM PV dump interfaceJanosch Frank1-0/+51
2022-10-26s390x: Introduce PV query interfaceJanosch Frank2-0/+67
2022-09-26s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato2-1/+27
2022-09-26s390x/pci: reflect proper maxstbl for groups of interpreted devicesMatthew Rosato1-1/+5
2022-09-26s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato2-5/+54
2022-09-26s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato3-5/+85
2022-09-26s390x/pci: don't fence interpreted devices without MSI-XMatthew Rosato1-1/+5
2022-09-26s390x/pci: enable for load/store interpretationMatthew Rosato4-1/+104
2022-09-26s390x/pci: add routine to get host function handle from CLP infoMatthew Rosato1-16/+67
2022-09-23target/s390x: support SHA-512 extensionsJason A. Donenfeld1-0/+3
2022-08-25s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger1-0/+1
2022-08-25hw: Add compat machines for 7.2Cornelia Huck1-1/+13
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé1-1/+1
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini1-1/+0
2022-06-14s390x: simplify virtio_ccw_reset_virtioPaolo Bonzini1-6/+5
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani1-0/+1
2022-06-03hw/s390x/s390-virtio-ccw: Improve the machine description stringThomas Huth1-1/+1
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini1-14/+6
2022-05-04target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU modelDavid Miller1-0/+3
2022-04-20hw: Add compat machines for 7.1Cornelia Huck1-1/+13
2022-04-06virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini4-16/+6
2022-04-06virtio-ccw: move device type declarations to .c filesPaolo Bonzini13-133/+119
2022-04-06virtio-ccw: move vhost_ccw_scsi to a separate filePaolo Bonzini3-47/+65
2022-04-06s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini1-8/+12
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-04-06Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau1-1/+1
2022-02-28s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller1-0/+3
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow5-5/+5
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell1-1/+1
2022-01-18s390x/ipl: support extended kernel command line sizeMarc Hartmayer1-4/+23
2022-01-05hw: Add compat machines for 7.0Cornelia Huck1-1/+13
2021-12-17s390x/pci: add supported DT information to clp responseMatthew Rosato3-0/+3
2021-12-17s390x/pci: use the passthrough measurement update intervalMatthew Rosato1-2/+3
2021-12-17s390x/pci: don't use hard-coded dma range in reg_ioatMatthew Rosato1-4/+5
2021-11-01pci: Export pci_for_each_device_under_bus*()Peter Xu1-3/+2
2021-10-13s390x/ipl: check kernel command line sizeMarc Hartmayer1-1/+11
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang1-1/+1
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang1-0/+1
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell3-3/+3
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2-4/+3
2021-09-07s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger1-0/+5
2021-09-06s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth3-10/+10
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand1-14/+51
2021-09-06hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabledDavid Hildenbrand2-8/+8
2021-09-06hw/s390x/s390-skeys: check if an address is valid before dumping the keyDavid Hildenbrand1-5/+8
2021-09-06hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dumpDavid Hildenbrand1-20/+30