qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] TCG slowdown


From: Jan Kiszka
Subject: Re: [Qemu-devel] TCG slowdown
Date: Sat, 20 Aug 2011 15:37:09 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

On 2011-08-20 13:51, Edgar E. Iglesias wrote:
> Lately, my TCG emulated machines have been running terribly slow.
> Like a factor 3 or 4 slower, hardly usable.
> 
> I bisected it to this:
> 
> commit d5ab9713d2d4037fd56b0adddd26c8d4dc11cf09
> Author: Jan Kiszka <address@hidden>
> Date:   Tue Aug 2 16:10:21 2011 +0200
> 
>     Avoid allocating TCG resources in non-TCG mode
>     
>     Do not allocate TCG-only resources like the translation buffer when
>     running over KVM or XEN. Saves a "few" bytes in the qemu address space
>     and is also conceptually cleaner.
>     
>     Signed-off-by: Jan Kiszka <address@hidden>
>     Signed-off-by: Anthony Liguori <address@hidden>
> 
> 
> It turns out that the init of the tb cache is now moved to before ram_size
> gets it's default value. And because the default tb cache size, if no
> -tb-size option is given, is based on the ram_size it is now zero..

Yes, already stumbled over that regression myself. See
http://thread.gmane.org/gmane.comp.emulators.qemu/113547

Jan

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]