summaryrefslogtreecommitdiffstats
path: root/hw/s390x/s390-virtio-ccw.c
Commit message (Expand)AuthorAgeFilesLines
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller2022-02-281-0/+3
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-1/+13
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger2021-09-071-0/+5
* hw: Add compat machines for 6.2Yanan Wang2021-09-011-1/+13
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand2021-06-211-0/+3
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-2/+0Star
* hw: add compat machines for 6.1Cornelia Huck2021-04-301-1/+13
* s390: Recognize confidential-guest-support optionDavid Gibson2021-02-081-0/+3
* s390x: do not use ram_size globalPaolo Bonzini2020-12-101-1/+3
* s390: remove bios_namePaolo Bonzini2020-12-101-1/+2
* hw: add compat machines for 6.0Cornelia Huck2020-12-081-1/+13
* s390/kvm: fix diag318 propagation and reset functionalityCollin Walling2020-11-181-0/+4
* s390x/pci: Move header files to include/hw/s390xMatthew Rosato2020-11-011-1/+1
* s390x/s390-virtio-ccw: Reset PCI devices during subsystem resetMatthew Rosato2020-10-221-0/+1
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2020-10-091-6/+1Star
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-291-12/+0Star
* s390-virtio-ccw: Rename S390_MACHINE_CLASS macroEduardo Habkost2020-08-271-7/+7
* hw: add compat machines for 5.2Cornelia Huck2020-08-191-1/+13
* s390x/s390-virtio-ccw: fix off-by-one in loadparm getterHalil Pasic2020-07-301-4/+1Star
* s390x/s390-virtio-ccw: fix loadparm property getterHalil Pasic2020-07-241-1/+5
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-101-4/+2Star
* qom: Use returned bool to check for failure, manual partMarkus Armbruster2020-07-101-6/+7
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-2/+1Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-3/+3
* s390x/pv: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-9/+13
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* sysbus: Convert to sysbus_realize() etc. with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-6/+6
* s390x: pv: Fix KVM_PV_PREP_RESET command wrapper nameJanosch Frank2020-06-051-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-5/+5
* qom: Drop object_property_set_description() parameter @errpMarkus Armbruster2020-05-151-6/+3Star
* hw: add compat machines for 5.1Cornelia Huck2020-05-061-1/+13
* s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger2020-04-291-11/+1Star
* s390x: protvirt: Fix stray error_report_err in s390_machine_protectJanosch Frank2020-04-291-1/+0Star
* s390x: protvirt: Inhibit balloon when switching to protected modeJanosch Frank2020-04-291-0/+11
* s390x: protvirt: Add migration blockerJanosch Frank2020-04-291-0/+18
* s390x: protvirt: Support unpack facilityJanosch Frank2020-04-291-4/+115
* vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger2020-04-021-0/+22
* hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé2020-02-281-1/+1
* s390x/s390-virtio-ccw: use memdev for RAMIgor Mammedov2020-02-191-4/+3Star
* hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth2020-01-271-3/+13
* s390x: Don't do a normal reset on the initial cpuJanosch Frank2019-12-141-0/+3
* hw: add compat machines for 5.0Cornelia Huck2019-12-141-1/+12
* virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev2019-12-131-0/+1
* s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand2019-10-091-0/+2
* s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov2019-09-301-27/+3Star