xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Egger <Christoph.Egger@amd.com>
To: "Wei, Gang" <gang.wei@intel.com>
Cc: Keir,
	"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
	Fraser <Keir.Fraser@eu.citrix.com>
Subject: Re: xen guest hang with TSC_DEADLINE
Date: Mon, 20 Dec 2010 15:18:04 +0100	[thread overview]
Message-ID: <201012201518.04667.Christoph.Egger@amd.com> (raw)
In-Reply-To: <F26D193E20BBDC42A43B611D1BDEDE7124EEF2A443@shsmsx502.ccr.corp.intel.com>

On Sunday 19 December 2010 15:26:30 Wei, Gang wrote:
> Christoph Egger wrote on 2010-12-17:
> > Hi,
> >
> > c/s 22529 and 22530 cause a xen guest hang.
> >
> > While "normal" guests like Linux and NetBSD boot fine I boot Xen
> > itself as a xen guest for my nested virtualization.
> >
> > When I do that then the guest dom0 hangs at boot when it tries to
> > initialize the first vcpu.
> > The bug is introduced somewhere in c/s 22529 and triggers with c/s 22530.
>
> Can you enable apic_timer debug info var hvm_debug and give more serial
> port log around the guest dom0 hangs? I used to test xen guest, it works
> well expect that it boot a little bit slowly.

This is the log output I get with TSC_DEADLINE feature enabled:

(XEN) [HVM:1.0] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.0] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.0] <vlapic_get_tmcct> timer initial count 1000000000, timer 
current count 999546729, offset 453271
(XEN) [HVM:1.0] <vlapic_get_tmcct> timer initial count 1000000000, timer 
current count 989547039, offset 10452961
(XEN) [HVM:1.0] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.0] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.0] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.0] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.0] <vlapic_tdt_msr_set> ignore tsc deadline msr write
(XEN) [HVM:1.1] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.0] <vlapic_tdt_msr_set> ignore tsc deadline msr write
(XEN) [HVM:1.1] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.1] <vlapic_tdt_msr_set> ignore tsc deadline msr write
(XEN) [HVM:1.1] <vlapic_tdt_msr_set> ignore tsc deadline msr write
(XEN) [HVM:1.2] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.2] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.2] <vlapic_tdt_msr_set> ignore tsc deadline msr write
(XEN) [HVM:1.2] <vlapic_tdt_msr_set> ignore tsc deadline msr write
(XEN) [HVM:1.3] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.3] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.3] <vlapic_tdt_msr_set> ignore tsc deadline msr write
(XEN) [HVM:1.3] <vlapic_tdt_msr_set> ignore tsc deadline msr write

The guest dom0 output right before the hang:

ioapic0 at mainbus0 apid 1, virtual wire mode
hypervisor0 at mainbus0: Xen version 4.1
vcpu0 at hypervisor0

The vcpu driver tries to detect the tsc frequency here.
The dom0 uses the xen clock timer, the same a PV guest
uses.


This is the log output I get with TSC_DEADLINE feature disabled:

(XEN) [HVM:1.0] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.0] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.0] <vlapic_get_tmcct> timer initial count 1000000000, timer 
current count 999716563, offset 283437
(XEN) [HVM:1.0] <vlapic_get_tmcct> timer initial count 1000000000, timer 
current count 989716153, offset 10283847
(XEN) [HVM:1.0] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.0] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.0] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.0] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.1] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.1] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.2] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.2] <vlapic_reg_write> timer divisor is 0x1
(XEN) [HVM:1.3] <vlapic_set_tdcr> timer_divisor: 1
(XEN) [HVM:1.3] <vlapic_reg_write> timer divisor is 0x1


The guest dom0 output:

ioapic0 at mainbus0 apid 1, virtual wire mode
hypervisor0 at mainbus0: Xen version 4.1
vcpu0 at hypervisor0: AMD 686-class, 1895MHz
xenbus0 at hypervisor0: Xen Virtual Bus Interface
[...]


-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

  reply	other threads:[~2010-12-20 14:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-17 14:29 xen guest hang with TSC_DEADLINE Christoph Egger
2010-12-19 14:26 ` Wei, Gang
2010-12-20 14:18   ` Christoph Egger [this message]
2010-12-27  3:05     ` [PATCH] vtdt: add a missing change (RE: Re: xen guest hang with TSC_DEADLINE) Wei, Gang
2011-01-04 11:00       ` Christoph Egger
2011-01-05 10:07         ` Christoph Egger
2011-01-05 10:26           ` Wei, Gang
2011-01-05 10:11         ` Wei, Gang
2011-01-05 11:09           ` Christoph Egger
2011-01-06  1:35             ` Wei, Gang

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=201012201518.04667.Christoph.Egger@amd.com \
    --to=christoph.egger@amd.com \
    --cc=Keir.Fraser@eu.citrix.com \
    --cc=gang.wei@intel.com \
    --cc=xen-devel@lists.xensource.com \
    /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;
as well as URLs for NNTP newsgroup(s).