commit | 632a4cf57fd1bfae24f05c71398d367ca51940f1 | [log] [tgz] |
---|---|---|
author | Like Xu <like.xu@linux.intel.com> | Wed Jul 08 15:44:09 2020 +0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 09 07:08:37 2020 -0400 |
tree | 4be0dae19083fedebad26f649a634b9f30f007f0 | |
parent | 995decb6c43e1d6e9d6a7d590471f2eea74600f4 [diff] |
KVM/x86: pmu: Fix #GP condition check for RDPMC emulation In guest protected mode, if the current privilege level is not 0 and the PCE flag in the CR4 register is cleared, we will inject a #GP for RDPMC usage. Signed-off-by: Like Xu <like.xu@linux.intel.com> Message-Id: <20200708074409.39028-1-like.xu@linux.intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>