]> Git Repo - qemu.git/blobdiff - hw/s390x/css.c
s390x/css: activate ChannelSubSys migration
[qemu.git] / hw / s390x / css.c
index 0768fec68cf929c116246eabea8a8e48a597a2a8..62db7f646c0957fd4ea5601c3bf5416b5357820d 100644 (file)
@@ -408,6 +408,11 @@ static int subch_dev_post_load(void *opaque, int version_id)
     return 0;
 }
 
+void css_register_vmstate(void)
+{
+    vmstate_register(NULL, 0, &vmstate_css, &channel_subsys);
+}
+
 IndAddr *get_indicator(hwaddr ind_addr, int len)
 {
     IndAddr *indicator;
This page took 0.022204 seconds and 4 git commands to generate.