All of lore.kernel.org
 help / color / mirror / Atom feed
* KVM and rtc missing interupts 2.6.21-rc3
@ 2007-03-08 21:48 David Brown
  2007-03-08 21:57 ` Roland Dreier
  0 siblings, 1 reply; 6+ messages in thread
From: David Brown @ 2007-03-08 21:48 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-03-09  3:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-08 21:48 KVM and rtc missing interupts 2.6.21-rc3 David Brown
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

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.