diff options
author | Juan Quintela | 2017-04-24 13:42:55 +0200 |
---|---|---|
committer | Juan Quintela | 2017-06-13 11:00:44 +0200 |
commit | f2a8f0a6314cad6b1d5b4ac03b71bf7ebebff733 (patch) | |
tree | bfdd952e9625505c963efb972eaf5a365e7cbbd9 /hw/s390x/s390-virtio-ccw.c | |
parent | migration: Move self_announce_delay() to misc.h (diff) | |
download | qemu-f2a8f0a6314cad6b1d5b4ac03b71bf7ebebff733.tar.gz qemu-f2a8f0a6314cad6b1d5b4ac03b71bf7ebebff733.tar.xz qemu-f2a8f0a6314cad6b1d5b4ac03b71bf7ebebff733.zip |
migration: Split registration functions from vmstate.h
They are indpendent, and nowadays almost every device register things
with qdev->vmsd.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Xu <peterx@redhat.com>
Diffstat (limited to 'hw/s390x/s390-virtio-ccw.c')
-rw-r--r-- | hw/s390x/s390-virtio-ccw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c index a806345276..41ca6668e2 100644 --- a/hw/s390x/s390-virtio-ccw.c +++ b/hw/s390x/s390-virtio-ccw.c @@ -28,6 +28,7 @@ #include "ipl.h" #include "hw/s390x/s390-virtio-ccw.h" #include "hw/s390x/css-bridge.h" +#include "migration/register.h" static const char *const reset_dev_types[] = { TYPE_VIRTUAL_CSS_BRIDGE, |