From: "Dr. David Alan Gilbert (git)" <dgilbert@redhat.com>
To: qemu-devel@nongnu.org, mst@redhat.com
Cc: quintela@redhat.com, amit.shah@redhat.com, cornelia.huck@de.ibm.com
Subject: [Qemu-devel] [PATCH 0/2] virtio vmstatification
Date: Thu, 27 Oct 2016 18:36:35 +0100 [thread overview]
Message-ID: <20161027173637.30366-1-dgilbert@redhat.com> (raw)
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
Hi,
This contains part of a series I previously posted as an RFC;
it contains just the code to add the vmsd hook to virtio
and the simple case for balloon. The networking code will have
to wait until my VMSTATE_WITH_TMP macros go in and there's
some other stuff I need to figure out for the other devices.
However, it seems right to get the hook in for anyone else
who wants to do stuff.
Since the RFC I've added an assert to ensure that you can only
have either the new vmsd hook or the old ->load/save methods.
Dave
Dr. David Alan Gilbert (2):
virtio/migration: Add VMStateDescription to VirtioDeviceClass
virtio/migration: Migrate balloon to VMState
hw/virtio/virtio-balloon.c | 31 +++++++++++++++----------------
hw/virtio/virtio.c | 14 ++++++++++++++
include/hw/virtio/virtio.h | 4 ++++
3 files changed, 33 insertions(+), 16 deletions(-)
--
2.9.3
next reply other threads:[~2016-10-27 17:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-27 17:36 Dr. David Alan Gilbert (git) [this message]
2016-10-27 17:36 ` [Qemu-devel] [PATCH 1/2] virtio/migration: Add VMStateDescription to VirtioDeviceClass Dr. David Alan Gilbert (git)
2016-11-02 11:12 ` Juan Quintela
2016-10-27 17:36 ` [Qemu-devel] [PATCH 2/2] virtio/migration: Migrate balloon to VMState Dr. David Alan Gilbert (git)
2016-11-02 11:12 ` Juan Quintela
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=20161027173637.30366-1-dgilbert@redhat.com \
--to=dgilbert@redhat.com \
--cc=amit.shah@redhat.com \
--cc=cornelia.huck@de.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.