summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* s390x: Fix spelling errorsThomas Huth2022-11-163-5/+5
* s390x/s390-virtio-ccw: Switch off zPCI enhancements on older machinesCédric Le Goater2022-11-081-0/+5
* Revert "s390x/s390-virtio-ccw: add zpcii-disable machine property"Cédric Le Goater2022-11-082-27/+1Star
* s390x/cpu topology: add max_threads machine class attributePierre Morel2022-11-061-0/+11
* s390x: Register TYPE_S390_CCW_MACHINE properties as class propertiesPierre Morel2022-11-061-55/+72
* s390x/pci: RPCIT second pass when mappings exhaustedMatthew Rosato2022-11-061-7/+22
* s390x/css: revert SCSW ctrl/flag bits on errorPeter Jin2022-11-061-3/+48
* Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2022-10-312-1/+10
|\
| * s390x/tod-kvm: don't save/restore the TOD in PV guestsNico Boehr2022-10-271-0/+9
| * s390x/pv: remove semicolon from macro definitionClaudio Imbrenda2022-10-271-1/+1
* | reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-2/+2
|/
* s390x: Add KVM PV dump interfaceJanosch Frank2022-10-261-0/+51
* s390x: Introduce PV query interfaceJanosch Frank2022-10-262-0/+67
* s390x/s390-virtio-ccw: add zpcii-disable machine propertyMatthew Rosato2022-09-262-1/+27
* s390x/pci: reflect proper maxstbl for groups of interpreted devicesMatthew Rosato2022-09-261-1/+5
* s390x/pci: let intercept devices have separate PCI groupsMatthew Rosato2022-09-262-5/+54
* s390x/pci: enable adapter event notification for interpreted devicesMatthew Rosato2022-09-263-5/+85
* s390x/pci: don't fence interpreted devices without MSI-XMatthew Rosato2022-09-261-1/+5
* s390x/pci: enable for load/store interpretationMatthew Rosato2022-09-264-1/+104
* s390x/pci: add routine to get host function handle from CLP infoMatthew Rosato2022-09-261-16/+67
* target/s390x: support SHA-512 extensionsJason A. Donenfeld2022-09-231-0/+3
* s390x/cpumodel: add stfl197 processor-activity-instrumentation extension 1Christian Borntraeger2022-08-251-0/+1
* hw: Add compat machines for 7.2Cornelia Huck2022-08-251-1/+13
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-011-1/+1
* virtio: stop ioeventfd on resetPaolo Bonzini2022-06-141-1/+0Star
* s390x: simplify virtio_ccw_reset_virtioPaolo Bonzini2022-06-141-6/+5Star
* modules: introduces module_kconfig directiveJose R. Ziviani2022-06-061-0/+1
* hw/s390x/s390-virtio-ccw: Improve the machine description stringThomas Huth2022-06-031-1/+1
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-14/+6Star
* target/s390x: add S390_FEAT_VECTOR_ENH2 to qemu CPU modelDavid Miller2022-05-041-0/+3
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-1/+13
* virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini2022-04-064-16/+6Star
* virtio-ccw: move device type declarations to .c filesPaolo Bonzini2022-04-0613-133/+119Star
* virtio-ccw: move vhost_ccw_scsi to a separate filePaolo Bonzini2022-04-063-47/+65
* s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini2022-04-061-8/+12
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller2022-02-281-0/+3
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-215-5/+5
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* s390x/ipl: support extended kernel command line sizeMarc Hartmayer2022-01-181-4/+23
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-1/+13
* s390x/pci: add supported DT information to clp responseMatthew Rosato2021-12-173-0/+3
* s390x/pci: use the passthrough measurement update intervalMatthew Rosato2021-12-171-2/+3
* s390x/pci: don't use hard-coded dma range in reg_ioatMatthew Rosato2021-12-171-4/+5
* pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-021-3/+2Star
* s390x/ipl: check kernel command line sizeMarc Hartmayer2021-10-131-1/+11
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-303-3/+3