qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 3/3] target-ppc: use separate indices for var


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH v2 3/3] target-ppc: use separate indices for various translation modes
Date: Tue, 02 Jun 2015 18:06:26 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 05/05/2015 09:18 AM, Paolo Bonzini wrote:
PowerPC TCG flushes the TLB on every IR/DR change, which basically
means on every user<->kernel context switch.  Encode IR/DR in the
MMU index.

This brings the number of TLB flushes down from ~900000 to ~50000
for starting up the Debian installer, which is in line with x86
and gives a ~10% performance improvement.

Signed-off-by: Paolo Bonzini <address@hidden>
Message-Id: <address@hidden>

So this patch seems to break my Debian squeeze image with -M g3beige.

$ ./ppc64-softmmu/qemu-system-ppc64 -vnc :3 -snapshot -M g3beige debian_squeeze_powerpc_standard.qcow2 -serial mon:stdio

I'll remove it from my queue for now.


Alex




reply via email to

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