summary refs log tree commit diff stats
path: root/hw/s390x (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-target-arm-20240425' of https://git.linaro.org/people/pmaydel...Richard Henderson2024-04-251-1/+1
|\
| * hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-1/+1
* | hw/s390x: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2024-04-252-0/+3
|/
* Merge tag 'migration-20240423-pull-request' of https://gitlab.com/peterx/qemu...Richard Henderson2024-04-232-8/+19
|\
| * migration: Add Error** argument to .save_setup() handlerCédric Le Goater2024-04-231-4/+2
| * s390/stattrib: Add Error** argument to set_migrationmode() handlerCédric Le Goater2024-04-232-7/+20
* | s390: Switch to use confidential_guest_kvm_init()Xiaoyao Li2024-04-231-1/+4
* | hw: Add compat machines for 9.1Paolo Bonzini2024-04-181-1/+13
|/
* hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé2024-03-121-1/+1
* error: Move ERRP_GUARD() to the beginning of the functionZhao Liu2024-03-121-1/+1
* Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell2024-02-021-2/+3
|\
| * hw/s390x/css-bridge: switch virtual-css bus to 3-phase-resetPeter Maydell2024-02-021-2/+3
* | hw/s390x/s390-virtio-ccw: use qemu_create_nic_device()David Woodhouse2024-02-021-9/+2
|/
* Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-01-203-11/+57
|\
| * s390x/pci: drive ISM reset from subsystem resetMatthew Rosato2024-01-192-9/+25
| * s390x/pci: refresh fh before disabling aifMatthew Rosato2024-01-191-0/+9
| * s390x/pci: avoid double enable/disable of aifMatthew Rosato2024-01-191-2/+23
* | hw/s390x: Rename cpu_class_init() to include 'sclp'Philippe Mathieu-Daudé2024-01-191-2/+2
|/
* hw/s390x/ccw: Replace dirname() with g_path_get_dirname()Zhao Liu2024-01-111-1/+3
* hw/s390x/ccw: Replace basename() with g_path_get_basename()Zhao Liu2024-01-111-2/+3
* target/s390x/kvm/pv: Provide some more useful information if decryption failsThomas Huth2024-01-113-5/+7
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-1/+1
* hw/s390x: Constify VMStateRichard Henderson2023-12-306-30/+30
* Merge tag 'pull-request-2023-12-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2023-12-202-2/+13
|\
| * hw/s390x/ipl: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé2023-12-201-1/+0
| * hw: Add compat machines for 9.0Cornelia Huck2023-12-201-1/+13
* | kconfig: Activate IOMMUFD for s390x machinesCédric Le Goater2023-12-191-0/+1
|/
* s390x/pci: only limit DMA aperture if vfio DMA limit reportedMatthew Rosato2023-11-131-1/+1
* s390x/pci: bypass vfio DMA counting when using cdevMatthew Rosato2023-11-131-0/+4
* hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé2023-11-071-3/+4
* hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé2023-11-071-1/+2
* hw/pci: modify pci_setup_iommu() to set PCIIOMMUOpsYi Liu2023-11-031-2/+6
* hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()Thomas Huth2023-11-011-14/+15
* hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" propertyThomas Huth2023-11-011-20/+7
* hw/s390x/s390-skeys: Don't call register_savevm_live() during instance_init()Thomas Huth2023-11-011-27/+9
* kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini2023-10-251-4/+0
* Merge tag 'migration-20231020-pull-request' of https://gitlab.com/juan.quinte...Stefan Hajnoczi2023-10-201-6/+3
|\
| * migration: simplify blockersSteve Sistare2023-10-201-6/+3
* | Merge tag 'pull-request-2023-10-20' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2023-10-204-2/+502
|\ \
| * | qapi/s390x/cpu topology: add query-s390x-cpu-polarization commandPierre Morel2023-10-201-0/+8
| * | qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE QAPI eventPierre Morel2023-10-201-0/+2
| * | qapi/s390x/cpu topology: set-cpu-topology qmp commandPierre Morel2023-10-201-0/+132
| * | target/s390x/cpu topology: activate CPU topologyPierre Morel2023-10-201-1/+1
| * | s390x/cpu topology: interception of PTF instructionPierre Morel2023-10-201-0/+55
| * | s390x/cpu topology: resetting the Topology-Change-ReportPierre Morel2023-10-202-0/+14
| * | s390x/sclp: reporting the maximum nested topology entriesPierre Morel2023-10-201-0/+5
| * | target/s390x/cpu topology: handle STSI(15) and build the SYSIBPierre Morel2023-10-201-0/+2
| * | s390x/cpu topology: add topology entries on CPU hotplugPierre Morel2023-10-203-2/+280
| * | CPU topology: extend with s390 specificsPierre Morel2023-10-201-0/+4
| |/
* | hw/s390x/css-bridge: Realize sysbus device before accessing itPhilippe Mathieu-Daudé2023-10-191-4/+3