aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2024-04-25Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...Richard Henderson1-1/+1
2024-04-25hw/s390x: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2-0/+3
2024-04-25hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell1-1/+1
2024-04-23Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson2-8/+19
2024-04-23migration: Add Error** argument to .save_setup() handlerCédric Le Goater1-4/+2
2024-04-23s390/stattrib: Add Error** argument to set_migrationmode() handlerCédric Le Goater2-7/+20
2024-04-23s390: Switch to use confidential_guest_kvm_init()Xiaoyao Li1-1/+4
2024-04-18hw: Add compat machines for 9.1Paolo Bonzini1-1/+13
2024-03-12hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé1-1/+1
2024-03-12error: Move ERRP_GUARD() to the beginning of the functionZhao Liu1-1/+1
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