Jeroen Janssen wrote:
> 
> Ramon van Handel wrote:
> > >Looking at the stack dump, I would expect the "current instruction" to
> > >be the faulting instruction, however this is not the case (since it
> > >displays an add instruction).
> >
> > As I explained in a previous email, the decoder cannot yet decode
> > realmode addresses.
> 
> is this something that is hard to implement? or something that hasn't
> been needed yet?

I added an ioctl which gets the entire CPU context, rather than
just the guest_context_t values.  This will make it possible
to decode anything, since you can see the CS.base value,
CR0.PE and CR0.PG bits, EFLAGS.VM, etc.

Nothing much hard, we're just catching up.

-Kevin

Reply via email to