aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-05-22hw/s390x: Use MachineClass->default_nic in the s390x machineThomas Huth1-1/+3
2023-05-18migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela1-1/+1
2023-05-16s390x/pv: Fix spurious warning with asynchronous teardownClaudio Imbrenda2-3/+9
2023-04-21hw: Add compat machines for 8.1Cornelia Huck1-1/+13
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López1-0/+1
2023-02-27s390x/pv: Add support for asynchronous teardown for rebootClaudio Imbrenda2-1/+32
2023-02-15migration: Rename res_{postcopy,precopy}_onlyJuan Quintela1-4/+3
2023-02-15migration: Remove unused res_compatibleJuan Quintela1-1/+0
2023-02-14hw/s390x/event-facility: Replace DO_UPCAST(SCLPEvent) by SCLP_EVENT()Philippe Mathieu-Daudé1-2/+1
2023-02-08Drop duplicate #includeMarkus Armbruster1-1/+0
2023-02-06migration: Remove unused threshold_size parameterJuan Quintela1-1/+1
2023-02-06migration: Split save_live_pending() into state_pending_*Juan Quintela1-5/+6
2023-02-06migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela1-1/+1
2023-01-18s390x/pv: Implement a CGS check helperCédric Le Goater1-0/+40
2023-01-09Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-1/+1
2023-01-09exec/memory: Expose memory_region_access_valid()Philippe Mathieu-Daudé1-1/+1