All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jes Sorensen <jes@sgi.com>
To: kvm-ia64@vger.kernel.org
Subject: Re: FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can
Date: Fri, 10 Oct 2008 14:25:36 +0000	[thread overview]
Message-ID: <48EF65E0.5060104@sgi.com> (raw)
In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDC01ABC663@pdsmsx415.ccr.corp.intel.com>

Zhang, Xiantao wrote:
> Hi, Jes
>      Currently, we only supports up to 8 vcpus, and to be safe, I set
> the limit to 4 (Defined in include/asm/kvm_host.h). Maybe you can
> increase the macro KVM_MAX_VCPUS to have a try.  In order to support >8
> vcpus, we can decrease the size of vtlb and vhpt, also defined in
> include/asm/kvm_host.h.  Thanks! :0
> Xiantao

Hi,

I am seeing something interesting here, but it could be a fluke:

I added this printk to my code:

void leave_hypervisor_tail(void)
{
	struct kvm_vcpu *v = current_vcpu;

	if (VMX(v, timer_check)) {
		VMX(v, timer_check) = 0;
		if (VMX(v, itc_check)) {
			if (vcpu_get_itc(v) > VCPU(v, itm)) {
			if (v->vcpu_id > 1)
				printk("vcpu %i irq check\n", v->vcpu_id);

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.

This is when I boot with 8 vcpus.

Cheers,
Jes

  parent reply	other threads:[~2008-10-10 14:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-07  3:19 FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-09  9:46 ` Jes Sorensen
2008-10-09 10:22 ` Zhang, Xiantao
2008-10-09 11:16 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-09 11:18 ` [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Alexander Graf
2008-10-09 11:56 ` [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not Jes Sorensen
2008-10-09 13:29 ` [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Raymund Will
2008-10-10 11:24 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-10 12:55 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-10 12:58 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-10 13:10 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-10 13:16 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-10 13:26 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-10 13:35 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-10 13:59 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-10 14:25 ` Jes Sorensen [this message]
2008-10-10 14:27 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-13  0:59 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-13  1:34 ` Zhang, Xiantao
2008-10-13 11:04 ` Zhang, Xiantao
2008-10-13 12:16 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-13 15:15 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-15 10:21 ` Zhang, Xiantao
2008-10-15 13:44 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-15 13:50 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-15 13:59 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-15 14:06 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-15 14:31 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen
2008-10-15 15:01 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can not work Zhang, Xiantao
2008-10-15 15:16 ` FW: [Bug 117] New: [KVM-IPF] RTL8139 emulated network card can Jes Sorensen

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=48EF65E0.5060104@sgi.com \
    --to=jes@sgi.com \
    --cc=kvm-ia64@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 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.