]> Git Repo - qemu.git/commit
virtio/migration: Add VMStateDescription to VirtioDeviceClass
authorDr. David Alan Gilbert <[email protected]>
Thu, 27 Oct 2016 17:36:36 +0000 (18:36 +0100)
committerMichael S. Tsirkin <[email protected]>
Sun, 30 Oct 2016 17:51:31 +0000 (19:51 +0200)
commitea43e259873a9899227848bd2a24b57356395516
tree688b0dac86fa197a3cc92702e838e31deda7db72
parent5b2ecabaeabc17f032197246c4846b9ba95ba8a6
virtio/migration: Add VMStateDescription to VirtioDeviceClass

Provide a vmsd pointer for VirtIO devices to use instead of the
load/save methods.

We'll eventually kill off the load/save methods.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/virtio/virtio.c
include/hw/virtio/virtio.h
This page took 0.026196 seconds and 4 git commands to generate.