summaryrefslogtreecommitdiff
path: root/hw/s390x/s390-virtio-ccw.c
AgeCommit message (Expand)Author
2021-09-01hw: Add compat machines for 6.2Yanan Wang
2021-06-21s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-04-30hw: add compat machines for 6.1Cornelia Huck
2021-02-08s390: Recognize confidential-guest-support optionDavid Gibson
2020-12-10s390x: do not use ram_size globalPaolo Bonzini
2020-12-10s390: remove bios_namePaolo Bonzini
2020-12-08hw: add compat machines for 6.0Cornelia Huck
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato
2020-10-22s390x/s390-virtio-ccw: Reset PCI devices during subsystem resetMatthew Rosato
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2020-09-29cphp: remove deprecated cpu-add command(s)Igor Mammedov
2020-08-27s390-virtio-ccw: Rename S390_MACHINE_CLASS macroEduardo Habkost
2020-08-19hw: add compat machines for 5.2Cornelia Huck
2020-07-30s390x/s390-virtio-ccw: fix off-by-one in loadparm getterHalil Pasic
2020-07-24s390x/s390-virtio-ccw: fix loadparm property getterHalil Pasic
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster
2020-07-10qom: Use returned bool to check for failure, manual partMarkus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-02s390x/pv: Convert to ram_block_discard_disable()David Hildenbrand
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-06-15sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster
2020-06-05s390x: pv: Fix KVM_PV_PREP_RESET command wrapper nameJanosch Frank
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster
2020-05-06hw: add compat machines for 5.1Cornelia Huck
2020-04-29s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger
2020-04-29s390x: protvirt: Fix stray error_report_err in s390_machine_protectJanosch Frank
2020-04-29s390x: protvirt: Inhibit balloon when switching to protected modeJanosch Frank
2020-04-29s390x: protvirt: Add migration blockerJanosch Frank
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé
2020-02-19s390x/s390-virtio-ccw: use memdev for RAMIgor Mammedov
2020-01-27hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth
2019-12-14s390x: Don't do a normal reset on the initial cpuJanosch Frank
2019-12-14hw: add compat machines for 5.0Cornelia Huck
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev
2019-10-09s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand
2019-09-30s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov
2019-08-21hw: add compat machines for 4.2Cornelia Huck
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu