On Sun, Sep 30, 2012 at 4:06 AM, Xin Tong <xerox.time.t...@gmail.com> wrote: > In QEMU x86, is a basicblock is translated with CPL of 0, can the > translation block be executed in CPL of 3 ?
TB flags are defined by cpu_get_tb_cpu_state(), you can find the x86 version in target-i386/cpu.h. > > Xin >