aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/s390-virtio-ccw.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-5/+5
2020-05-15qom: Drop object_property_set_description() parameter @errpMarkus Armbruster1-6/+3
2020-05-06hw: add compat machines for 5.1Cornelia Huck1-1/+13
2020-04-29s390x/s390-virtio-ccw: Fix build on systems without KVMChristian Borntraeger1-11/+1
2020-04-29s390x: protvirt: Fix stray error_report_err in s390_machine_protectJanosch Frank1-1/+0
2020-04-29s390x: protvirt: Inhibit balloon when switching to protected modeJanosch Frank1-0/+11
2020-04-29s390x: protvirt: Add migration blockerJanosch Frank1-0/+18
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank1-4/+115
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger1-0/+22
2020-02-28hw: Make MachineClass::is_default a boolean typePhilippe Mathieu-Daudé1-1/+1
2020-02-19s390x/s390-virtio-ccw: use memdev for RAMIgor Mammedov1-4/+3
2020-01-27hw/s390x: Add a more verbose comment about get_machine_class() and the wrappersThomas Huth1-3/+13
2019-12-14s390x: Don't do a normal reset on the initial cpuJanosch Frank1-0/+3
2019-12-14hw: add compat machines for 5.0Cornelia Huck1-1/+12
2019-12-13virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertisedEvgeny Yakovlev1-0/+1
2019-10-09s390x/cpumodel: Prepare for changes of QEMU modelDavid Hildenbrand1-0/+2
2019-09-30s390: do not call memory_region_allocate_system_memory() multiple timesIgor Mammedov1-27/+3
2019-08-21hw: add compat machines for 4.2Cornelia Huck1-1/+13
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu1-1/+2
2019-07-05machine: Refactor smp-related call chains to pass MachineStateLike Xu1-3/+3
2019-06-11qemu-common: Move qemu_isalnum() etc. to qemu/ctype.hMarkus Armbruster1-0/+1
2019-06-07s390x: Bump the "qemu" CPU model up to a stripped-down z13David Hildenbrand1-0/+2
2019-04-26Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-1/+13
2019-04-25hw: add compat machines for 4.1Cornelia Huck1-1/+13
2019-04-25exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand1-1/+1
2019-04-25s390x/kvm: Configure page size after memory has actually been initializedDavid Hildenbrand1-0/+12
2019-02-18s390x/cpumodel: default enable mepoch for z14 and laterCollin Walling1-1/+2
2019-02-18s390x: add zPCI feature to "qemu" CPU modelDavid Hildenbrand1-0/+3
2019-02-18s390x: always provide pci supportCornelia Huck1-4/+0
2019-01-09machine: Use shorter format for GlobalProperty arraysEduardo Habkost1-61/+14
2019-01-07include: remove compat.hMarc-André Lureau1-1/+0
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau1-1/+1
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau1-5/+1
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau1-4/+1
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau1-5/+1
2019-01-07machine: move compat properties out of globalsMarc-André Lureau1-127/+112
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-11/+22
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau1-104/+115
2018-12-12s390x: introduce 4.0 compat machineCornelia Huck1-1/+16
2018-10-12s390x/ap: base Adjunct Processor (AP) object modelTony Krowiak1-0/+4