public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joerg.roedel@amd.com>
To: Avi Kivity <avi@redhat.com>
Cc: Kurt Yoder <ktykvm@yoderhome.com>, kvm@vger.kernel.org
Subject: Re: IO on guest is 20 times slower than host
Date: Tue, 31 Mar 2009 11:59:56 +0200	[thread overview]
Message-ID: <20090331095956.GB21083@amd.com> (raw)
In-Reply-To: <49CFC7A2.3030808@redhat.com>

On Sun, Mar 29, 2009 at 10:10:26PM +0300, Avi Kivity wrote:
> Avi Kivity wrote:
>> Kurt Yoder wrote:
>>> slow host cpu information, core 1 of 16:
>>>
>>> processor       : 0
>>> vendor_id       : AuthenticAMD
>>> cpu family      : 16
>>> model           : 4
>>> model name      : Quad-Core AMD Opteron(tm) Processor 8382
>>> stepping        : 2
>>> cpu MHz         : 2611.998
>>> cache size      : 512 KB
>>> physical id     : 0
>>> siblings        : 4
>>> core id         : 0
>>> cpu cores       : 4
>>> apicid          : 0
>>> initial apicid  : 0
>>> fpu             : yes
>>> fpu_exception   : yes
>>> cpuid level     : 5
>>> wp              : yes
>>> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr  
>>> pge mca
>>> cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall mmxext fxsr_opt
>>> pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl pni monitor
>>> cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a
>>> misalignsse 3dnowprefetch osvw ibs skinit wdt
>>> bogomips        : 5223.97
>>> TLB size        : 1024 4K pages
>>> clflush size    : 64
>>> cache_alignment : 64
>>> address sizes   : 48 bits physical, 48 bits virtual
>>> power management: ts ttp tm stc 100mhzsteps hwpstate
>>>
>>>
>>>   
>>
>> Can you loading kvm_amd on this host with 'modprobe kvm-amd npt=0'?
>>
>
> If it helps, then the guest is messing up the cpu cache.  Try the  
> attached patch.
>
> -- 
> I have a truly marvellous patch that fixes the bug which this
> signature is too narrow to contain.
>

> diff --git a/kernel/x86/kvm/svm.c b/kernel/x86/kvm/svm.c
> index 1fcbc17..d9774e9 100644
> --- a/kernel/x86/kvm/svm.c
> +++ b/kernel/x86/kvm/svm.c
> @@ -575,7 +575,7 @@ static void init_vmcb(struct vcpu_svm *svm)
>  						INTERCEPT_CR3_MASK);
>  		control->intercept_cr_write &= ~(INTERCEPT_CR0_MASK|
>  						 INTERCEPT_CR3_MASK);
> -		save->g_pat = 0x0007040600070406ULL;
> +		save->g_pat = 0x0606060606060606ULL;
>  		/* enable caching because the QEMU Bios doesn't enable it */
>  		save->cr0 = X86_CR0_ET;
>  		save->cr3 = 0;

Yeah, that patch makes sense. But I think we need some more work on this
because the guest may change the pat msr afterwards. Best would be a simple
shadow of the pat msr. Last question is how this will effect pci passthrough.

	Joerg


-- 
           | Advanced Micro Devices GmbH
 Operating | Karl-Hammerschmidt-Str. 34, 85609 Dornach bei München
 System    | 
 Research  | Geschäftsführer: Jochen Polster, Thomas M. McCoy, Giuliano Meroni
 Center    | Sitz: Dornach, Gemeinde Aschheim, Landkreis München
           | Registergericht München, HRB Nr. 43632


  reply	other threads:[~2009-03-31  9:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-25 15:23 IO on guest is 20 times slower than host Kurt Yoder
2009-03-25 16:13 ` Avi Kivity
2009-03-25 16:28   ` Kurt Yoder
2009-03-25 16:35     ` Avi Kivity
2009-03-25 16:51       ` Kurt Yoder
2009-03-25 16:54         ` Avi Kivity
2009-03-25 17:11           ` Kurt Yoder
2009-03-25 17:55             ` Avi Kivity
2009-03-25 18:51               ` Kurt Yoder
2009-03-26 10:16                 ` Avi Kivity
2009-03-27 13:53                   ` Kurt Yoder
2009-03-27 14:03                     ` Kurt Yoder
2009-03-27 14:10                       ` Kurt Yoder
2009-03-29 14:29                         ` Avi Kivity
2009-03-29 19:10                           ` Avi Kivity
2009-03-31  9:59                             ` Joerg Roedel [this message]
2009-03-31 10:02                               ` Avi Kivity
2009-04-04 11:47                               ` Avi Kivity
2009-03-30 19:39                           ` Kurt Yoder
2009-03-31 15:15                             ` Kurt Yoder

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=20090331095956.GB21083@amd.com \
    --to=joerg.roedel@amd.com \
    --cc=avi@redhat.com \
    --cc=ktykvm@yoderhome.com \
    --cc=kvm@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox