aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)Author
2024-01-19hw/s390x: Rename cpu_class_init() to include 'sclp'Philippe Mathieu-Daudé
2024-01-19s390x/pci: drive ISM reset from subsystem resetMatthew Rosato
2024-01-19s390x/pci: refresh fh before disabling aifMatthew Rosato
2024-01-19s390x/pci: avoid double enable/disable of aifMatthew Rosato
2024-01-11hw/s390x/ccw: Replace dirname() with g_path_get_dirname()Zhao Liu
2024-01-11hw/s390x/ccw: Replace basename() with g_path_get_basename()Zhao Liu
2024-01-11target/s390x/kvm/pv: Provide some more useful information if decryption failsThomas Huth
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-12-30hw/s390x: Constify VMStateRichard Henderson
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-12-20hw/s390x/ipl: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé
2023-12-20hw: Add compat machines for 9.0Cornelia Huck
2023-12-19kconfig: Activate IOMMUFD for s390x machinesCédric Le Goater
2023-11-13s390x/pci: only limit DMA aperture if vfio DMA limit reportedMatthew Rosato
2023-11-13s390x/pci: bypass vfio DMA counting when using cdevMatthew Rosato
2023-11-07hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé
2023-11-07hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu
2023-11-01hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()Thomas Huth
2023-11-01hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" propertyThomas Huth
2023-11-01hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()Thomas Huth
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi
2023-10-20Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2023-10-20migration: simplify blockersSteve Sistare
2023-10-20qapi/s390x/cpu topology: add query-s390x-cpu-polarization commandPierre Morel
2023-10-20qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE QAPI eventPierre Morel
2023-10-20qapi/s390x/cpu topology: set-cpu-topology qmp commandPierre Morel
2023-10-20target/s390x/cpu topology: activate CPU topologyPierre Morel
2023-10-20s390x/cpu topology: interception of PTF instructionPierre Morel
2023-10-20s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel
2023-10-20s390x/sclp: reporting the maximum nested topology entriesPierre Morel
2023-10-20target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel
2023-10-20s390x/cpu topology: add topology entries on CPU hotplugPierre Morel
2023-10-20CPU topology: extend with s390 specificsPierre Morel
2023-10-19hw/s390x/css-bridge: Realize sysbus device before accessing itPhilippe Mathieu-Daudé
2023-10-19hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req()Philippe Mathieu-Daudé
2023-09-12s390x: do a subsystem reset before the unprotect on rebootJanosch Frank
2023-09-12s390x/ap: fix missing subsystem reset registrationJanosch Frank
2023-08-23hw/s390x/s390-virtio-ccw: Remove superfluous code to set the NIC modelThomas Huth
2023-08-23s390x: Convert DPRINTF to trace eventsCédric Le Goater
2023-08-23hw: Add compat machines for 8.2Cornelia Huck
2023-07-18s390x: Fix QEMU abort by selecting S390_FLIC_KVMCédric Le Goater
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé
2023-06-30vfio: Implement a common device info helperAlex Williamson
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé
2023-05-22hw/s390x: Use MachineClass->default_nic in the s390x machineThomas Huth
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda