aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell1-2/+3
2024-02-02hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()David Woodhouse1-9/+2
2024-02-02hw/s390x/css-bridge: switch virtual-css bus to 3-phase-resetPeter Maydell1-2/+3
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell3-11/+57
2024-01-19hw/s390x: Rename cpu_class_init() to include 'sclp'Philippe Mathieu-Daudé1-2/+2
2024-01-19s390x/pci: drive ISM reset from subsystem resetMatthew Rosato2-9/+25
2024-01-19s390x/pci: refresh fh before disabling aifMatthew Rosato1-0/+9
2024-01-19s390x/pci: avoid double enable/disable of aifMatthew Rosato1-2/+23
2024-01-11hw/s390x/ccw: Replace dirname() with g_path_get_dirname()Zhao Liu1-1/+3
2024-01-11hw/s390x/ccw: Replace basename() with g_path_get_basename()Zhao Liu1-2/+3
2024-01-11target/s390x/kvm/pv: Provide some more useful information if decryption failsThomas Huth3-5/+7
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-1/+1
2023-12-30hw/s390x: Constify VMStateRichard Henderson6-30/+30
2023-12-20Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2-2/+13
2023-12-20hw/s390x/ipl: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé1-1/+0
2023-12-20hw: Add compat machines for 9.0Cornelia Huck1-1/+13
2023-12-19kconfig: Activate IOMMUFD for s390x machinesCédric Le Goater1-0/+1
2023-11-13s390x/pci: only limit DMA aperture if vfio DMA limit reportedMatthew Rosato1-1/+1
2023-11-13s390x/pci: bypass vfio DMA counting when using cdevMatthew Rosato1-0/+4
2023-11-07hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé1-3/+4
2023-11-07hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé1-1/+2
2023-11-03hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu1-2/+6
2023-11-01hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()Thomas Huth1-14/+15
2023-11-01hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" propertyThomas Huth1-20/+7
2023-11-01hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()Thomas Huth1-27/+9
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini1-4/+0
2023-10-20Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi1-6/+3
2023-10-20Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi4-2/+502
2023-10-20migration: simplify blockersSteve Sistare1-6/+3
2023-10-20qapi/s390x/cpu topology: add query-s390x-cpu-polarization commandPierre Morel1-0/+8
2023-10-20qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE QAPI eventPierre Morel1-0/+2
2023-10-20qapi/s390x/cpu topology: set-cpu-topology qmp commandPierre Morel1-0/+132
2023-10-20target/s390x/cpu topology: activate CPU topologyPierre Morel1-1/+1
2023-10-20s390x/cpu topology: interception of PTF instructionPierre Morel1-0/+55
2023-10-20s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel2-0/+14
2023-10-20s390x/sclp: reporting the maximum nested topology entriesPierre Morel1-0/+5
2023-10-20target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel1-0/+2
2023-10-20s390x/cpu topology: add topology entries on CPU hotplugPierre Morel3-2/+280
2023-10-20CPU topology: extend with s390 specificsPierre Morel1-0/+4
2023-10-19hw/s390x/css-bridge: Realize sysbus device before accessing itPhilippe Mathieu-Daudé1-4/+3
2023-10-19hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req()Philippe Mathieu-Daudé1-4/+4
2023-09-12s390x: do a subsystem reset before the unprotect on rebootJanosch Frank1-0/+10
2023-09-12s390x/ap: fix missing subsystem reset registrationJanosch Frank1-0/+1
2023-08-23hw/s390x/s390-virtio-ccw: Remove superfluous code to set the NIC modelThomas Huth1-4/+0
2023-08-23s390x: Convert DPRINTF to trace eventsCédric Le Goater3-46/+44
2023-08-23hw: Add compat machines for 8.2Cornelia Huck1-1/+13
2023-07-18s390x: Fix QEMU abort by selecting S390_FLIC_KVMCédric Le Goater1-0/+1
2023-07-14kconfig: Add PCIe devices to s390x machinesCédric Le Goater1-1/+2
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé6-365/+4
2023-06-30vfio: Implement a common device info helperAlex Williamson1-32/+5