qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org, mst@redhat.com, quintela@redhat.com
Subject: Re: [Qemu-devel] [PATCH 0/4] virtio-net VMState conversion and new VMSTATE macros
Date: Mon, 13 Feb 2017 13:00:00 +0000	[thread overview]
Message-ID: <20170213125959.GA2526@work-vm> (raw)
In-Reply-To: <20170203160651.19917-1-dgilbert@redhat.com>

* Dr. David Alan Gilbert (git) (dgilbert@redhat.com) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> 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

Queued.


> 
> 
> 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
> 
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

      parent reply	other threads:[~2017-02-13 13:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-03 16:06 [Qemu-devel] [PATCH 0/4] virtio-net VMState conversion and new VMSTATE macros Dr. David Alan Gilbert (git)
2017-02-03 16:06 ` [Qemu-devel] [PATCH 1/4] migration: Add VMSTATE_UNUSED_VARRAY_UINT32 Dr. David Alan Gilbert (git)
2017-02-13 12:31   ` Juan Quintela
2017-02-03 16:06 ` [Qemu-devel] [PATCH 2/4] migration: Add VMSTATE_WITH_TMP Dr. David Alan Gilbert (git)
2017-02-13 14:34   ` Alex Bennée
2017-02-03 16:06 ` [Qemu-devel] [PATCH 3/4] tests/migration: Add test for VMSTATE_WITH_TMP Dr. David Alan Gilbert (git)
2017-02-13 12:31   ` Juan Quintela
2017-02-03 16:06 ` [Qemu-devel] [PATCH 4/4] virtio/migration: Migrate virtio-net to VMState Dr. David Alan Gilbert (git)
2017-02-07 16:18 ` [Qemu-devel] [PATCH 0/4] virtio-net VMState conversion and new VMSTATE macros Michael S. Tsirkin
2017-02-13 13:00 ` Dr. David Alan Gilbert [this message]

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=20170213125959.GA2526@work-vm \
    --to=dgilbert@redhat.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).