qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org, mst@redhat.com, amit.shah@redhat.com,
	quintela@redhat.com
Cc: duanj@linux.vnet.ibm.com, cornelia.huck@de.ibm.com
Subject: [Qemu-devel] [RFC 0/6] converting some of virtio to VMState
Date: Wed, 24 Aug 2016 14:42:27 +0100	[thread overview]
Message-ID: <1472046153-22123-1-git-send-email-dgilbert@redhat.com> (raw)

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Hi,
  This series converts two parts of virtio to VMState - the
device load/save for virtio-balloon and virtio-net.

It's only been smoke tested (which it passes); but if anyone
has a good suggestion for testing virtio-net migration
I'd be greatful.

The first couple of patches are just general error reporting improvements
for vmstate; and could go in straight away.
The 3rd adds a new vmstate macro for skipping chunks of input data

The 4th wires in a call to vmstate_{load|save}_state in virtio_{load|save}
calling the vmsd on virtio device class; this is instead of the current ->load/->save
methods.  The idea is that eventually I'll be able to kill off the ->load/->save.
Also my intention is to add the recursion into vdc->vmsd into the main vmstate_virtio
vmsd via some new macro I've not figured out yet.

The meat is in the 5th and 6th patches that do balloon and virtio-net.

My plan is to attack virtio_blk and virtio_serial_bus next; both of which
have loops walking along lists (in subtly different ways); I intend
to see how Jianjun Duan's loop migration code would fit with those and
try and come up with something general that does at least all 3 cases.

Dave

Dr. David Alan Gilbert (6):
  migration: report an error giving the failed field
  migration: Report values for comparisons
  migration: Add VMSTATE_UNUSED_VARRAY_UINT32
  virtio/migration: Add VMStateDescription to VirtioDeviceClass
  virtio/migration: Migrate balloon to VMState
  virtio/migration: Migrate virtio-net to VMState

 hw/net/virtio-net.c            | 256 ++++++++++++++++++++++++-----------------
 hw/virtio/virtio-balloon.c     |  31 +++--
 hw/virtio/virtio.c             |  11 ++
 include/hw/virtio/virtio-net.h |  10 +-
 include/hw/virtio/virtio.h     |   2 +
 include/migration/vmstate.h    |  11 ++
 migration/vmstate.c            |  10 ++
 7 files changed, 206 insertions(+), 125 deletions(-)

-- 
2.7.4

             reply	other threads:[~2016-08-24 13:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 13:42 Dr. David Alan Gilbert (git) [this message]
2016-08-24 13:42 ` [Qemu-devel] [RFC 1/6] migration: report an error giving the failed field Dr. David Alan Gilbert (git)
2016-08-24 13:42 ` [Qemu-devel] [RFC 2/6] migration: Report values for comparisons Dr. David Alan Gilbert (git)
2016-08-24 13:42 ` [Qemu-devel] [RFC 3/6] migration: Add VMSTATE_UNUSED_VARRAY_UINT32 Dr. David Alan Gilbert (git)
2016-08-24 13:42 ` [Qemu-devel] [RFC 4/6] virtio/migration: Add VMStateDescription to VirtioDeviceClass Dr. David Alan Gilbert (git)
2016-08-24 15:29   ` Cornelia Huck
2016-08-24 15:42     ` Dr. David Alan Gilbert
2016-08-24 15:51       ` Cornelia Huck
2016-08-24 13:42 ` [Qemu-devel] [RFC 5/6] virtio/migration: Migrate balloon to VMState Dr. David Alan Gilbert (git)
2016-08-24 13:42 ` [Qemu-devel] [RFC 6/6] virtio/migration: Migrate virtio-net " Dr. David Alan Gilbert (git)
2016-08-24 15:34 ` [Qemu-devel] [RFC 0/6] converting some of virtio " Cornelia Huck
2016-08-24 16:20   ` Dr. David Alan Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1472046153-22123-1-git-send-email-dgilbert@redhat.com \
    --to=dgilbert@redhat.com \
    --cc=amit.shah@redhat.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=duanj@linux.vnet.ibm.com \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).