From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Juan Quintela <quintela@redhat.com>,
qemu-devel <qemu-devel@nongnu.org>,
Alexander Graf <agraf@suse.de>,
Christian Borntraeger <borntraeger@de.ibm.com>,
Jens Freimann <jfrei@linux.vnet.ibm.com>,
Cornelia Huck <cornelia.huck@de.ibm.com>,
David Hildenbrand <dahi@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PULL 4/4] s390x/migration: add comment about floating point migration
Date: Tue, 9 Jun 2015 10:39:37 +0200 [thread overview]
Message-ID: <1433839177-59505-5-git-send-email-borntraeger@de.ibm.com> (raw)
In-Reply-To: <1433839177-59505-1-git-send-email-borntraeger@de.ibm.com>
commit 46c804def4bd ("s390x: move fpu regs into a subsection
of the vmstate") moved the fprs into a subsection and bumped
the version number. This will allow to not transfer fprs in
the future if necessary. Add a comment to mark the return true
as intentional.
CC: Juan Quintela <quintela@redhat.com>
CC: David Hildenbrand <dahi@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <1433758884-2997-1-git-send-email-borntraeger@de.ibm.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
---
target-s390x/machine.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target-s390x/machine.c b/target-s390x/machine.c
index e52d760..0044749 100644
--- a/target-s390x/machine.c
+++ b/target-s390x/machine.c
@@ -70,6 +70,7 @@ const VMStateDescription vmstate_fpu = {
static inline bool fpu_needed(void *opaque)
{
+ /* This looks odd, but we might want to NOT transfer fprs in the future */
return true;
}
--
2.3.0
next prev parent reply other threads:[~2015-06-09 8:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-09 8:39 [Qemu-devel] [PULL 0/4] s390x/virtio-ccw: migration and virtio for 2.4 Christian Borntraeger
2015-06-09 8:39 ` [Qemu-devel] [PULL 1/4] virtio-ccw: add support for 9pfs Christian Borntraeger
2015-06-09 8:39 ` [Qemu-devel] [PULL 2/4] virtio-ccw/migration: Migrate config vector for virtio devices Christian Borntraeger
2015-06-09 8:39 ` [Qemu-devel] [PULL 3/4] s390x/kvm: always ignore empty vcpu interrupt state Christian Borntraeger
2015-06-09 8:39 ` Christian Borntraeger [this message]
2015-06-09 12:52 ` [Qemu-devel] [PULL 0/4] s390x/virtio-ccw: migration and virtio for 2.4 Peter Maydell
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=1433839177-59505-5-git-send-email-borntraeger@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=agraf@suse.de \
--cc=cornelia.huck@de.ibm.com \
--cc=dahi@linux.vnet.ibm.com \
--cc=jfrei@linux.vnet.ibm.com \
--cc=peter.maydell@linaro.org \
--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).