From: Jan Kiszka <jan.kiszka@web.de>
To: qemu-devel@nongnu.org
Cc: Blue Swirl <blauwirbel@gmail.com>, Juan Quintela <quintela@redhat.com>
Subject: [Qemu-devel] [PATCH v2 0/6] vmstate: Drop post_save / allow instance ID aliases
Date: Sat, 15 May 2010 13:32:37 +0200 [thread overview]
Message-ID: <cover.1273923157.git.jan.kiszka@web.de> (raw)
This series comes with two major contributions:
- after moving away the last user of post_save (tmp105), this vmstate
callback is dropped
- introduction of an instance ID alias to vmstate, allowing to drop a few
more explicit vmstate_register calls
Changes in v2:
- incorporated Blue Swirl's suggestion to request and check the highest
vmstate version that requires the alias (updated patches 3..6)
Jan Kiszka (6):
tmp105: Drop unused faults field
vmstate: Drop unused post_save handler
vmstate: Add support for alias ID
serial: Register vmstate via qdev
fdc: Register vmstate via qdev
mc146818rtc: Register vmstate via qdev
hw/fdc.c | 35 ++++++++++++++++++++++++++++++-----
hw/hw.h | 5 ++++-
hw/mc146818rtc.c | 3 ++-
hw/qdev.c | 16 ++++++++++++++--
hw/qdev.h | 4 ++++
hw/serial.c | 13 ++++++++++++-
hw/tmp105.c | 10 ----------
savevm.c | 23 +++++++++++++++++------
8 files changed, 83 insertions(+), 26 deletions(-)
next reply other threads:[~2010-05-15 11:32 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-15 11:32 Jan Kiszka [this message]
2010-05-15 11:32 ` [Qemu-devel] [PATCH v2 1/6] tmp105: Drop unused faults field Jan Kiszka
2010-05-15 12:33 ` [Qemu-devel] " andrzej zaborowski
2010-05-15 13:22 ` Jan Kiszka
2010-05-15 11:32 ` [Qemu-devel] [PATCH v2 2/6] vmstate: Drop unused post_save handler Jan Kiszka
2010-05-15 11:32 ` [Qemu-devel] [PATCH v2 3/6] vmstate: Add support for alias ID Jan Kiszka
2010-05-15 11:32 ` [Qemu-devel] [PATCH v2 4/6] serial: Register vmstate via qdev Jan Kiszka
2010-05-15 11:32 ` [Qemu-devel] [PATCH v2 5/6] fdc: " Jan Kiszka
2010-05-15 11:32 ` [Qemu-devel] [PATCH v2 6/6] mc146818rtc: " Jan Kiszka
2010-05-15 15:24 ` [Qemu-devel] Re: [PATCH v2 0/6] vmstate: Drop post_save / allow instance ID aliases Blue Swirl
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=cover.1273923157.git.jan.kiszka@web.de \
--to=jan.kiszka@web.de \
--cc=blauwirbel@gmail.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).