mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "David Brown" <dmlb2000@gmail.com>
To: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: KVM and rtc missing interupts 2.6.21-rc3
Date: Thu, 8 Mar 2007 13:48:43 -0800	[thread overview]
Message-ID: <9c21eeae0703081348i713c996bked9ebe2af76bc2db@mail.gmail.com> (raw)

When ever I try and start a guest OS with kvm I get a lot of these rtc
missing interupt messages from the kernel

[  468.510878] rtc: lost some interrupts at 1024Hz.
[  468.530876] rtc: lost some interrupts at 1024Hz.
[  468.550868] rtc: lost some interrupts at 1024Hz.
[  468.570864] rtc: lost some interrupts at 1024Hz.
[  468.590856] rtc: lost some interrupts at 1024Hz.
[  468.610850] rtc: lost some interrupts at 1024Hz.
[  468.630844] rtc: lost some interrupts at 1024Hz.
[  468.650839] rtc: lost some interrupts at 1024Hz.
[  468.670832] rtc: lost some interrupts at 1024Hz.
[  468.690826] rtc: lost some interrupts at 1024Hz.
[  468.710819] rtc: lost some interrupts at 1024Hz.
[  468.730813] rtc: lost some interrupts at 1024Hz.
[  468.750807] rtc: lost some interrupts at 1024Hz.
[  468.770801] rtc: lost some interrupts at 1024Hz.
[  468.790795] rtc: lost some interrupts at 1024Hz.
[  468.810790] rtc: lost some interrupts at 1024Hz.
[  468.830783] rtc: lost some interrupts at 1024Hz.
[  468.850778] rtc: lost some interrupts at 1024Hz.
[  468.870774] rtc: lost some interrupts at 1024Hz.
[  468.890772] rtc: lost some interrupts at 1024Hz.
[  468.910760] rtc: lost some interrupts at 1024Hz.
[  468.930754] rtc: lost some interrupts at 1024Hz.

I don't have the dynamic ticker set or some of the other high
resolution timer things set

# CONFIG_TICK_ONESHOT is not set
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set

I do have the rtc group selected as modules though

CONFIG_RTC=m
CONFIG_GEN_RTC=m
CONFIG_GEN_RTC_X=y
...
#
# Real Time Clock
#
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=m
CONFIG_RTC_INTF_PROC=m
CONFIG_RTC_INTF_DEV=m
CONFIG_RTC_INTF_DEV_UIE_EMUL=y

#
# RTC drivers
#
CONFIG_RTC_DRV_CMOS=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_DS1307=m
CONFIG_RTC_DRV_DS1553=m
CONFIG_RTC_DRV_ISL1208=m
... and the rest of the drivers as modules

I have the latest kvm-16 and here's how I'm starting the guest OS.

KVER="2.6.9-42.EL"
INITRD_BASE="initrd"
INITRD_APPEND=".img"
APPEND="ro root=LABEL=/ 3 console=ttyS0"
DEV=hda

kvm -kernel "/boot/vmlinuz-${KVER}" \
    -initrd "/boot/${INITRD_BASE}-${KVER}${INITRD_APPEND}" \
    -append "${APPEND}" \
    -nographic -m 256 \
    -net nic,vlan0 \
    -net tap,vlan=0,ifname=tap1,script=no \
    /dev/hda


Anymore information can be easily provided.

Thanks,
- David Brown

             reply	other threads:[~2007-03-08 21:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-08 21:48 David Brown [this message]
2007-03-08 21:57 ` Roland Dreier
2007-03-09  0:47   ` David Brown
2007-03-09  3:19     ` Roland Dreier
2007-03-09  1:21   ` Lee Revell
2007-03-09  3:19     ` Roland Dreier

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=9c21eeae0703081348i713c996bked9ebe2af76bc2db@mail.gmail.com \
    --to=dmlb2000@gmail.com \
    --cc=linux-kernel@vger.kernel.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

all inboxes | Powered by JetHome®