From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Fri, 10 Oct 2008 14:27:05 +0000 Subject: Re: FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Message-Id: <48EF6639.4050702@sgi.com> List-Id: References: <42DFA526FC41B1429CE7279EF83C6BDC01ABC663@pdsmsx415.ccr.corp.intel.com> In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDC01ABC663@pdsmsx415.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Jes Sorensen wrote: > Now I am seeing this in my syslog: > > Oct 10 07:21:34 a4700rac kernel: vcpu 5 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 3 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 2 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 5 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 3 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 2 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 5 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 3 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 2 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 5 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 3 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 2 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 5 irq check > Oct 10 07:21:34 a4700rac kernel: vcpu 3 irq check > > Note that I never seem to see irq checks for cpus 4, 6, 7 ..... maybe > syslog is chewing them up though, but it seems strange that they never > seem to appear. Now, this is where it gets strange - I pulled out the above snapshot why the system was stuck in the boot process. However after a bit it came back and irqs showed up on cpu 4, 6, 7 as well..... adding the printk seems to have have an impact.... strange. Jes