diff options
author | Halil Pasic <pasic@linux.vnet.ibm.com> | 2017-07-11 16:54:40 +0200 |
---|---|---|
committer | Christian Borntraeger <borntraeger@de.ibm.com> | 2017-07-14 12:29:48 +0200 |
commit | e996583eb35c8e3a182ed599318d30cb0be6a001 (patch) | |
tree | 32a9ad8d69e939689037599430827dfb129b0ab8 /include/hw/s390x | |
parent | ff443fe6b59cbbb4beb6186cc3986748626a2b57 (diff) | |
download | qemu-e996583eb35c8e3a182ed599318d30cb0be6a001.zip |
s390x/css: activate ChannelSubSys migration
Turn on migration for the channel subsystem for the next machine. For
legacy machines we still have to do things the old way.
Signed-off-by: Halil Pasic <pasic@linux.vnet.ibm.com>
Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Message-Id: <20170711145441.33925-6-pasic@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Diffstat (limited to 'include/hw/s390x')
-rw-r--r-- | include/hw/s390x/css.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/hw/s390x/css.h b/include/hw/s390x/css.h index 8f08126365..71076cb98f 100644 --- a/include/hw/s390x/css.h +++ b/include/hw/s390x/css.h @@ -234,4 +234,8 @@ extern PropertyInfo css_devid_ro_propinfo; */ SubchDev *css_create_sch(CssDevId bus_id, bool is_virtual, bool squash_mcss, Error **errp); + +/** Turn on css migration */ +void css_register_vmstate(void); + #endif |