qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [Patch] [kinda-resend] persistent real-time-clock


From: Avi Kivity
Subject: Re: [Qemu-devel] [Patch] [kinda-resend] persistent real-time-clock
Date: Tue, 06 May 2008 00:13:58 +0300
User-agent: Thunderbird 2.0.0.12 (X11/20080226)

Anthony Liguori wrote:

I'm not sure I understood what you suggest here.

Plainly storing the rtc state on file is not enough, as unlike with real
hardware, nothing will advance it when the power is off.

If you made the CMOS non-volatile, what you would store in the CMOS is the clock-offset, not the actual clock time. Then when the VM started up again, it would Just Work.

You would probably have to use a different location in CMOS to store the offset than what the guest relies on to read the current time.

Under this, the CMOS would not be read by the guest at any time. So why store the CMOS at all? Store the offset somewhere and avoid the CMOS (gaining the ability to work on targets without nonvolatile memory).

It's config file territory, not CMOS.

--
Do not meddle in the internals of kernels, for they are subtle and quick to 
panic.





reply via email to

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