summary refs log tree commit diff stats
path: root/hw/s390x/s390-stattrib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/s390x: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé2024-04-251-0/+1
* 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-231-5/+10
* 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
* migration: Move rate_limit_max and rate_limit_used to migration_statsJuan Quintela2023-05-181-1/+1
* migration: Rename res_{postcopy,precopy}_onlyJuan Quintela2023-02-151-4/+3
* migration: Remove unused res_compatibleJuan Quintela2023-02-151-1/+0
* migration: Remove unused threshold_size parameterJuan Quintela2023-02-061-1/+1
* migration: Split save_live_pending() into state_pending_*Juan Quintela2023-02-061-5/+6
* migration: No save_live_pending() method uses the QEMUFile parameterJuan Quintela2023-02-061-1/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+2
* hw/s390x: rename Error ** parameter to more common errpVladimir Sementsov-Ogievskiy2019-12-181-1/+2
* migration: register_savevm_live doesn't need devDr. David Alan Gilbert2019-09-121-1/+1
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-161-1/+0
* s390x/storage attributes: fix CMMA_BLOCK_SIZE usageClaudio Imbrenda2018-07-111-2/+3
* hw/s390x: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* migration: introduce postcopy-only pendingVladimir Sementsov-Ogievskiy2018-03-131-3/+4
* s390/stattrib: Make SaveVMHandlers data staticDr. David Alan Gilbert2018-02-261-13/+13
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qmp-commands.h exactly where neededMarkus Armbruster2018-02-091-1/+0
* s390x/s390-stattrib: Mark the storage attribute as not user_creatableThomas Huth2017-08-301-0/+4
* s390x: drop inclusion of sysemu/kvm.h from some filesDavid Hildenbrand2017-08-301-1/+1
* s390x/migration: Monitor commands for storage attributesClaudio Imbrenda2017-07-141-0/+62
* s390x/migration: Storage attributes deviceClaudio Imbrenda2017-07-141-0/+342