qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/4] Improve PC RTC emulation


From: Jan Kiszka
Subject: [Qemu-devel] [PATCH v2 0/4] Improve PC RTC emulation
Date: Fri, 11 Sep 2009 14:01:30 +0200
User-agent: StGIT/0.14.3

The aim of this series is to allow using the emulated PC RTC (MC146818)
as a reliable time source for guests. This is particularly useful if the
host runs NTP or has otherwise access to an accurate clock while the
guest has not (no network, impossible to add an NTP implementation
etc.).

In v2, I dropped the introduction of -rtc because it became unrelated
as I'm now converting the RTC to the new host_clock unconditinally. The
command line interface refactoring will be done later in a separate
patch.

Find this series also at git://git.kiszka.org/qemu.git queues/clock

Jan Kiszka (4):
      Rename QEMU_TIMER_* to QEMU_CLOCK_*
      win32: Drop dead dyntick timer code
      Introduce QEMU_CLOCK_HOST
      MC146818: Switch to host_clock

 hw/mc146818rtc.c |   35 ++++++++----------
 qemu-timer.h     |    7 ++++
 vl.c             |  102 ++++++++++++++++++++++++++++++++---------------------
 3 files changed, 84 insertions(+), 60 deletions(-)






reply via email to

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