commit | bc19f5052d3929a155f3e8c3aafc1cdb2338e60c | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri May 14 10:12:54 2021 -0500 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed May 19 12:15:46 2021 -0500 |
tree | 3b8e4f7cb65c7996c75d60a64a0404937dfd57a9 | |
parent | 6bd995864567864867513295c02b3050691d30af [diff] |
target/i386: Split out check_cpl0 Split out the check for CPL != 0 and the raising of #GP. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20210514151342.384376-3-richard.henderson@linaro.org>