qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH][RFC] SVM support


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH][RFC] SVM support
Date: Wed, 22 Aug 2007 22:26:31 +0200
User-agent: Thunderbird 2.0.0.4 (X11/20070613)

Blue Swirl wrote:
> On 8/22/07, Alexander Graf <address@hidden> wrote:
>   
>> - All interceptions (well, maybe I did oversee one or two)
>>     
>
> Nice work! For better performance, you should do the op.c checks
> statically at translation time (if possible).
>
>
>   
Thanks. I thought about that first as well, but can't. The information
if an intercept should occur is defined in the VMCB, which is passed as
argument on VMRUN (so whenever one enters the VM). This means that the
very same TB can be executed with completely different intercepts, which
means I have to fall back to runtime detection in op.c.

I thought about moving some functionality from helper.c to op.c.
Does that improve anything?





reply via email to

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