qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] virtio-net VMState conversion and new VMSTATE m


From: Dr. David Alan Gilbert (git)
Subject: [Qemu-devel] [PATCH 0/4] virtio-net VMState conversion and new VMSTATE macros
Date: Fri, 3 Feb 2017 16:06:47 +0000

From: "Dr. David Alan Gilbert" <address@hidden>

Hi,
  This set converts the virtio-net device to VMState;
it uses a couple of new VMSTATE macros I've added, of which
the VMSTATE_WITH_TMP is a bit unusual, but is intended for dealing
with migration data that doesn't quite look like the data structure
we have in memory.

Dave


Dr. David Alan Gilbert (4):
  migration: Add VMSTATE_UNUSED_VARRAY_UINT32
  migration: Add VMSTATE_WITH_TMP
  tests/migration: Add test for VMSTATE_WITH_TMP
  virtio/migration: Migrate virtio-net to VMState

 hw/net/virtio-net.c            | 316 +++++++++++++++++++++++++++--------------
 include/hw/virtio/virtio-net.h |   4 +-
 include/migration/vmstate.h    |  30 ++++
 migration/vmstate.c            |  40 ++++++
 tests/test-vmstate.c           |  98 ++++++++++++-
 5 files changed, 375 insertions(+), 113 deletions(-)

-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]