qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] general question


From: Max Filippov
Subject: Re: [Qemu-devel] general question
Date: Wed, 30 May 2012 23:09:23 +0400

On Wed, May 30, 2012 at 5:19 PM, 吴晓琳 <address@hidden> wrote:
>
> Hello,  Does qemu support invlpg instruction?

Yes, it does. You can grep target-i386/translate.c for the word
'invlpg' to see how it is decoded
and see helper_invlpg function in the target-i386/op_helper.c to see
how it is implemented.

--
Thanks.
-- Max



reply via email to

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