From e996583eb35c8e3a182ed599318d30cb0be6a001 Mon Sep 17 00:00:00 2001 From: Halil Pasic Date: Tue, 11 Jul 2017 16:54:40 +0200 Subject: 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 Reviewed-by: Cornelia Huck Message-Id: <20170711145441.33925-6-pasic@linux.vnet.ibm.com> Signed-off-by: Christian Borntraeger --- include/hw/s390x/css.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/hw/s390x') 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 -- cgit v1.2.3