From: Juan Quintela <quintela@redhat.com>
To: Jan Kiszka <jan.kiszka@siemens.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] Host clock broke loadvm
Date: Wed, 07 Oct 2009 23:52:07 +0200 [thread overview]
Message-ID: <m3pr8yna7s.fsf@neno.mitica> (raw)
Hi Jan
Today I found that I am not able to load anymore old saved images (old
means more than 2 days old). Problem is with host clock.
I need to run qemu with -rtc clock=vm, and then things cames to work
again.
My suspicion is that the saved timers are based from cpu_clock_offset,
and when we run now with host_clock, that value don't exist.
If I don't use -rtc clock=vm, machines will come eventually to life, but
it will take several minutes.
Anthony asked to change pc-11 definition to use vm clock. What do you
think? Any other good idea to make a machine saved with clock=vm to
load with clock=host.
I tried the trial:
if (cpu_clock_offset != 0)
rtc_clock = vm_clock;
after loading an image, but that didn't fixed the problem (I didn't
investigate more).
Do you have a plan to go from here?
Later, Juan.
next reply other threads:[~2009-10-07 21:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-07 21:52 Juan Quintela [this message]
2009-10-08 9:31 ` [Qemu-devel] Re: Host clock broke loadvm Jan Kiszka
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=m3pr8yna7s.fsf@neno.mitica \
--to=quintela@redhat.com \
--cc=jan.kiszka@siemens.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 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.