Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-30 Thread Roland Dreier
> I find it hard to believe, can you test qemu with user mode networking > and see what happens? If I remove "-net tap" from my qemu command line I don't get any of the rtc messages. - R. - Take Surveys. Earn Cash. Influe

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-30 Thread Dor Laor
> Subject: Re: [kvm-devel] trivial Makefile patch + problem report > > Actually ... this does not seem to be a kvm issue at all! > > I just rebooted my system to try again, and I started a qemu guest and > got the spew of rtc lost interrupt messages. But I also notic

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-29 Thread Roland Dreier
Actually ... this does not seem to be a kvm issue at all! I just rebooted my system to try again, and I started a qemu guest and got the spew of rtc lost interrupt messages. But I also noticed: Could not initialize KVM, will disable KVM support and in fact I had forgotten to load the kvm module

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-29 Thread Roland Dreier
I still see the rtc: lost some interrupts at 1024Hz. message with your patch applied. One thing I noticed is that my serial console seems to be related to the messages. I just booted my machine with the serial console printing kernel messages, and I saw the lost interrupt messages when starting

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-29 Thread Roland Dreier
Thanks, I will give this a try today. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-29 Thread Roland Dreier
> You're using a Core (not 2) processor on a laptop, right? No, a Xeon 5160 (Core 2 basically I believe). And I'm running a 64-bit kernel. > Does your machine like Xen? I've not tried to be honest... - Take Surveys. Earn

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-29 Thread Avi Kivity
Avi Kivity wrote: I'll try to cook up an experimental patch to modify interrupt handling to be more like Xen's. Patch attached. It's for the external module, not -mm. -- error compiling committee.c: too many arguments to function Index: vmx.c

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-29 Thread Avi Kivity
Roland Dreier wrote: > > Second, some of the time when starting a guest, I see a flood of > > messages like > > By the way, just to be clear, the rest of the time everything works > fine. Although after booting the Fedora Core 6 x86_64 installer, I > did see the following kernel messages: > > kv

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-29 Thread Avi Kivity
Roland Dreier wrote: > Hi, I've just installed kvm release 5 on systems with Intel Xeon 5160 > processors, running up-to-date git kernels (2.6.19-rc6). > > First, since I built my kernel with a separate object directory > ("O=xxx"), I needed the patch below to the kernel module Kbuild file > to get

Re: [kvm-devel] trivial Makefile patch + problem report

2006-11-28 Thread Roland Dreier
> Second, some of the time when starting a guest, I see a flood of > messages like By the way, just to be clear, the rest of the time everything works fine. Although after booting the Fedora Core 6 x86_64 installer, I did see the following kernel messages: kvm: unhandled rdmsr: 417 inject_gene

[kvm-devel] trivial Makefile patch + problem report

2006-11-28 Thread Roland Dreier
Hi, I've just installed kvm release 5 on systems with Intel Xeon 5160 processors, running up-to-date git kernels (2.6.19-rc6). First, since I built my kernel with a separate object directory ("O=xxx"), I needed the patch below to the kernel module Kbuild file to get things to work (otherwise the b