From: Glauber Costa <glommer@redhat.com>
To: kvm@vger.kernel.org
Cc: mtosatti@redhat.com, qemu-devel@nongnu.org, avi@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] Fix savevm odness related to kvmclock
Date: Fri, 3 Dec 2010 05:49:32 -0500 [thread overview]
Message-ID: <1291373374-10296-1-git-send-email-glommer@redhat.com> (raw)
Some users told me that savevm path is behaving oddly wrt kvmclock.
The first oddness is that a guarantee we never made (AFAIK) is being broken:
two consecutive "savevm" operations, with the machine stopped in between
produces different results, due to the call to KVM_GET_CLOCK ioctl.
I believe the assumption that if the vm does not run, its saveable
state won't change is fairly reasonable. Maybe we should formally
guarantee that?
The second patch deals with the fact that this happens even if
kvmclock is disabled in cpuid: its savevm section is registered
nevertheless. Here, I try to register it only if it's enabled at
machine start.
Thanks
Glauber Costa (2):
make kvmclock value idempotent for stopped machine
Do not register kvmclock savevm section if kvmclock is disabled.
cpus.c | 7 +++++++
qemu-kvm-x86.c | 25 +++++++++++++++----------
qemu-kvm.h | 4 ++++
target-i386/kvm.c | 7 +++++++
4 files changed, 33 insertions(+), 10 deletions(-)
--
1.7.2.3
next reply other threads:[~2010-12-03 10:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-03 10:49 Glauber Costa [this message]
2010-12-03 10:49 ` [Qemu-devel] [PATCH 1/2] make kvmclock value idempotent for stopped machine Glauber Costa
2010-12-03 10:49 ` [Qemu-devel] [PATCH 2/2] Do not register kvmclock savevm section if kvmclock is disabled Glauber Costa
2010-12-04 13:39 ` [Qemu-devel] " Paolo Bonzini
2010-12-04 13:41 ` Paolo Bonzini
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=1291373374-10296-1-git-send-email-glommer@redhat.com \
--to=glommer@redhat.com \
--cc=avi@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=mtosatti@redhat.com \
--cc=qemu-devel@nongnu.org \
/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).