index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
s390-stattrib.c
Age
Commit message (
Expand
)
Author
2023-11-01
hw/s390x/s390-stattrib: Don't call register_savevm_live() during instance_init()
Thomas Huth
2023-11-01
hw/s390x/s390-stattrib: Simplify handling of the "migration-enabled" property
Thomas Huth
2023-05-18
migration: Move rate_limit_max and rate_limit_used to migration_stats
Juan Quintela
2023-02-15
migration: Rename res_{postcopy,precopy}_only
Juan Quintela
2023-02-15
migration: Remove unused res_compatible
Juan Quintela
2023-02-06
migration: Remove unused threshold_size parameter
Juan Quintela
2023-02-06
migration: Split save_live_pending() into state_pending_*
Juan Quintela
2023-02-06
migration: No save_live_pending() method uses the QEMUFile parameter
Juan Quintela
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2019-12-18
hw/s390x: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
2019-09-12
migration: register_savevm_live doesn't need dev
Dr. David Alan Gilbert
2019-08-16
Include hw/boards.h a bit less
Markus Armbruster
2018-07-11
s390x/storage attributes: fix CMMA_BLOCK_SIZE usage
Claudio Imbrenda
2018-07-02
hw/s390x: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-03-13
migration: introduce postcopy-only pending
Vladimir Sementsov-Ogievskiy
2018-02-26
s390/stattrib: Make SaveVMHandlers data static
Dr. David Alan Gilbert
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Include qmp-commands.h exactly where needed
Markus Armbruster
2017-08-30
s390x/s390-stattrib: Mark the storage attribute as not user_creatable
Thomas Huth
2017-08-30
s390x: drop inclusion of sysemu/kvm.h from some files
David Hildenbrand
2017-07-14
s390x/migration: Monitor commands for storage attributes
Claudio Imbrenda
2017-07-14
s390x/migration: Storage attributes device
Claudio Imbrenda