]> Git Repo - qemu.git/commit - migration/ram.c
migration: Split registration functions from vmstate.h
authorJuan Quintela <[email protected]>
Mon, 24 Apr 2017 11:42:55 +0000 (13:42 +0200)
committerJuan Quintela <[email protected]>
Tue, 13 Jun 2017 09:00:44 +0000 (11:00 +0200)
commitf2a8f0a6314cad6b1d5b4ac03b71bf7ebebff733
treebfdd952e9625505c963efb972eaf5a365e7cbbd9
parentf8d806c992a89728a08b7bb005ffd9e75dac5653
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Peter Xu <[email protected]>
hw/net/vmxnet3.c
hw/ppc/spapr.c
hw/s390x/s390-skeys.c
hw/s390x/s390-virtio-ccw.c
include/migration/register.h [new file with mode: 0644]
include/migration/vmstate.h
migration/block.c
migration/ram.c
migration/savevm.c
slirp/slirp.c
This page took 0.028059 seconds and 4 git commands to generate.