qemu-devel
[Top][All Lists]
Advanced

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

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


From: Alexander Graf
Subject: Re: [Fwd: Re: [Qemu-devel] [PATCH] SVM support]
Date: Wed, 19 Sep 2007 12:55:02 +0200


On Sep 19, 2007, at 1:28 AM, Paul Brook wrote:

Ok, I will try to shift the intercepts in an uint_64 flags variable
in the TB.

OK, great. Having 64 bits may also help for additional (ie future...)
features in PowerPC 64 emulation.

Maybe worth letting the target say whether it needs 32 or 64-bit flags.
The flag lookup is likely to be on a hot path.

Paul

I actually don't see too much of a performance penality in that but nevertheless could you please test if the appended patch hits performance for you? This changes the tb->flags field to be 64 bits.

If it does not, please apply this to the CVS as my SVM patch now relies on it.

Cheers,

Alex




reply via email to

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