qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Fix savevm odness related to kvmclock


From: Glauber Costa
Subject: [Qemu-devel] [PATCH 0/2] Fix savevm odness related to kvmclock
Date: Fri, 3 Dec 2010 05:49:32 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]