>(Here comes one point from yesterday again: how to detect
>the cpl of the protection faulting app?)

I don't see the problem.  You can't just change the CPL like that, you can
only do it indirectly by invoking an interrupt, call gate, etc.  As we
emulate these things anyway, we also always know what the guest CPL is.  It
is stored in the nexus (I don't have the code in front of me, but IIRC it
was something like vm_nexus()->guest_cpl).

What's the problem ?

-- Ramon



Reply via email to